|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.reportmill.text.RMXString.Outline
public static class RMXString.Outline
The Outline inner class represents the attributes of outlined text: strokeWidth and fillColor.
Constructor Summary | |
---|---|
RMXString.Outline()
Creates a new outline. |
|
RMXString.Outline(float aStrokeWidth,
RMColor aFillColor)
Creates a new outline with the given stroke width and fill color. |
Method Summary | |
---|---|
RMXString.Outline |
deriveOutline(float aStrokeWidth)
Creates a new outline from this outline with the given stroke width. |
RMXString.Outline |
deriveOutline(RMColor aFillColor)
Creates a new outline from this outline with the given fill color. |
RMColor |
getFillColor()
Returns the fill color for this outline. |
float |
getStrokeWidth()
Returns the stroke width for this outline. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RMXString.Outline()
public RMXString.Outline(float aStrokeWidth, RMColor aFillColor)
Method Detail |
---|
public float getStrokeWidth()
public RMColor getFillColor()
public RMXString.Outline deriveOutline(float aStrokeWidth)
public RMXString.Outline deriveOutline(RMColor aFillColor)
|
ReportMill 10 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |