Class LinearScale.Indicator
java.lang.Object
com.inductiveautomation.factorypmi.application.components.LinearScale.Indicator
- Enclosing class:
- LinearScale
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetColor()doublegetLabel()doubledoublegetStyle()doublegetValue()doublegetWidth()voidpaint(Graphics2D g, Rectangle area, boolean mirror, boolean reverseRange, double y, double extent2D, Font font) voidvoidsetExtent(double extent) voidvoidsetLabelAngle(double angle) voidsetLabelColor(Color color2) voidsetLength(double length) voidvoidsetValue(double value) voidsetWidth(double width) 
- 
Constructor Details- 
Indicator- Throws:
- ClassCastException
 
- 
Indicatorpublic Indicator()
 
- 
- 
Method Details- 
paintpublic void paint(Graphics2D g, Rectangle area, boolean mirror, boolean reverseRange, double y, double extent2D, Font font) 
- 
setLabelAnglepublic void setLabelAngle(double angle) 
- 
getLabelAnglepublic double getLabelAngle()
- 
getStyle
- 
setStyle
- 
getValuepublic double getValue()
- 
setValuepublic void setValue(double value) 
- 
getExtentpublic double getExtent()
- 
setExtentpublic void setExtent(double extent) 
- 
getLengthpublic double getLength()
- 
setLengthpublic void setLength(double length) 
- 
getWidthpublic double getWidth()
- 
setWidthpublic void setWidth(double width) 
- 
getColor
- 
setColor
- 
getLabelColor
- 
setLabelColor
- 
getLabel
- 
setLabel
 
-