类 BarShape
- java.lang.Object
-
- org.meteoinfo.shape.Shape
-
- org.meteoinfo.shape.PointShape
-
- org.meteoinfo.shape.BarShape
-
- 所有已实现的接口:
java.lang.Cloneable
public class BarShape extends PointShape
- 作者:
- Yaqiang Wang
-
-
字段概要
-
从类继承的字段 org.meteoinfo.shape.PointShape
point
-
-
构造器概要
构造器 构造器 说明 BarShape()Constructor
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 doublegetBottom()Get bottom valuedoublegetError()Get errorShapeTypesgetShapeType()Get shape typedoublegetWidth()Get widthbooleanisAutoWidth()Get is auto width or notbooleanisDrawBottom()Get is draw bottom or notbooleanisDrawError()Get is draw error or notvoidsetAutoWidth(boolean value)Set auto width or notvoidsetBottom(double value)Set bottom valuevoidsetDrawBottom(boolean value)Set is draw bottom or notvoidsetDrawError(boolean value)Set if draw error or notvoidsetError(double value)Set errorvoidsetWidth(double value)Set width-
从类继承的方法 org.meteoinfo.shape.PointShape
clone, clone_back, getPoint, getPoints, setPoint, setPoints, toGeometry
-
从类继承的方法 org.meteoinfo.shape.Shape
addVertice, buffer, cloneValue, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, geometry2Shape, getExtent, getLegendIndex, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, removeVerice, reverse, setEditing, setExtent, setLegendIndex, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, within
-
-
-
-
方法详细资料
-
getWidth
public double getWidth()
Get width- 返回:
- Width
-
setWidth
public void setWidth(double value)
Set width- 参数:
value- Width
-
isAutoWidth
public boolean isAutoWidth()
Get is auto width or not- 返回:
- Boolean
-
setAutoWidth
public void setAutoWidth(boolean value)
Set auto width or not- 参数:
value- Boolean
-
getError
public double getError()
Get error- 返回:
- Error
-
setError
public void setError(double value)
Set error- 参数:
value- Error
-
isDrawError
public boolean isDrawError()
Get is draw error or not- 返回:
- Boolean
-
setDrawError
public void setDrawError(boolean value)
Set if draw error or not- 参数:
value- Boolean
-
getBottom
public double getBottom()
Get bottom value- 返回:
- Bottom
-
setBottom
public void setBottom(double value)
Set bottom value- 参数:
value- Bottom
-
isDrawBottom
public boolean isDrawBottom()
Get is draw bottom or not- 返回:
- Boolean
-
setDrawBottom
public void setDrawBottom(boolean value)
Set is draw bottom or not- 参数:
value- Boolean
-
getShapeType
public ShapeTypes getShapeType()
从类复制的说明:ShapeGet shape type- 覆盖:
getShapeType在类中PointShape- 返回:
- Shape type
-
-