public class AnnObject extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}annMeta"/> <element ref="{}annTransparent"/> <element ref="{}lineInfo"/> <element ref="{}fontInfo"/> <element ref="{}fillInfo"/> <element name="textString"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> </restriction> </simpleType> </element> <element name="rotationAngle"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> <element name="annStartX"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> <element name="annStartY"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> <element name="annHeight"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> <element name="annWidth"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
annHeight |
protected AnnMeta |
annMeta |
protected int |
annStartX |
protected int |
annStartY |
protected boolean |
annTransparent |
protected int |
annWidth |
protected FillInfo |
fillInfo |
protected FontInfo |
fontInfo |
protected LineInfo |
lineInfo |
protected int |
rotationAngle |
protected String |
textString |
Constructor and Description |
---|
AnnObject() |
Modifier and Type | Method and Description |
---|---|
int |
getAnnHeight()
Gets the value of the annHeight property.
|
AnnMeta |
getAnnMeta()
Gets the value of the annMeta property.
|
int |
getAnnStartX()
Gets the value of the annStartX property.
|
int |
getAnnStartY()
Gets the value of the annStartY property.
|
int |
getAnnWidth()
Gets the value of the annWidth property.
|
FillInfo |
getFillInfo()
Gets the value of the fillInfo property.
|
FontInfo |
getFontInfo()
Gets the value of the fontInfo property.
|
LineInfo |
getLineInfo()
Gets the value of the lineInfo property.
|
int |
getRotationAngle()
Gets the value of the rotationAngle property.
|
String |
getTextString()
Gets the value of the textString property.
|
boolean |
isAnnTransparent()
Gets the value of the annTransparent property.
|
void |
setAnnHeight(int value)
Sets the value of the annHeight property.
|
void |
setAnnMeta(AnnMeta value)
Sets the value of the annMeta property.
|
void |
setAnnStartX(int value)
Sets the value of the annStartX property.
|
void |
setAnnStartY(int value)
Sets the value of the annStartY property.
|
void |
setAnnTransparent(boolean value)
Sets the value of the annTransparent property.
|
void |
setAnnWidth(int value)
Sets the value of the annWidth property.
|
void |
setFillInfo(FillInfo value)
Sets the value of the fillInfo property.
|
void |
setFontInfo(FontInfo value)
Sets the value of the fontInfo property.
|
void |
setLineInfo(LineInfo value)
Sets the value of the lineInfo property.
|
void |
setRotationAngle(int value)
Sets the value of the rotationAngle property.
|
void |
setTextString(String value)
Sets the value of the textString property.
|
protected AnnMeta annMeta
protected boolean annTransparent
protected LineInfo lineInfo
protected FontInfo fontInfo
protected FillInfo fillInfo
protected String textString
protected int rotationAngle
protected int annStartX
protected int annStartY
protected int annHeight
protected int annWidth
public AnnMeta getAnnMeta()
AnnMeta
public void setAnnMeta(AnnMeta value)
value
- allowed object is
AnnMeta
public boolean isAnnTransparent()
public void setAnnTransparent(boolean value)
public LineInfo getLineInfo()
LineInfo
public void setLineInfo(LineInfo value)
value
- allowed object is
LineInfo
public FontInfo getFontInfo()
FontInfo
public void setFontInfo(FontInfo value)
value
- allowed object is
FontInfo
public FillInfo getFillInfo()
FillInfo
public void setFillInfo(FillInfo value)
value
- allowed object is
FillInfo
public String getTextString()
String
public void setTextString(String value)
value
- allowed object is
String
public int getRotationAngle()
public void setRotationAngle(int value)
public int getAnnStartX()
public void setAnnStartX(int value)
public int getAnnStartY()
public void setAnnStartY(int value)
public int getAnnHeight()
public void setAnnHeight(int value)
public int getAnnWidth()
public void setAnnWidth(int value)
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.