com.partnersoft.v3x.apps.Redliner
Class RedlineText
java.lang.Object
com.partnersoft.v3x.apps.MapBrowser.MapPoint
com.partnersoft.v3x.apps.Redliner.RedlineText
- All Implemented Interfaces:
- RedlinePoint, java.io.Serializable
public class RedlineText
- extends MapPoint
- implements RedlinePoint
A little icon to stick on your map.
- See Also:
- Serialized Form
| Fields inherited from class com.partnersoft.v3x.apps.MapBrowser.MapPoint |
coords |
| Methods inherited from class com.partnersoft.v3x.apps.MapBrowser.MapPoint |
clearGuid, copyFromExistingPoint, getCoords, getGuid, getPostprocessingPoint, getXyPoint, isSelected, paintOn, setCoords, setGuid, setPostprocessingPoint, setSelected |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RedlineText
public RedlineText()
getAngle
public double getAngle()
setAngle
public void setAngle(double newAngle)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String newText)
getFontSize
public java.lang.String getFontSize()
setFontSize
public void setFontSize(java.lang.String newFontSize)
paintOn
public void paintOn(java.awt.Graphics g,
java.awt.Point p,
boolean inverse)
- Paints it on the SheetCoord.
- Specified by:
paintOn in class MapPoint
getSplitText
public java.util.ArrayList getSplitText()
deepCopy
public java.lang.Object deepCopy()
- Specified by:
deepCopy in interface RedlinePoint
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object