Package com.metsci.glimpse.core.axis.tagged
Axes with adjustable, named markers which can be adjusted independently
of the minimum and maximum axis values. Also provides painter and mouse
listeners which enable adjustment and display of the axis markers.
-
Interface Summary Interface Description Constraint A restriction on the values which theTag
values of aTaggedAxis1D
can take. -
Class Summary Class Description NamedConstraint SimpleConstraint
implementation which provides a constructor for specifying the constraint name.OrderedConstraint A constraint which enforces the ordering of the provided constraints.Tag A labeled marker on aTaggedAxis1D
.TaggedAxis1D An Axis1D which keeps track of a set of labeled locations along the axis.TaggedAxisListener1D An AxisListener1D which only reports when axis tags have changed.TaggedAxisMouseListener1D A mouse listener which allows adjustment of theTag
values of aTaggedAxis1D
via mouse gestures.