Package uk.ac.qmul.eecs.depic.daw.gui
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
-
-
Field Summary
Fields Modifier and Type Field and Description static int
SIZE
-
Constructor Summary
Constructors Constructor and Description SequencePoint(Sequence.Value sequenceValue, float x, float 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
-
-
-
-
Field Detail
-
SIZE
public static final int SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SequencePoint
public SequencePoint(Sequence.Value sequenceValue, float x, float y)
-
-
Method Detail
-
getSequenceValue
public Sequence.Value getSequenceValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isXCentredAt
public boolean isXCentredAt(int p)
-
isYCentredAt
public boolean isYCentredAt(int p)
-
-