|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscenic.SceneNode
scenic.SceneLeaf
scenic.Brush
scenic.SolidColor
public class SolidColor
This brush paints a solid color.
| Constructor Summary | |
|---|---|
SolidColor(ScenicColor color)
Constructs a new solid color brush. |
|
| Method Summary | |
|---|---|
ScenicColor |
getColor()
Gets the color. |
void |
setColor(ScenicColor color)
Sets the color. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolidColor(ScenicColor color)
color - the color.| Method Detail |
|---|
public ScenicColor getColor()
public void setColor(ScenicColor color)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||