类 ChartText3D

  • 所有已实现的接口:
    java.lang.Cloneable

    public class ChartText3D
    extends ChartText
    作者:
    Yaqiang Wang yaqiang.wang@gmail.com
    • 构造器详细资料

      • ChartText3D

        public ChartText3D()
    • 方法详细资料

      • getZ

        public double getZ()
        Get z coordinate value
        返回:
        Z coordinate value
      • setZ

        public void setZ​(double value)
        Set z coordinate value
        参数:
        value - Z coordinate value
      • getZDir

        public PointZ getZDir()
        Get zdir point
        返回:
        ZDir point
      • setZDir

        public void setZDir​(PointZ value)
        Set zdir point
        参数:
        value - ZDir point
      • setZDir

        public void setZDir​(float x,
                            float y,
                            float z)
        Set zdir point
        参数:
        x - X coordinate value
        y - Y coordinate value
        z - Z coordinate value
      • setZDir

        public void setZDir​(java.lang.String value)
        Set zdir point
        参数:
        value - ZDir point
      • setPoint

        public void setPoint​(double x,
                             double y,
                             double z)
        Set point
        参数:
        x - X
        y - Y
        z - Z
      • updateAngle

        public void updateAngle​(Projector projector)
        Update angle
        参数:
        projector - Projector