Class SequencePoint

  • java.lang.Object
    • java.awt.geom.RectangularShape
      • java.awt.geom.Ellipse2D
        • java.awt.geom.Ellipse2D.Float
          • uk.ac.qmul.eecs.depic.daw.gui.SequencePoint


  • public class SequencePoint
    extends java.awt.geom.Ellipse2D.Float
    A graphic representation of a Sequence.Value (automation point)
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.awt.geom.Ellipse2D

        java.awt.geom.Ellipse2D.Double, java.awt.geom.Ellipse2D.Float
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int SIZE 
      • Fields inherited from class java.awt.geom.Ellipse2D.Float

        height, width, x, y
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Sequence.Value getSequenceValue() 
      boolean isXCentredAt(int p) 
      boolean isYCentredAt(int p) 
      java.lang.String toString() 
      • Methods inherited from class java.awt.geom.Ellipse2D

        contains, contains, equals, getPathIterator, hashCode, intersects
      • Methods inherited from class java.awt.geom.Ellipse2D.Float

        getBounds2D, getHeight, getWidth, getX, getY, isEmpty, setFrame, setFrame
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.awt.geom.RectangularShape

        clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, getPathIterator, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal
    • Constructor Detail

      • SequencePoint

        public SequencePoint(Sequence.Value sequenceValue,
                             float x,
                             float y)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isXCentredAt

        public boolean isXCentredAt(int p)
      • isYCentredAt

        public boolean isYCentredAt(int p)