com.reportmill.text
Class RMXString.Outline
java.lang.Object
com.reportmill.text.RMXString.Outline
- Enclosing class:
- RMXString
- public static class RMXString.Outline
- extends java.lang.Object
The Outline inner class represents the attributes of outlined text: strokeWidth and fillColor.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMXString.Outline
public RMXString.Outline()
RMXString.Outline
public RMXString.Outline(float aStrokeWidth,
RMColor aFillColor)
getStrokeWidth
public float getStrokeWidth()
getFillColor
public RMColor getFillColor()
deriveOutline
public RMXString.Outline deriveOutline(float aStrokeWidth)
deriveOutline
public RMXString.Outline deriveOutline(RMColor aFillColor)