Package org.meteoinfo.chart
Class ChartText3D
- java.lang.Object
-
- org.meteoinfo.shape.Shape
-
- org.meteoinfo.chart.ChartText
-
- org.meteoinfo.chart.ChartText3D
-
public class ChartText3D extends ChartText
-
-
Constructor Summary
Constructors Constructor Description ChartText3D()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetZ()Get z coordinate valuePointZgetZDir()Get zdir pointvoidsetPoint(double x, double y, double z)Set pointvoidsetZ(double value)Set z coordinate valuevoidsetZDir(float x, float y, float z)Set zdir pointvoidsetZDir(java.lang.String value)Set zdir pointvoidsetZDir(PointZ value)Set zdir pointvoidupdateAngle(Projector projector)Update angle-
Methods inherited from class org.meteoinfo.chart.ChartText
addText, draw, getAngle, getBackground, getColor, getCoordinates, getDimension, getFont, getGap, getLineNum, getLineSpace, getNeatlineColor, getNeatlineSize, getShapeType, getText, getTexts, getTrueDimension, getX, getXAlign, getY, getYAlign, isDrawNeatline, isFill, isUseExternalFont, setAngle, setBackground, setColor, setCoordinates, setCoordinates, setDrawNeatline, setFill, setFont, setGap, setLineSpace, setNeatlineColor, setNeatlineSize, setPoint, setText, setTexts, setUseExternalFont, setX, setXAlign, setXAlign, setY, setYAlign, setYAlign, toGeometry, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class org.meteoinfo.shape.Shape
addVertice, buffer, clone, cloneValue, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, geometry2Shape, getExtent, getLegendIndex, getPoints, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, removeVerice, reverse, setEditing, setExtent, setLegendIndex, setPoints, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, within
-
-
-
-
Method Detail
-
getZ
public double getZ()
Get z coordinate value- Returns:
- Z coordinate value
-
setZ
public void setZ(double value)
Set z coordinate value- Parameters:
value- Z coordinate value
-
getZDir
public PointZ getZDir()
Get zdir point- Returns:
- ZDir point
-
setZDir
public void setZDir(PointZ value)
Set zdir point- Parameters:
value- ZDir point
-
setZDir
public void setZDir(float x, float y, float z)Set zdir point- Parameters:
x- X coordinate valuey- Y coordinate valuez- Z coordinate value
-
setZDir
public void setZDir(java.lang.String value)
Set zdir point- Parameters:
value- ZDir point
-
setPoint
public void setPoint(double x, double y, double z)Set point- Parameters:
x- Xy- Yz- Z
-
updateAngle
public void updateAngle(Projector projector)
Update angle- Parameters:
projector- Projector
-
-