|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.styling.StyleImpl
Constructor Summary | |
protected |
StyleImpl()
Creates a new instance of StyleImpl |
Method Summary | |
void |
accept(StyleVisitor visitor)
|
void |
addFeatureTypeStyle(FeatureTypeStyle type)
|
java.lang.Object |
clone()
Clones the Style. |
boolean |
equals(java.lang.Object oth)
Compares this Style with another. |
java.lang.String |
getAbstract()
|
FeatureTypeStyle[] |
getFeatureTypeStyles()
|
java.lang.String |
getName()
|
java.lang.String |
getTitle()
|
int |
hashCode()
Overrides hashcode. |
boolean |
isDefault()
|
void |
setAbstract(java.lang.String abstractStr)
|
void |
setDefault(boolean isDefault)
|
void |
setFeatureTypeStyles(FeatureTypeStyle[] featureTypeStyles)
|
void |
setName(java.lang.String name)
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected StyleImpl()
Method Detail |
public java.lang.String getAbstract()
getAbstract
in interface Style
public FeatureTypeStyle[] getFeatureTypeStyles()
getFeatureTypeStyles
in interface Style
public void setFeatureTypeStyles(FeatureTypeStyle[] featureTypeStyles)
setFeatureTypeStyles
in interface Style
public java.lang.String getName()
getName
in interface Style
public java.lang.String getTitle()
getTitle
in interface Style
public boolean isDefault()
isDefault
in interface Style
public void setAbstract(java.lang.String abstractStr)
setAbstract
in interface Style
public void setDefault(boolean isDefault)
setDefault
in interface Style
public void setName(java.lang.String name)
setName
in interface Style
public void setTitle(java.lang.String title)
setTitle
in interface Style
public void addFeatureTypeStyle(FeatureTypeStyle type)
addFeatureTypeStyle
in interface Style
public void accept(StyleVisitor visitor)
accept
in interface Style
public java.lang.Object clone()
clone
in interface org.opengis.util.Cloneable
org.geotools.styling.Style#clone()
public int hashCode()
public boolean equals(java.lang.Object oth)
Two StyleImpl are equal if they have the same properties and the same list of FeatureTypeStyles.
oth
- The object to compare with this for equality.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |