类 ArrowBreak
- java.lang.Object
-
- org.meteoinfo.legend.ColorBreak
-
- org.meteoinfo.legend.PointBreak
-
- org.meteoinfo.legend.ArrowBreak
-
public class ArrowBreak extends PointBreak
- 作者:
- Yaqiang Wang
-
-
字段概要
-
从类继承的字段 org.meteoinfo.legend.PointBreak
angle, charIndex, drawFill, drawOutline, fontName, imagePath, markerType, outlineColor, outlineSize, size, style
-
从类继承的字段 org.meteoinfo.legend.ColorBreak
breakType, caption, color, drawShape, endValue, isNoData, startValue, tag
-
-
构造器概要
构造器 构造器 说明 ArrowBreak()ConstructorArrowBreak(PointBreak pb)Constructor with a PointBreak
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 floatgetHeadLength()Get arrow head lengthfloatgetHeadWidth()Get arrow head widthfloatgetOverhang()Get overhangfloatgetWidth()Arrow line widthvoidsetHeadLength(float value)Set arrow head lengthvoidsetHeadWidth(float value)Set arrow head widthvoidsetOverhang(float value)Set overhangvoidsetWidth(float value)Set arrow line width-
从类继承的方法 org.meteoinfo.legend.PointBreak
clone, exportToXML, getAngle, getCharIndex, getFontName, getImagePath, getMarkerType, getOutlineColor, getOutlineSize, getPropertyObject, getSize, getStyle, isDrawFill, isDrawOutline, setAngle, setCharIndex, setDrawFill, setDrawOutline, setFontName, setImagePath, setMarkerType, setOutlineColor, setOutlineSize, setSize, setStyle
-
从类继承的方法 org.meteoinfo.legend.ColorBreak
getBreakType, getCaption, getColor, getEndValue, getStartValue, getTag, getValueString, isDrawShape, isNoData, setBreakType, setCaption, setColor, setDrawShape, setEndValue, setNoData, setStartValue, setTag
-
-
-
-
构造器详细资料
-
ArrowBreak
public ArrowBreak()
Constructor
-
ArrowBreak
public ArrowBreak(PointBreak pb)
Constructor with a PointBreak- 参数:
pb- A PointBreak
-
-
方法详细资料
-
getWidth
public float getWidth()
Arrow line width- 返回:
- Arrow line width
-
setWidth
public void setWidth(float value)
Set arrow line width- 参数:
value- Arrow line width
-
getHeadWidth
public float getHeadWidth()
Get arrow head width- 返回:
- Arrow head width
-
setHeadWidth
public void setHeadWidth(float value)
Set arrow head width- 参数:
value- Arrow head width
-
getHeadLength
public float getHeadLength()
Get arrow head length- 返回:
- Arrow head length
-
setHeadLength
public void setHeadLength(float value)
Set arrow head length- 参数:
value- Arrow head length
-
getOverhang
public float getOverhang()
Get overhang- 返回:
- Overhang
-
setOverhang
public void setOverhang(float value)
Set overhang- 参数:
value- Overhang
-
-