Package com.inductiveautomation.rm.text
Class RMXString.Outline
java.lang.Object
com.inductiveautomation.rm.text.RMXString.Outline
- Enclosing class:
- RMXString
The Outline inner class represents the attributes of outlined text: strokeWidth and fillColor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionderiveOutline
(float aStrokeWidth) Creates a new outline from this outline with the given stroke width.deriveOutline
(RMColor aFillColor) Creates a new outline from this outline with the given fill color.Returns the fill color for this outline.float
Returns the stroke width for this outline.
-
Constructor Details
-
Outline
public Outline()Creates a new outline. -
Outline
Creates a new outline with the given stroke width and fill color.
-
-
Method Details
-
getStrokeWidth
public float getStrokeWidth()Returns the stroke width for this outline. -
getFillColor
Returns the fill color for this outline. -
deriveOutline
Creates a new outline from this outline with the given stroke width. -
deriveOutline
Creates a new outline from this outline with the given fill color.
-