Documentation of 'jhplot.utils.PointsShapes' Java class.
PointsShapes
jhplot.utils

Class PointsShapes



  • public class PointsShapes
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      PointsShapes() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.awt.Shape drawPointType(int index, java.awt.Color c, double _x, double _y, float ps)
      Draws a point-type corresponding to a symbolic constant, yielding values from 0 to NO_SYMBOL (==13).
      • Methods inherited from class java.lang.Object

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

      • PointsShapes

        public PointsShapes()
    • Method Detail

      • drawPointType

        public static java.awt.Shape drawPointType(int index,
                                                   java.awt.Color c,
                                                   double _x,
                                                   double _y,
                                                   float ps)
        Draws a point-type corresponding to a symbolic constant, yielding values from 0 to NO_SYMBOL (==13).
        Parameters:
        index - symbolic constant
        x - x-coordinate of the midpoint of the point
        y - y-coordinate of the midpoint of the point
        ps - size of the point in pixels

DMelt 3.0 © DataMelt by jWork.ORG