|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.style.styling.components.Mark
public class Mark
Mark
Nested Class Summary | |
---|---|
static class |
Mark.SimpleMark
SimpleMark |
Field Summary | |
---|---|
Fill |
fill
Default is a gray fill. |
Font |
font
Default is null. |
int |
markIndex
Is used when font is set. |
Shape |
shape
Default is null. |
Stroke |
stroke
Default is a black stroke. |
Mark.SimpleMark |
wellKnown
Default is SQUARE. |
Constructor Summary | |
---|---|
Mark()
|
Method Summary | |
---|---|
Mark |
copy()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Mark.SimpleMark wellKnown
public Font font
public int markIndex
public Fill fill
public Stroke stroke
public Shape shape
Constructor Detail |
---|
public Mark()
Method Detail |
---|
public Mark copy()
copy
in interface Copyable<Mark>
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |