|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.display.labeler.SimpleLabeler
gistoolkit.display.labeler.LineLabeler
Labeler for drawing line labels on the screen.
Field Summary |
Fields inherited from class gistoolkit.display.labeler.SimpleLabeler |
CENTER, EAST, NORTH, SOUTH, WEST |
Constructor Summary | |
LineLabeler()
Creates new PolygonLabeler |
Method Summary | |
protected boolean |
drawLabel(Record inRecord,
java.awt.Graphics inGraphics,
Converter inConverter)
Draw the label for the record on the graphics context |
protected boolean |
drawLabel(java.lang.String inString,
Shape inShape,
java.awt.Graphics inGraphics,
Converter inConverter,
OverlapManager inOverlapManager)
|
java.lang.String |
getLabelerName()
The name for this labeler, returns "Line Labeler" |
Node |
getNode()
get the configuration information for this labeler |
void |
setNode(Node inNode)
Set the configuration information for this labeler |
Methods inherited from class gistoolkit.display.labeler.SimpleLabeler |
beginLabel, drawLabel, drawLabelHighlight, drawString, endLabel, getAllowDuplicates, getAllowOverlaps, getBounds, getLabelColumn, getLabelOffset, getLabelOrientation, getLabelPosition, getOverlapManager, getStrings, isDuplicate, isOverLaps, isOverLaps, removeDuplicate, setAllowDuplicates, setAllowOverlaps, setLabelColumn, setLabelOffset, setLabelOrientation, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LineLabeler()
Method Detail |
public java.lang.String getLabelerName()
getLabelerName
in interface Labeler
getLabelerName
in class SimpleLabeler
protected boolean drawLabel(java.lang.String inString, Shape inShape, java.awt.Graphics inGraphics, Converter inConverter, OverlapManager inOverlapManager)
protected boolean drawLabel(Record inRecord, java.awt.Graphics inGraphics, Converter inConverter)
drawLabel
in class SimpleLabeler
public Node getNode()
getNode
in interface Labeler
getNode
in class SimpleLabeler
public void setNode(Node inNode) throws java.lang.Exception
setNode
in interface Labeler
setNode
in class SimpleLabeler
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |