|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscenic.SceneNode
scenic.SceneLeaf
scenic.Shape
scenic.FilledPath
public class FilledPath
FilledPath class fills the area inside the given path.
| Constructor Summary | |
|---|---|
FilledPath(Path path)
Constructs a filled path using the given path. |
|
| Method Summary | |
|---|---|
int |
getFillRule()
Gets the fill rule. |
Path |
getPath()
Gets the path to be filled. |
void |
setFillRule(int rule)
Sets the fill rule used when filling the path. |
void |
setPath(Path path)
Sets the path to be filled. |
| Methods inherited from class scenic.Shape |
|---|
getColor, setColor |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilledPath(Path path)
path - the path to be filled.| Method Detail |
|---|
public void setPath(Path path)
path - the path to be filled.public Path getPath()
public void setFillRule(int rule)
rule - the fill rule.public int getFillRule()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||