Class NoRepeatsPointsList

  • All Implemented Interfaces:
    java.io.Serializable, org.eclipse.draw2d.geometry.Translatable

    public class NoRepeatsPointsList
    extends org.eclipse.draw2d.geometry.PointList
    Class used to manage large amount of points in 1D plots
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPoint​(int x, int y)
      Does not add the same point twice in a row.
      • Methods inherited from class org.eclipse.draw2d.geometry.PointList

        addAll, addPoint, getBounds, getCopy, getFirstPoint, getLastPoint, getMidpoint, getPoint, getPoint, insertPoint, intersects, performScale, performTranslate, polygonContainsPoint, polylineContainsPoint, removeAllPoints, removePoint, reverse, setPoint, setSize, size, toIntArray, translate, translate, transpose
      • Methods inherited from class java.lang.Object

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

      • NoRepeatsPointsList

        public NoRepeatsPointsList()
    • Method Detail

      • addPoint

        public void addPoint​(int x,
                             int y)
        Does not add the same point twice in a row.
        Overrides:
        addPoint in class org.eclipse.draw2d.geometry.PointList
        Parameters:
        x -
        y -