Uses of Interface
rekit.primitives.operable.Operable
Packages that use Operable
-
Uses of Operable in rekit.primitives.geometry
Classes in rekit.primitives.geometry that implement Operable -
Uses of Operable in rekit.primitives.image
Classes in rekit.primitives.image that implement OperableModifier and TypeClassDescriptionfinal class
This class defines a Color with RGBA channels. -
Uses of Operable in rekit.primitives.operable
Classes in rekit.primitives.operable with type parameters of type OperableModifier and TypeInterfaceDescriptioninterface
This interface defines the kind of Objects aOpProgress
will handle.final class
OpProgress<T extends Operable<T>>
Dynamically scale (linear) anOperable
.Constructors in rekit.primitives.operable with parameters of type OperableModifierConstructorDescriptionOpProgress
(Operable<T> start, Operable<T> end) Constructor that takes the start and end value for calculating values in between relative to a progress between 0 and 1.