Documentation of 'CH.ifa.draw.figures.LineFigure' Java class
LineFigure
CH.ifa.draw.figures

Class LineFigure

    • Constructor Detail

      • LineFigure

        public LineFigure()
        Constructs a LineFigure with both start and end set to Point(0,0).
    • Method Detail

      • startPoint

        public java.awt.Point startPoint()
        Gets a copy of the start point.
      • endPoint

        public java.awt.Point endPoint()
        Gets a copy of the end point.
      • startPoint

        public void startPoint(int x,
                               int y)
        Sets the start point.
      • endPoint

        public void endPoint(int x,
                             int y)
        Sets the end point.
      • setPoints

        public void setPoints(java.awt.Point start,
                              java.awt.Point end)
        Sets the start and end point.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.