|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Description
Method Summary | |
---|---|
void |
accept(StyleVisitor visitor)
calls the visit method of a StyleVisitor |
org.opengis.util.InternationalString |
getAbstract()
Human readable description. |
org.opengis.util.InternationalString |
getTitle()
Human readable title. |
void |
setAbstract(org.opengis.util.InternationalString title)
|
void |
setAbstract(java.lang.String title)
Define description in the current locale. |
void |
setTitle(org.opengis.util.InternationalString title)
|
void |
setTitle(java.lang.String title)
Define title using the current locale. |
Methods inherited from interface org.opengis.style.Description |
---|
accept |
Method Detail |
---|
org.opengis.util.InternationalString getTitle()
getTitle
in interface org.opengis.style.Description
void setTitle(org.opengis.util.InternationalString title)
void setTitle(java.lang.String title)
title
- org.opengis.util.InternationalString getAbstract()
getAbstract
in interface org.opengis.style.Description
void setAbstract(org.opengis.util.InternationalString title)
void setAbstract(java.lang.String title)
title
- void accept(StyleVisitor visitor)
visitor
- the style visitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |