ArrowBreakpublic class PointBreak extends ColorBreak
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected float |
angle |
|
protected int |
charIndex |
|
protected boolean |
drawFill |
|
protected boolean |
drawOutline |
|
protected String |
fontName |
|
protected String |
imagePath |
|
protected MarkerType |
markerType |
|
protected Color |
outlineColor |
|
protected float |
outlineSize |
|
protected float |
size |
|
protected PointStyle |
style |
breakType, caption, color, drawShape, endValue, isNoData, startValue, tag| 构造器 | 说明 |
|---|---|
PointBreak() |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Object |
clone() |
Clone
|
void |
exportToXML(Document doc,
Element parent) |
Export to xml document
|
float |
getAngle() |
Get point angle
|
int |
getCharIndex() |
Get character index
|
String |
getFontName() |
Get font name
|
String |
getImagePath() |
Get image file path
|
MarkerType |
getMarkerType() |
Get marker type
|
Color |
getOutlineColor() |
Get outline color
|
float |
getOutlineSize() |
Get outline size
|
Object |
getPropertyObject() |
Get property object
|
float |
getSize() |
Get size
|
PointStyle |
getStyle() |
Get point style
|
boolean |
isDrawFill() |
Get if draw fill
|
boolean |
isDrawOutline() |
Get if draw outline
|
void |
setAngle(float value) |
Set point angle
|
void |
setCharIndex(int idx) |
Set character index
|
void |
setDrawFill(boolean isTrue) |
Set if draw fill
|
void |
setDrawOutline(boolean isTrue) |
Set if draw outline
|
void |
setFontName(String name) |
Set font name
|
void |
setImagePath(String path) |
Set image file path
|
void |
setMarkerType(MarkerType value) |
Set marker type
|
void |
setOutlineColor(Color c) |
Set outline color
|
void |
setOutlineSize(float value) |
Set outline size
|
void |
setSize(float value) |
Set size
|
void |
setStyle(PointStyle value) |
Set point style
|
getBreakType, getCaption, getColor, getEndValue, getStartValue, getTag, getValueString, isDrawShape, isNoData, setBreakType, setCaption, setColor, setDrawShape, setEndValue, setNoData, setStartValue, setTagprotected MarkerType markerType
protected Color outlineColor
protected float outlineSize
protected float size
protected PointStyle style
protected boolean drawOutline
protected boolean drawFill
protected String fontName
protected int charIndex
protected String imagePath
protected float angle
public MarkerType getMarkerType()
public void setMarkerType(MarkerType value)
value - Marker typepublic String getFontName()
public void setFontName(String name)
name - Font name stringpublic int getCharIndex()
public void setCharIndex(int idx)
idx - Indexpublic String getImagePath()
public void setImagePath(String path)
path - Image file pathpublic Color getOutlineColor()
public void setOutlineColor(Color c)
c - Colorpublic float getOutlineSize()
public void setOutlineSize(float value)
value - Outline sizepublic float getSize()
public void setSize(float value)
value - Sizepublic PointStyle getStyle()
public void setStyle(PointStyle value)
value - Point stylepublic boolean isDrawOutline()
public void setDrawOutline(boolean isTrue)
isTrue - Booleanpublic boolean isDrawFill()
public void setDrawFill(boolean isTrue)
isTrue - Booleanpublic float getAngle()
public void setAngle(float value)
value - Anglepublic Object getPropertyObject()
getPropertyObject 在类中 ColorBreakpublic Object clone()
clone 在类中 ColorBreakpublic void exportToXML(Document doc, Element parent)
exportToXML 在类中 ColorBreakdoc - xml documentparent - parent xml elementCopyright © 2019. All rights reserved.