|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.MaplexLabelStackingProperties
public class MaplexLabelStackingProperties
Properties that specify the label stacking rules.
Constructor Summary | |
---|---|
MaplexLabelStackingProperties()
Constructs a MaplexLabelStackingProperties using ArcGIS Engine. |
|
MaplexLabelStackingProperties(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. MaplexLabelStackingProperties theMaplexLabelStackingProperties = (MaplexLabelStackingProperties) obj; |
Method Summary | |
---|---|
void |
addSeparator(String separator,
boolean visible,
boolean splitForced,
boolean splitAfter)
Adds the specified separator to the collection. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
clearSeparators()
Removes all the separators in the collection. |
boolean |
equals(Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
int |
getMaximumNumberOfCharsPerLine()
Maximum number of characters allowed on a line. |
int |
getMaximumNumberOfLines()
Maximum number of lines on which the label may be stacked. |
int |
getMinimumNumberOfCharsPerLine()
Minimum number of characters required on each line. |
int |
getSeparatorCount()
The number of separator in the collection. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
getStackJustification()
Justification options for label stacking. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
void |
load(IStream pstm)
load |
void |
querySeparator(int index,
String[] separator,
boolean[] visible,
boolean[] splitForced,
boolean[] splitAfter)
Returns the separator in the collection at the specified index. |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setMaximumNumberOfCharsPerLine(int limit)
Maximum number of characters allowed on a line. |
void |
setMaximumNumberOfLines(int limit)
Maximum number of lines on which the label may be stacked. |
void |
setMinimumNumberOfCharsPerLine(int limit)
Minimum number of characters required on each line. |
void |
setStackJustification(int option)
Justification options for label stacking. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public MaplexLabelStackingProperties() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic MaplexLabelStackingProperties(Object obj) throws IOException
MaplexLabelStackingProperties theMaplexLabelStackingProperties = (MaplexLabelStackingProperties) obj;
obj
to MaplexLabelStackingProperties
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int getStackJustification() throws IOException, AutomationException
getStackJustification
in interface IMaplexLabelStackingProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStackJustification(int option) throws IOException, AutomationException
setStackJustification
in interface IMaplexLabelStackingProperties
option
- A com.esri.arcgis.carto.esriMaplexStackingJustification constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addSeparator(String separator, boolean visible, boolean splitForced, boolean splitAfter) throws IOException, AutomationException
addSeparator
in interface IMaplexLabelStackingProperties
separator
- The separator (in)visible
- The visible (in)splitForced
- The splitForced (in)splitAfter
- The splitAfter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSeparatorCount() throws IOException, AutomationException
getSeparatorCount
in interface IMaplexLabelStackingProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void querySeparator(int index, String[] separator, boolean[] visible, boolean[] splitForced, boolean[] splitAfter) throws IOException, AutomationException
querySeparator
in interface IMaplexLabelStackingProperties
index
- The index (in)separator
- The separator (out: use single element array)visible
- The visible (out: use single element array)splitForced
- The splitForced (out: use single element array)splitAfter
- The splitAfter (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearSeparators() throws IOException, AutomationException
clearSeparators
in interface IMaplexLabelStackingProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumNumberOfLines() throws IOException, AutomationException
getMaximumNumberOfLines
in interface IMaplexLabelStackingProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumNumberOfLines(int limit) throws IOException, AutomationException
setMaximumNumberOfLines
in interface IMaplexLabelStackingProperties
limit
- The limit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMinimumNumberOfCharsPerLine() throws IOException, AutomationException
getMinimumNumberOfCharsPerLine
in interface IMaplexLabelStackingProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumNumberOfCharsPerLine(int limit) throws IOException, AutomationException
setMinimumNumberOfCharsPerLine
in interface IMaplexLabelStackingProperties
limit
- The limit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumNumberOfCharsPerLine() throws IOException, AutomationException
getMaximumNumberOfCharsPerLine
in interface IMaplexLabelStackingProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumNumberOfCharsPerLine(int limit) throws IOException, AutomationException
setMaximumNumberOfCharsPerLine
in interface IMaplexLabelStackingProperties
limit
- The limit (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IClone esri_clone() throws IOException, AutomationException
esri_clone
in interface IClone
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void assign(IClone src) throws IOException, AutomationException
assign
in interface IClone
src
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws IOException, AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws IOException, AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical
in interface IClone
other
- A reference to a com.esri.arcgis.system.IClone (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |