Cloneablepublic class BarShape extends PointShape
point| 构造器 | 说明 |
|---|---|
BarShape() |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
double |
getBottom() |
Get bottom value
|
double |
getError() |
Get error
|
ShapeTypes |
getShapeType() |
Get shape type
|
double |
getWidth() |
Get width
|
boolean |
isAutoWidth() |
Get is auto width or not
|
boolean |
isDrawBottom() |
Get is draw bottom or not
|
boolean |
isDrawError() |
Get is draw error or not
|
void |
setAutoWidth(boolean value) |
Set auto width or not
|
void |
setBottom(double value) |
Set bottom value
|
void |
setDrawBottom(boolean value) |
Set is draw bottom or not
|
void |
setDrawError(boolean value) |
Set if draw error or not
|
void |
setError(double value) |
Set error
|
void |
setWidth(double value) |
Set width
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, clone_back, getPoint, getPoints, setPoint, setPoints, toGeometryaddVertice, 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, withinpublic double getWidth()
public void setWidth(double value)
value - Widthpublic boolean isAutoWidth()
public void setAutoWidth(boolean value)
value - Booleanpublic double getError()
public void setError(double value)
value - Errorpublic boolean isDrawError()
public void setDrawError(boolean value)
value - Booleanpublic double getBottom()
public void setBottom(double value)
value - Bottompublic boolean isDrawBottom()
public void setDrawBottom(boolean value)
value - Booleanpublic ShapeTypes getShapeType()
ShapegetShapeType 在类中 PointShapeCopyright © 2019. All rights reserved.