Uses of Class
heronarts.lx.clip.Cursor.Immutable
Packages that use Cursor.Immutable
-
Uses of Cursor.Immutable in heronarts.lx.clip
Fields in heronarts.lx.clip declared as Cursor.ImmutableModifier and TypeFieldDescriptionstatic final Cursor.Immutable
Cursor.MIN_GRID_SPACING
static final Cursor.Immutable
Cursor.MIN_LABEL_SPACING
static final Cursor.Immutable
Cursor.MIN_LOOP
static final Cursor.Immutable
Cursor.MIN_VIEW
static final Cursor.Immutable
Cursor.ZERO
Methods in heronarts.lx.clip that return Cursor.ImmutableModifier and TypeMethodDescriptionCursor.immutable()
Return an immutable version of this cursor, typically a copy unless the cursor is already itself immutable. -
Uses of Cursor.Immutable in heronarts.lx.studio.ui.timeline
Fields in heronarts.lx.studio.ui.timeline declared as Cursor.ImmutableModifier and TypeFieldDescriptionfinal Cursor.Immutable
GridMetrics.Spacing.firstGridLabel
Position of the first grid label in viewfinal Cursor.Immutable
GridMetrics.Spacing.firstGridLine
Position of the first grid line in viewfinal Cursor.Immutable
GridMetrics.Spacing.gridSpacing
Spacing of the grid lines, or ZERO if not presentfinal Cursor.Immutable
GridMetrics.Spacing.labelSpacing
Spacing of the labels, which may be wider than the grid spacing, or ZERO if the labels do not fit or are not presentMethods in heronarts.lx.studio.ui.timeline that return Cursor.Immutable