|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.internal.value.DrawingInfo
public class DrawingInfo
Constructor Summary | |
---|---|
DrawingInfo()
|
|
DrawingInfo(Renderer<?> renderer,
int transparency)
|
Method Summary | |
---|---|
static DrawingInfo |
fromJson(org.codehaus.jackson.JsonParser parser)
|
LabelingInfo[] |
getLabelingInfo()
Gets the labelingInfo of the DrawingInfo. |
Renderer<?> |
getRenderer()
Gets the renderer of the DrawingInfo. |
boolean |
getScaleSymbols()
|
boolean |
getShowLabels()
|
int |
getTransparency()
Gets the transparency of the DrawingInfo. |
void |
setLabelingInfo(LabelingInfo[] labelingInfos)
Sets the labelingInfo of the DrawingInfo. |
void |
setRenderer(Renderer<?> renderer)
Sets the renderer of the DrawingInfo. |
void |
setScaleSymbols(boolean scaleSymbols)
|
void |
setShowLabels(boolean showLabels)
|
void |
setTransparency(int transparency)
Sets the transparency of the DrawingInfo. |
String |
toJson()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DrawingInfo(Renderer<?> renderer, int transparency)
public DrawingInfo()
Method Detail |
---|
public Renderer<?> getRenderer()
public void setRenderer(Renderer<?> renderer)
renderer
- The renderer to set.public int getTransparency()
public void setTransparency(int transparency)
transparency
- The transparency to set.public LabelingInfo[] getLabelingInfo()
public void setLabelingInfo(LabelingInfo[] labelingInfos)
labelingInfos
- The labelingInfo to set.public boolean getScaleSymbols()
public void setScaleSymbols(boolean scaleSymbols)
public boolean getShowLabels()
public void setShowLabels(boolean showLabels)
public static DrawingInfo fromJson(org.codehaus.jackson.JsonParser parser) throws Exception
Exception
public String toJson() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |