|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.display.StackedChartSymbol
public class StackedChartSymbol
COM Class 'StackedChartSymbol'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description 'Defines a stacked chart symbol.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static long |
serialVersionUID
|
Fields inherited from interface com.esri.arcgis.display.ISymbolArray |
---|
IID, IID6cff7e07_0502_11d4_9f7c_00c04f6bc709, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IChartSymbol |
---|
IID, IID50317363_bd70_11d3_9f79_00c04f6bc709, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IStackedChartSymbol |
---|
IID, IID50317366_bd70_11d3_9f79_00c04f6bc709, xxDummy |
Fields inherited from interface com.esri.arcgis.display.I3DChartSymbol |
---|
IID, IID50317367_bd70_11d3_9f79_00c04f6bc709, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IMarkerSymbol |
---|
IID, IIDe6bdaa7c_4d35_11d0_98be_00805f7ced21, xxDummy |
Fields inherited from interface com.esri.arcgis.display.ISymbol |
---|
IID, IIDf3435802_5779_11d0_98bf_00805f7ced21, xxDummy |
Fields inherited from interface com.esri.arcgis.display.IMarkerBackgroundSupport |
---|
IID, IID9ce9d410_ddeb_11d3_8216_0080c79f0371, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersistStream |
---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.system.IClone |
---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
Constructor Summary | |
---|---|
StackedChartSymbol()
Constructs a StackedChartSymbol using ArcGIS Engine. |
|
StackedChartSymbol(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. StackedChartSymbol theStackedChartSymbol = (StackedChartSymbol) obj; |
Method Summary | |
---|---|
void |
addSymbol(ISymbol symbol)
Adds a symbol to the array. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
clearSymbols()
Removes all symbols from the array. |
void |
deleteSymbol(ISymbol symbol)
Delete the given symbol. |
void |
draw(IGeometry geometry)
Draws the specified shape. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
double |
getAngle()
Marker symbol angle. |
IMarkerBackground |
getBackground()
The marker background. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
IColor |
getColor()
Marker symbol color. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getMaxValue()
The maximum value. |
ILineSymbol |
getOutline()
The symbol for the chart outline. |
int |
getROP2()
Raster operation code for pixel drawing. |
double |
getSize()
Marker symbol size. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
ISymbol |
getSymbol(int index)
The symbol at the index position. |
int |
getSymbolCount()
The number of symbols. |
double |
getThickness()
3D thickness of the chart symbol. |
int |
getTilt()
Tilt of 3D Display (0-90 degrees). |
double |
getValue(int index)
The value at the index position. |
double |
getWidth()
The width of the bar in points. |
double |
getXOffset()
Symbol X-axis offset from point location. |
double |
getYOffset()
Symbol Y-axis offset from point location. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isDisplay3D()
Indicates if the chart symbol is 3D. |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isFixed()
Indicates if the bars are of a fixed length (the alternative is graduated length bars). |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isUseOutline()
Indicates if the outline symbol is drawn. |
boolean |
isVerticalBar()
Indicates if the bar is oriented vertically. |
void |
load(IStream pstm)
load |
void |
moveSymbol(ISymbol symbol,
int toIndex)
Moves the given symbol to new index position. |
void |
queryBoundary(int hDC,
ITransformation displayTransform,
IGeometry geometry,
IPolygon boundary)
Fills an existing polygon with the boundary of the specified symbol. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a StackedChartSymbol. |
void |
resetDC()
Restores DC to original state. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setAngle(double angle)
Marker symbol angle. |
void |
setBackgroundByRef(IMarkerBackground background)
The marker background. |
void |
setColor(IColor color)
Marker symbol color. |
void |
setDisplay3D(boolean flag)
Indicates if the chart symbol is 3D. |
void |
setFixed(boolean flag)
Indicates if the bars are of a fixed length (the alternative is graduated length bars). |
void |
setMaxValue(double value)
The maximum value. |
void |
setOutline(ILineSymbol symbol)
The symbol for the chart outline. |
void |
setROP2(int drawMode)
Raster operation code for pixel drawing. |
void |
setSize(double size)
Marker symbol size. |
void |
setSymbolByRef(int index,
ISymbol symbol)
The symbol at the index position. |
void |
setThickness(double points)
3D thickness of the chart symbol. |
void |
setTilt(int angle)
Tilt of 3D Display (0-90 degrees). |
void |
setupDC(int hDC,
ITransformation transformation)
Prepares the DC for drawing the symbol. |
void |
setUseOutline(boolean flag)
Indicates if the outline symbol is drawn. |
void |
setValue(int index,
double value)
The value at the index position. |
void |
setVerticalBar(boolean flag)
Indicates if the bar is oriented vertically. |
void |
setWidth(double points)
The width of the bar in points. |
void |
setXOffset(double xOffset)
Symbol X-axis offset from point location. |
void |
setYOffset(double yOffset)
Symbol Y-axis offset from point location. |
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public StackedChartSymbol() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic StackedChartSymbol(java.lang.Object obj) throws java.io.IOException
StackedChartSymbol theStackedChartSymbol = (StackedChartSymbol) obj;
obj
to StackedChartSymbol
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public int getSymbolCount() throws java.io.IOException, AutomationException
getSymbolCount
in interface ISymbolArray
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISymbol getSymbol(int index) throws java.io.IOException, AutomationException
getSymbol
in interface ISymbolArray
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSymbolByRef(int index, ISymbol symbol) throws java.io.IOException, AutomationException
setSymbolByRef
in interface ISymbolArray
index
- The index (in)symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addSymbol(ISymbol symbol) throws java.io.IOException, AutomationException
addSymbol
in interface ISymbolArray
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteSymbol(ISymbol symbol) throws java.io.IOException, AutomationException
deleteSymbol
in interface ISymbolArray
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void moveSymbol(ISymbol symbol, int toIndex) throws java.io.IOException, AutomationException
moveSymbol
in interface ISymbolArray
symbol
- A reference to a com.esri.arcgis.display.ISymbol (in)toIndex
- The toIndex (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearSymbols() throws java.io.IOException, AutomationException
clearSymbols
in interface ISymbolArray
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getValue(int index) throws java.io.IOException, AutomationException
getValue
in interface IChartSymbol
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setValue(int index, double value) throws java.io.IOException, AutomationException
setValue
in interface IChartSymbol
index
- The index (in)value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaxValue() throws java.io.IOException, AutomationException
getMaxValue
in interface IChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxValue(double value) throws java.io.IOException, AutomationException
setMaxValue
in interface IChartSymbol
value
- The value (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getWidth() throws java.io.IOException, AutomationException
getWidth
in interface IStackedChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWidth(double points) throws java.io.IOException, AutomationException
setWidth
in interface IStackedChartSymbol
points
- The points (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVerticalBar() throws java.io.IOException, AutomationException
isVerticalBar
in interface IStackedChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerticalBar(boolean flag) throws java.io.IOException, AutomationException
setVerticalBar
in interface IStackedChartSymbol
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseOutline() throws java.io.IOException, AutomationException
isUseOutline
in interface IStackedChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseOutline(boolean flag) throws java.io.IOException, AutomationException
setUseOutline
in interface IStackedChartSymbol
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineSymbol getOutline() throws java.io.IOException, AutomationException
getOutline
in interface IStackedChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutline(ILineSymbol symbol) throws java.io.IOException, AutomationException
setOutline
in interface IStackedChartSymbol
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFixed() throws java.io.IOException, AutomationException
isFixed
in interface IStackedChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFixed(boolean flag) throws java.io.IOException, AutomationException
setFixed
in interface IStackedChartSymbol
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDisplay3D() throws java.io.IOException, AutomationException
isDisplay3D
in interface I3DChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplay3D(boolean flag) throws java.io.IOException, AutomationException
setDisplay3D
in interface I3DChartSymbol
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getThickness() throws java.io.IOException, AutomationException
getThickness
in interface I3DChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThickness(double points) throws java.io.IOException, AutomationException
setThickness
in interface I3DChartSymbol
points
- The points (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTilt() throws java.io.IOException, AutomationException
getTilt
in interface I3DChartSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTilt(int angle) throws java.io.IOException, AutomationException
setTilt
in interface I3DChartSymbol
angle
- The angle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSize() throws java.io.IOException, AutomationException
getSize
in interface IMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSize(double size) throws java.io.IOException, AutomationException
setSize
in interface IMarkerSymbol
size
- The size (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IColor getColor() throws java.io.IOException, AutomationException
getColor
in interface IMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setColor(IColor color) throws java.io.IOException, AutomationException
setColor
in interface IMarkerSymbol
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getAngle() throws java.io.IOException, AutomationException
getAngle
in interface IMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAngle(double angle) throws java.io.IOException, AutomationException
setAngle
in interface IMarkerSymbol
angle
- The angle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getXOffset() throws java.io.IOException, AutomationException
getXOffset
in interface IMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXOffset(double xOffset) throws java.io.IOException, AutomationException
setXOffset
in interface IMarkerSymbol
xOffset
- The xOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getYOffset() throws java.io.IOException, AutomationException
getYOffset
in interface IMarkerSymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setYOffset(double yOffset) throws java.io.IOException, AutomationException
setYOffset
in interface IMarkerSymbol
yOffset
- The yOffset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setupDC(int hDC, ITransformation transformation) throws java.io.IOException, AutomationException
setupDC
in interface ISymbol
hDC
- The hDC (A COM typedef) (in)transformation
- A reference to a com.esri.arcgis.geometry.ITransformation (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void resetDC() throws java.io.IOException, AutomationException
resetDC
in interface ISymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IGeometry geometry) throws java.io.IOException, AutomationException
draw
in interface ISymbol
geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryBoundary(int hDC, ITransformation displayTransform, IGeometry geometry, IPolygon boundary) throws java.io.IOException, AutomationException
queryBoundary
in interface ISymbol
hDC
- The hDC (A COM typedef) (in)displayTransform
- A reference to a com.esri.arcgis.geometry.ITransformation (in)geometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)boundary
- A reference to a com.esri.arcgis.geometry.IPolygon (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getROP2() throws java.io.IOException, AutomationException
getROP2
in interface ISymbol
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setROP2(int drawMode) throws java.io.IOException, AutomationException
setROP2
in interface ISymbol
drawMode
- A com.esri.arcgis.display.esriRasterOpCode constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerBackground getBackground() throws java.io.IOException, AutomationException
getBackground
in interface IMarkerBackgroundSupport
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBackgroundByRef(IMarkerBackground background) throws java.io.IOException, AutomationException
setBackgroundByRef
in interface IMarkerBackgroundSupport
background
- A reference to a com.esri.arcgis.display.IMarkerBackground (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
esri_clone
in interface IClone
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws java.io.IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |