spv.graphics
Class HorizontalAnnotationState

java.lang.Object
  extended by spv.graphics.AnnotationState
      extended by spv.graphics.HorizontalAnnotationState

 class HorizontalAnnotationState
extends AnnotationState


Field Summary
 
Fields inherited from class spv.graphics.AnnotationState
parent, position_state
 
Constructor Summary
HorizontalAnnotationState()
           
 
Method Summary
(package private)  void draw(java.awt.Graphics2D g2d, java.lang.String text)
           
protected  void makeRectangle(java.awt.FontMetrics fm, int descent, java.lang.String text)
           
 
Methods inherited from class spv.graphics.AnnotationState
buildEnclosingRectangle, BuildFromXML, drag, getPosition, getTransform, getWCSPosition, getXUnits, getYUnits, ignoreTransform, initializeFromState, isIgnoringTransform, isMixedMode, moveNonFloating, replaceTransform, saveAsXML, setMixedMode, setParent, setTextPosition, setTransform, setWCSPosition, setXUnits, setYUnits, updateState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HorizontalAnnotationState

HorizontalAnnotationState()
Method Detail

draw

void draw(java.awt.Graphics2D g2d,
          java.lang.String text)
Specified by:
draw in class AnnotationState

makeRectangle

protected void makeRectangle(java.awt.FontMetrics fm,
                             int descent,
                             java.lang.String text)
Specified by:
makeRectangle in class AnnotationState