类 PointBreak
- java.lang.Object
-
- org.meteoinfo.legend.ColorBreak
-
- org.meteoinfo.legend.PointBreak
-
- 直接已知子类:
ArrowBreak
public class PointBreak extends ColorBreak
- 作者:
- User
-
-
字段概要
字段 修饰符和类型 字段 说明 protected floatangleprotected intcharIndexprotected booleandrawFillprotected booleandrawOutlineprotected java.lang.StringfontNameprotected java.lang.StringimagePathprotected MarkerTypemarkerTypeprotected java.awt.ColoroutlineColorprotected floatoutlineSizeprotected floatsizeprotected PointStylestyle-
从类继承的字段 org.meteoinfo.legend.ColorBreak
breakType, caption, color, drawShape, endValue, isNoData, startValue, tag
-
-
构造器概要
构造器 构造器 说明 PointBreak()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.Objectclone()ClonevoidexportToXML(org.w3c.dom.Document doc, org.w3c.dom.Element parent)Export to xml documentfloatgetAngle()Get point angleintgetCharIndex()Get character indexjava.lang.StringgetFontName()Get font namejava.lang.StringgetImagePath()Get image file pathMarkerTypegetMarkerType()Get marker typejava.awt.ColorgetOutlineColor()Get outline colorfloatgetOutlineSize()Get outline sizejava.lang.ObjectgetPropertyObject()Get property objectfloatgetSize()Get sizePointStylegetStyle()Get point stylebooleanisDrawFill()Get if draw fillbooleanisDrawOutline()Get if draw outlinevoidsetAngle(float value)Set point anglevoidsetCharIndex(int idx)Set character indexvoidsetDrawFill(boolean isTrue)Set if draw fillvoidsetDrawOutline(boolean isTrue)Set if draw outlinevoidsetFontName(java.lang.String name)Set font namevoidsetImagePath(java.lang.String path)Set image file pathvoidsetMarkerType(MarkerType value)Set marker typevoidsetOutlineColor(java.awt.Color c)Set outline colorvoidsetOutlineSize(float value)Set outline sizevoidsetSize(float value)Set sizevoidsetStyle(PointStyle value)Set point style-
从类继承的方法 org.meteoinfo.legend.ColorBreak
getBreakType, getCaption, getColor, getEndValue, getStartValue, getTag, getValueString, isDrawShape, isNoData, setBreakType, setCaption, setColor, setDrawShape, setEndValue, setNoData, setStartValue, setTag
-
-
-
-
字段详细资料
-
markerType
protected MarkerType markerType
-
outlineColor
protected java.awt.Color outlineColor
-
outlineSize
protected float outlineSize
-
size
protected float size
-
style
protected PointStyle style
-
drawOutline
protected boolean drawOutline
-
drawFill
protected boolean drawFill
-
fontName
protected java.lang.String fontName
-
charIndex
protected int charIndex
-
imagePath
protected java.lang.String imagePath
-
angle
protected float angle
-
-
方法详细资料
-
getMarkerType
public MarkerType getMarkerType()
Get marker type- 返回:
- Marker type
-
setMarkerType
public void setMarkerType(MarkerType value)
Set marker type- 参数:
value- Marker type
-
getFontName
public java.lang.String getFontName()
Get font name- 返回:
- Font name string
-
setFontName
public void setFontName(java.lang.String name)
Set font name- 参数:
name- Font name string
-
getCharIndex
public int getCharIndex()
Get character index- 返回:
- Character index
-
setCharIndex
public void setCharIndex(int idx)
Set character index- 参数:
idx- Index
-
getImagePath
public java.lang.String getImagePath()
Get image file path- 返回:
- Image file path
-
setImagePath
public void setImagePath(java.lang.String path)
Set image file path- 参数:
path- Image file path
-
getOutlineColor
public java.awt.Color getOutlineColor()
Get outline color- 返回:
- Outline color
-
setOutlineColor
public void setOutlineColor(java.awt.Color c)
Set outline color- 参数:
c- Color
-
getOutlineSize
public float getOutlineSize()
Get outline size- 返回:
- Outline size
-
setOutlineSize
public void setOutlineSize(float value)
Set outline size- 参数:
value- Outline size
-
getSize
public float getSize()
Get size- 返回:
- Size
-
setSize
public void setSize(float value)
Set size- 参数:
value- Size
-
getStyle
public PointStyle getStyle()
Get point style- 返回:
- Point style
-
setStyle
public void setStyle(PointStyle value)
Set point style- 参数:
value- Point style
-
isDrawOutline
public boolean isDrawOutline()
Get if draw outline- 返回:
- Boolean
-
setDrawOutline
public void setDrawOutline(boolean isTrue)
Set if draw outline- 参数:
isTrue- Boolean
-
isDrawFill
public boolean isDrawFill()
Get if draw fill- 返回:
- Boolean
-
setDrawFill
public void setDrawFill(boolean isTrue)
Set if draw fill- 参数:
isTrue- Boolean
-
getAngle
public float getAngle()
Get point angle- 返回:
- Angle
-
setAngle
public void setAngle(float value)
Set point angle- 参数:
value- Angle
-
getPropertyObject
public java.lang.Object getPropertyObject()
Get property object- 覆盖:
getPropertyObject在类中ColorBreak- 返回:
- Property object
-
clone
public java.lang.Object clone()
Clone- 覆盖:
clone在类中ColorBreak- 返回:
- PointBreak
-
exportToXML
public void exportToXML(org.w3c.dom.Document doc, org.w3c.dom.Element parent)Export to xml document- 覆盖:
exportToXML在类中ColorBreak- 参数:
doc- xml documentparent- parent xml element
-
-