|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.sde.sdk.client.SeShapeAnno
public class SeShapeAnno
Client side annotation utility functions
| Field Summary | |
|---|---|
static int |
SE_ANNO_ALIGN_AUTOMATIC
|
static int |
SE_ANNO_ALIGN_CENTER
|
static int |
SE_ANNO_ALIGN_DEFAULT
|
static int |
SE_ANNO_ALIGN_LEFT
|
static int |
SE_ANNO_ALIGN_RIGHT
|
static int |
SE_ANNO_CENTER_CENTER
|
static int |
SE_ANNO_CENTER_LEFT
|
static int |
SE_ANNO_CENTER_RIGHT
|
static int |
SE_ANNO_LOWER_CENTER
|
static int |
SE_ANNO_LOWER_LEFT
|
static int |
SE_ANNO_LOWER_RIGHT
|
static int |
SE_ANNO_UPPER_CENTER
|
static int |
SE_ANNO_UPPER_LEFT
|
static int |
SE_ANNO_UPPER_RIGHT
|
| Constructor Summary | |
|---|---|
SeShapeAnno()
Creates annotation object with default values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
duplicate()
Creates a copy of annotation object. |
int |
getAlignment()
Returns the alignment of a specific annotation. |
double |
getGapRatio()
Returns the annotation gap ratio. |
double |
getHeight()
Returns the annotation height. |
int |
getJustification()
Returns the annotation justification. |
SeShape |
getLeader()
Returns the annotation leader shape. |
int |
getLevel()
Returns the annotation level. |
SeShape |
getPlacement()
Returns the annotation placement shape. |
int |
getSymbol()
Returns the annotation symbol. |
java.lang.String |
getText()
Returns the annotation text. |
double |
getXOffset()
Returns the annotation x offset. |
double |
getYOffset()
Returns the annotation y offset. |
void |
setAlignment(int alignment)
Sets the alignment type forannotation. |
void |
setGapRatio(double gapRatio)
Sets the annotation gap ratio. |
void |
setHeight(double height)
Sets the annotation height. |
void |
setJustification(int justification)
Sets the annotation justification. |
void |
setLeader(SeShape leader)
Sets the annotation leader shape. |
void |
setLevel(int level)
Sets the annotation level. |
void |
setPlacement(SeShape pShape)
Sets the annotation placement shape. |
void |
setSymbol(int symbol)
Sets the annotation symbol. |
void |
setText(java.lang.String text)
Sets the annotation text. |
void |
setXOffset(double offset)
Sets the annotation x offset. |
void |
setYOffset(double offset)
Sets the annotation y offset. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SE_ANNO_UPPER_LEFT
public static final int SE_ANNO_UPPER_CENTER
public static final int SE_ANNO_UPPER_RIGHT
public static final int SE_ANNO_CENTER_LEFT
public static final int SE_ANNO_CENTER_CENTER
public static final int SE_ANNO_CENTER_RIGHT
public static final int SE_ANNO_LOWER_LEFT
public static final int SE_ANNO_LOWER_CENTER
public static final int SE_ANNO_LOWER_RIGHT
public static final int SE_ANNO_ALIGN_DEFAULT
public static final int SE_ANNO_ALIGN_LEFT
public static final int SE_ANNO_ALIGN_RIGHT
public static final int SE_ANNO_ALIGN_CENTER
public static final int SE_ANNO_ALIGN_AUTOMATIC
| Constructor Detail |
|---|
public SeShapeAnno()
| Method Detail |
|---|
public java.lang.Object duplicate()
throws SeException
SeExceptionpublic int getAlignment()
public void setAlignment(int alignment)
throws SeException
alignment - the annotation alignment value.
SeExceptionpublic int getJustification()
public void setJustification(int justification)
justification - the annotation justification
public SeShape getLeader()
throws SeException
SeExceptionpublic void setLeader(SeShape leader)
leader - the leader shape.
public SeShape getPlacement()
throws SeException
SeExceptionpublic void setPlacement(SeShape pShape)
pShape - the placement shape.public int getLevel()
public void setLevel(int level)
level - the annotation levelpublic double getXOffset()
public void setXOffset(double offset)
offset - the annotation x offset.public double getYOffset()
public void setYOffset(double offset)
offset - the annotation y offset.public java.lang.String getText()
public void setText(java.lang.String text)
text - the annotation text.public double getGapRatio()
public void setGapRatio(double gapRatio)
gapRatio - the annotation gap rationpublic double getHeight()
public void setHeight(double height)
height - the annotation height.public int getSymbol()
public void setSymbol(int symbol)
symbol - the annotation symbol.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||