|
ReportMill 12 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.reportmill.shape.fill.RMGradientFill.ColorStop
public static class RMGradientFill.ColorStop
Simple static class to represent a stop (they're immutable).
| Constructor Summary | |
|---|---|
RMGradientFill.ColorStop(RMColor aColor,
float aPosition)
Creates a new color stop. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Standard equals implementation. |
RMColor |
getColor()
Returns stop color. |
float |
getPosition()
Returns stop position. |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RMGradientFill.ColorStop(RMColor aColor,
float aPosition)
| Method Detail |
|---|
public RMColor getColor()
public float getPosition()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
ReportMill 12 API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||