类 ColorBreak
- java.lang.Object
-
- org.meteoinfo.geometry.legend.ColorBreak
-
- 直接已知子类:
ChartBreak,ColorBreakCollection,LabelBreak,PointBreak,PolygonBreak,PolylineBreak,VectorBreak
public class ColorBreak extends Object
Color break class- 作者:
- Yaqiang Wang
-
-
构造器概要
构造器 构造器 说明 ColorBreak()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Objectclone()ClonevoidexportToXML(Document doc, Element parent)Export to XML documentBreakTypesgetBreakType()Get break typeStringgetCaption()Get captionColorgetColor()Get colorObjectgetEndValue()Get end valueObjectgetPropertyObject()Get property objectObjectgetStartValue()Get start valueStringgetTag()Get tagStringgetValueString()Get value stringbooleanisDrawShape()Get if draw shapebooleanisNoData()Get if is undefine datavoidsetBreakType(BreakTypes value)Set break typevoidsetCaption(String value)Set captionvoidsetColor(Color c)Set colorvoidsetDrawShape(boolean isTrue)Set if draw shapevoidsetEndValue(Object value)Set end valuevoidsetNoData(boolean isTrue)Set if is undefine datavoidsetStartValue(Object value)Set start valuevoidsetTag(String value)Set tag
-
-
-
方法详细资料
-
getBreakType
public BreakTypes getBreakType()
Get break type- 返回:
- Break type
-
setBreakType
public void setBreakType(BreakTypes value)
Set break type- 参数:
value- Break type
-
getStartValue
public Object getStartValue()
Get start value- 返回:
- Start value
-
setStartValue
public void setStartValue(Object value)
Set start value- 参数:
value- Start value
-
getEndValue
public Object getEndValue()
Get end value- 返回:
- End value
-
setEndValue
public void setEndValue(Object value)
Set end value- 参数:
value- End Value
-
getColor
public Color getColor()
Get color- 返回:
- Color
-
setColor
public void setColor(Color c)
Set color- 参数:
c- Color
-
getCaption
public String getCaption()
Get caption- 返回:
- Caption
-
setCaption
public void setCaption(String value)
Set caption- 参数:
value- Caption
-
isNoData
public boolean isNoData()
Get if is undefine data- 返回:
- boolean
-
setNoData
public void setNoData(boolean isTrue)
Set if is undefine data- 参数:
isTrue- boolean
-
isDrawShape
public boolean isDrawShape()
Get if draw shape- 返回:
- boolean
-
setDrawShape
public void setDrawShape(boolean isTrue)
Set if draw shape- 参数:
isTrue- boolean
-
getTag
public String getTag()
Get tag- 返回:
- Tag
-
setTag
public void setTag(String value)
Set tag- 参数:
value- Tag
-
getPropertyObject
public Object getPropertyObject()
Get property object- 返回:
- Custom property object
-
exportToXML
public void exportToXML(Document doc, Element parent)
Export to XML document- 参数:
doc- XML documentparent- Parent XML element
-
getValueString
public String getValueString()
Get value string- 返回:
- value string
-
-