com.esri.core.internal.value
Class DrawingInfo

java.lang.Object
  extended by com.esri.core.internal.value.DrawingInfo
All Implemented Interfaces:
Serializable

public class DrawingInfo
extends Object
implements Serializable

See Also:
Serialized Form

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

DrawingInfo

public DrawingInfo(Renderer<?> renderer,
                   int transparency)

DrawingInfo

public DrawingInfo()
Method Detail

getRenderer

public Renderer<?> getRenderer()
Gets the renderer of the DrawingInfo.

Returns:
Returns the renderer.

setRenderer

public void setRenderer(Renderer<?> renderer)
Sets the renderer of the DrawingInfo.

Parameters:
renderer - The renderer to set.

getTransparency

public int getTransparency()
Gets the transparency of the DrawingInfo.

Returns:
Returns the transparency.

setTransparency

public void setTransparency(int transparency)
Sets the transparency of the DrawingInfo.

Parameters:
transparency - The transparency to set.

getLabelingInfo

public LabelingInfo[] getLabelingInfo()
Gets the labelingInfo of the DrawingInfo.

Returns:
Returns the labelingInfo.

setLabelingInfo

public void setLabelingInfo(LabelingInfo[] labelingInfos)
Sets the labelingInfo of the DrawingInfo.

Parameters:
labelingInfos - The labelingInfo to set.

getScaleSymbols

public boolean getScaleSymbols()

setScaleSymbols

public void setScaleSymbols(boolean scaleSymbols)

getShowLabels

public boolean getShowLabels()

setShowLabels

public void setShowLabels(boolean showLabels)

fromJson

public static DrawingInfo fromJson(org.codehaus.jackson.JsonParser parser)
                            throws Exception
Throws:
Exception

toJson

public String toJson()
              throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.