|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Symbol
Abstract superclass of the various symbol classes.
Method Summary | |
---|---|
Object |
accept(StyleVisitor visitor,
Object extraData)
Accepts a visitor. |
InternationalString |
getAbstract()
Returns a human readable, prose description of this symbol. |
String |
getGeometryAttribute()
Returns the name of the geometry feature attribute to use for drawing. |
String |
getName()
Returns a name for this symbol. |
InternationalString |
getTitle()
Returns the human readable title of this symbol. |
void |
setAbstract(InternationalString abs)
Sets the human readable, prose description of this symbol. |
void |
setGeometryAttribute(String name)
Sets the name of the geometry feature attribute that will be used for drawing this symbol. |
void |
setName(String name)
Sets the name for this symbol. |
void |
setTitle(InternationalString name)
Sets the human readable title of this symbol. |
Method Detail |
---|
String getGeometryAttribute()
void setGeometryAttribute(String name)
getGeometryAttribute()
for details.
String getName()
void setName(String name)
getName()
for details.
InternationalString getTitle()
void setTitle(InternationalString name)
getTitle()
for details.
InternationalString getAbstract()
void setAbstract(InternationalString abs)
getAbstract()
for details.
@Extension Object accept(StyleVisitor visitor, Object extraData)
return visitor.visit(this, extraData);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |