|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsSimplePolygonSymbol
Implementation of an ArcIMS SimplePolygonSymbol.
| Constructor Summary | |
AimsSimplePolygonSymbol()
Creates new SimplePolygonSymbol with no arguments |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this symbol. |
boolean |
getAntialiasing()
Gets the value of attribute antialiasing |
boolean |
getBoundary()
Gets the value of attribute boundary |
java.lang.String |
getBoundaryCapType()
Gets the value of attribute boundaryCapType |
AimsColor |
getBoundaryColor()
Gets the value of attribute boundaryColor |
java.lang.String |
getBoundaryJoinType()
Gets the value of attribute boundaryJoinType |
double |
getBoundaryTransparency()
Gets the value of attribute boundaryTransparency |
java.lang.String |
getBoundaryType()
Gets the value of attribute boundaryType |
int |
getBoundaryWidth()
Gets the value of attribute boundaryWidth |
AimsColor |
getFillColor()
Gets the value of attribute fillColor |
int |
getFillInterval()
Gets the value of attribute fillInterval |
double |
getFillTransparency()
Gets the value of attribute fillTransparency |
java.lang.String |
getFillType()
Gets the value of attribute fillType |
boolean |
getOverlap()
Gets the value of attribute overlap |
double |
getTransparency()
Gets the value of attribute transparency |
void |
highlight(AimsColor highlightColor,
double transparency)
|
boolean |
isModified()
Returns a boolean value indicating whether the object has been modified by the user since it was loaded from the map service. |
void |
setAntialiasing(boolean antialiasing)
Sets the value of attribute antialising. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
void |
setBoundary(boolean boundary)
Sets the value of attribute boundary. |
void |
setBoundaryCapType(java.lang.String boundaryCapType)
Sets the value of attribute boundaryCaptype. |
void |
setBoundaryColor(AimsColor boundaryColor)
Sets the value of attribute boundaryColor. |
void |
setBoundaryJoinType(java.lang.String boundaryJoinType)
Sets the value of attribute boundaryJoinType. |
void |
setBoundaryTransparency(double boundaryTransparency)
Sets the value of attribute boundaryTransparency. |
void |
setBoundaryType(java.lang.String boundaryType)
Sets the value of attribute boundaryType. |
void |
setBoundaryWidth(int boundaryWidth)
Sets the value of attribute boundaryWidth. |
void |
setFillColor(AimsColor fillColor)
Sets the value of attribute fillColor. |
void |
setFillInterval(int fillInterval)
Sets the value of attribute fillInterval. |
void |
setFillTransparency(double fillTransparency)
Sets the value of attribute fillTransparency. |
void |
setFillType(java.lang.String fillType)
Sets the value of attribute fillType. |
void |
setModified(boolean isModified)
Sets the modified flag of the object, indicating that it needs to be sent to the map server when the map is refreshed. |
void |
setOverlap(boolean overlap)
Sets the value of attribute overlap. |
void |
setTransparency(double transparency)
Sets the value of attribute transparency. |
java.lang.String |
toAxlString()
Returns the AXL string to refresh this object. |
java.lang.String |
toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object. |
java.lang.String |
toString()
Returns a text representation of of this class. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AimsSimplePolygonSymbol()
| Method Detail |
public java.lang.Object clone()
clone in interface AimsSymbolpublic void setAntialiasing(boolean antialiasing)
antialiasing - The attribute value.public boolean getAntialiasing()
antialiasing
antialiasingpublic void setBoundary(boolean boundary)
boundary - The attribute value.public boolean getBoundary()
boundary
boundarypublic void setBoundaryCapType(java.lang.String boundaryCapType)
boundaryCapType - The attribute value, one of "butt", "round", or "square".public java.lang.String getBoundaryCapType()
boundaryCapType
boundaryCapTypepublic void setBoundaryColor(AimsColor boundaryColor)
boundaryColor - The attribute value.public AimsColor getBoundaryColor()
boundaryColor
boundaryColorpublic void setBoundaryJoinType(java.lang.String boundaryJoinType)
boundaryJoinType - The attribute value, one of "round", "miter", or "bevel".public java.lang.String getBoundaryJoinType()
boundaryJoinType
boundaryJoinTypepublic void setBoundaryTransparency(double boundaryTransparency)
boundaryTransparency - The attribute value.public double getBoundaryTransparency()
boundaryTransparency
boundaryTransparencypublic void setBoundaryType(java.lang.String boundaryType)
boundaryType - The attribute value, one of "solid", "dash", "dot", "dash_dot", or "dash_dot_dot".public java.lang.String getBoundaryType()
boundaryType
boundaryTypepublic void setBoundaryWidth(int boundaryWidth)
boundaryWidth - The attribute value.public int getBoundaryWidth()
boundaryWidth
boundaryWidthpublic void setFillColor(AimsColor fillColor)
fillColor - The attribute value.public AimsColor getFillColor()
fillColor
fillColorpublic void setFillInterval(int fillInterval)
fillInterval - The attribute value.public int getFillInterval()
fillInterval
fillIntervalpublic void setFillTransparency(double fillTransparency)
fillTransparency - The attribute value.public double getFillTransparency()
fillTransparency
fillTransparencypublic void setFillType(java.lang.String fillType)
fillType - The attribute value, one of "solid", "bdiagonal", "fdiagonal",
"cross", "diagcross", "horizontal", "vertical", "gray", "lightgray", or "darkgray".public java.lang.String getFillType()
fillType
fillTypepublic void setOverlap(boolean overlap)
overlap - The attribute value.public boolean getOverlap()
overlap
overlappublic void setTransparency(double transparency)
transparency - The attribute value.public double getTransparency()
transparency
transparencypublic boolean isModified()
isModified in interface AimsSymbolpublic void setModified(boolean isModified)
setModified in interface AimsSymbolisModified - True if the object has been modified.
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.public java.lang.String toString()
toString in interface AimsSymbolpublic java.lang.String toAxlString()
toAxlString in interface AimsSymbolpublic java.lang.String toAxlString(AimsEnvironment env)
toAxlString in interface AimsSymbol
public void highlight(AimsColor highlightColor,
double transparency)
highlight in interface AimsSymbol
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||