Documentation of 'smile.plot.Point' Java class
Point
smile.plot

Class Point



  • public class Point
    extends Shape
    A single point in the plot.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Point(char legend, java.awt.Color color, double... point)
      Constructor.
      Point(char legend, double... point)
      Constructor.
      Point(java.awt.Color color, double... point)
      Constructor.
      Point(double... point)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      char getLegend()
      Returns the legend of point.
      void paint(Graphics g)
      Draw the component with given graphics object.
      Point setLegend(char legend)
      Set the legend of point.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Point

        public Point(double... point)
        Constructor.
      • Point

        public Point(char legend,
                     double... point)
        Constructor.
      • Point

        public Point(java.awt.Color color,
                     double... point)
        Constructor.
      • Point

        public Point(char legend,
                     java.awt.Color color,
                     double... point)
        Constructor.
    • Method Detail

      • getLegend

        public char getLegend()
        Returns the legend of point.
      • setLegend

        public Point setLegend(char legend)
        Set the legend of point.
      • paint

        public void paint(Graphics g)
        Description copied from class: Shape
        Draw the component with given graphics object.
        Specified by:
        paint in class Shape

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.