|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface implemented by components that can create and edit a style. It is also required that an object implementing the StyleEditor interface has a no argument public constructor (the so called "default constructor")
Method Summary | |
boolean |
canEdit(Style s)
Returns true if this style editor is able to completely and properly edit the passed style (for example, a single rule editor cannot edit a style with multiple FeatureTypeStyles or multiple rules) |
Style |
getStyle()
Returns the style edited thru the style editor |
void |
setStyle(Style s)
Sets the style to be edited. |
Method Detail |
public Style getStyle()
public void setStyle(Style s)
s
- public boolean canEdit(Style s)
s
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |