|
|||||||||||
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.PolygonLabeler
Labeler for drawing polygon labels on the screen.
Field Summary |
Fields inherited from class gistoolkit.display.labeler.SimpleLabeler |
CENTER, EAST, NORTH, SOUTH, WEST |
Constructor Summary | |
PolygonLabeler()
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 |
boolean |
drawLabel(java.lang.String inString,
Shape inShape,
java.awt.Graphics inGraphics,
Converter inConverter,
OverlapManager inOverlapManager)
Draw the label for the record on the graphics context |
java.lang.String |
getLabelerName()
The name for this labeler, returns "Polygon 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 PolygonLabeler()
Method Detail |
public java.lang.String getLabelerName()
getLabelerName
in interface Labeler
getLabelerName
in class SimpleLabeler
protected boolean drawLabel(Record inRecord, java.awt.Graphics inGraphics, Converter inConverter)
drawLabel
in class SimpleLabeler
public boolean drawLabel(java.lang.String inString, Shape inShape, java.awt.Graphics inGraphics, Converter inConverter, OverlapManager inOverlapManager)
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 |