类 Point2DGraphic


  • public class Point2DGraphic
    extends Graphic
    • 构造器详细资料

      • Point2DGraphic

        public Point2DGraphic​(PointShape pointShape,
                              PointBreak pointBreak)
        Constructor
        参数:
        pointShape - Point shape
        pointBreak - Point break
    • 方法详细资料

      • getX

        public double getX()
        Get x
        返回:
        X
      • setX

        public void setX​(double value)
        Set x
        参数:
        value - X
      • getY

        public double getY()
        Get y
        返回:
        Y
      • setY

        public void setY​(double value)
        Set y
        参数:
        value - Y