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.ImmutableCursor.MIN_GRID_SPACINGstatic final Cursor.ImmutableCursor.MIN_LABEL_SPACINGstatic final Cursor.ImmutableCursor.MIN_LOOPstatic final Cursor.ImmutableCursor.MIN_VIEWstatic final Cursor.ImmutableCursor.ZEROMethods 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.ImmutableGridMetrics.Spacing.firstGridLabelPosition of the first grid label in viewfinal Cursor.ImmutableGridMetrics.Spacing.firstGridLinePosition of the first grid line in viewfinal Cursor.ImmutableGridMetrics.Spacing.gridSpacingSpacing of the grid lines, or ZERO if not presentfinal Cursor.ImmutableGridMetrics.Spacing.labelSpacingSpacing 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