org.jplot2d.element.impl
Class CoordinateAnnotationImpl
- java.lang.Object
-
- org.jplot2d.element.impl.ElementImpl
-
- org.jplot2d.element.impl.ComponentImpl
-
- org.jplot2d.element.impl.AnnotationImpl
-
- org.jplot2d.element.impl.PointAnnotationImpl
-
- org.jplot2d.element.impl.SymbolAnnotationImpl
-
- org.jplot2d.element.impl.CoordinateAnnotationImpl
-
- All Implemented Interfaces:
- Annotation, CoordinateAnnotation, Element, AnnotationEx, ComponentEx, CoordinateAnnotationEx, ElementEx, PointAnnotationEx, SymbolAnnotationEx, MovableComponent, PComponent, PointAnnotation, SymbolAnnotation, TextComponent
public class CoordinateAnnotationImpl extends SymbolAnnotationImpl implements CoordinateAnnotationEx
-
-
Constructor Summary
Constructors Constructor and Description CoordinateAnnotationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetId()Returns the id string of this elementMathElementgetTextModel()voidsetValuePoint(double x, double y)Sets the x,y values location in layer's world coordinate system-
Methods inherited from class org.jplot2d.element.impl.SymbolAnnotationImpl
copyFrom, draw, getAngle, getBounds, getHAlign, getPaperTransform, getSymbolScale, getSymbolShape, getSymbolSize, getText, getTextOffsetFactorX, getTextOffsetFactorY, getVAlign, setAngle, setHAlign, setSymbolScale, setSymbolShape, setSymbolSize, setText, setTextModel, setTextOffsetFactorX, setTextOffsetFactorY, setVAlign
-
Methods inherited from class org.jplot2d.element.impl.PointAnnotationImpl
getLocation, getSize, getValuePoint, setLocation, setValuePoint
-
Methods inherited from class org.jplot2d.element.impl.AnnotationImpl
getInvokeStepFormParent, getParent, setLocation, thisEffectiveColorChanged, thisEffectiveFontChanged
-
Methods inherited from class org.jplot2d.element.impl.ComponentImpl
addPropertyChangeListener, canContribute, copyStructure, getColor, getEffectiveColor, getEffectiveFont, getEffectiveFontName, getEffectiveFontSize, getEffectiveFontStyle, getFontName, getFontScale, getFontSize, getFontStyle, getMooringMap, getSelectableBounds, getZOrder, isCacheable, isMovable, isRedrawNeeded, isSelectable, isVisible, parentEffectiveColorChanged, parentEffectiveFontChanged, removePropertyChangeListener, setCacheable, setColor, setFont, setFontName, setFontScale, setFontSize, setFontStyle, setMovable, setRedrawNeeded, setSelectable, setVisible, setZOrder
-
Methods inherited from class org.jplot2d.element.impl.ElementImpl
getEnvironment, getFullId, notify, setParent, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jplot2d.element.impl.AnnotationEx
getParent
-
Methods inherited from interface org.jplot2d.element.impl.ComponentEx
canContribute, copyStructure, draw, getEffectiveColor, getEffectiveFontName, getEffectiveFontSize, getEffectiveFontStyle, getMooringMap, isMovable, isRedrawNeeded, parentEffectiveColorChanged, parentEffectiveFontChanged, setMovable, setRedrawNeeded, thisEffectiveColorChanged, thisEffectiveFontChanged
-
Methods inherited from interface org.jplot2d.element.impl.ElementEx
copyFrom, getFullId, getInvokeStepFormParent, notify, setParent
-
Methods inherited from interface org.jplot2d.element.CoordinateAnnotation
getText, setText
-
Methods inherited from interface org.jplot2d.element.SymbolAnnotation
getAngle, getSymbolScale, getSymbolShape, getSymbolSize, getTextOffsetFactorX, getTextOffsetFactorY, setAngle, setSymbolScale, setSymbolShape, setSymbolSize, setTextOffsetFactorX, setTextOffsetFactorY
-
Methods inherited from interface org.jplot2d.element.PointAnnotation
getValuePoint, setValuePoint
-
Methods inherited from interface org.jplot2d.element.Annotation
isMovable, setMovable
-
Methods inherited from interface org.jplot2d.element.MovableComponent
setLocation, setLocation
-
Methods inherited from interface org.jplot2d.element.TextComponent
getHAlign, getVAlign, setHAlign, setVAlign
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Description copied from interface:ElementReturns the id string of this element- Specified by:
getIdin interfaceElement- Overrides:
getIdin classSymbolAnnotationImpl- Returns:
- the id string
-
getTextModel
public MathElement getTextModel()
- Overrides:
getTextModelin classSymbolAnnotationImpl
-
setValuePoint
public void setValuePoint(double x, double y)Description copied from interface:PointAnnotationSets the x,y values location in layer's world coordinate system- Specified by:
setValuePointin interfacePointAnnotation- Overrides:
setValuePointin classPointAnnotationImpl- Parameters:
x- the x-values of the new locationy- the y-values of the new location
-
-
DMelt 3.0 © DataMelt by jWork.ORG