Class ConstraintImpl.Literal
java.lang.Object
codechicken.lib.gui.modular.lib.geometry.ConstraintImpl<ConstraintImpl.Literal>
codechicken.lib.gui.modular.lib.geometry.ConstraintImpl.Literal
- All Implemented Interfaces:
Constraint
- Enclosing class:
- ConstraintImpl<T extends ConstraintImpl<?>>
-
Nested Class Summary
Nested classes/interfaces inherited from class codechicken.lib.gui.modular.lib.geometry.ConstraintImpl
ConstraintImpl.Between, ConstraintImpl.BetweenDynamic, ConstraintImpl.BetweenOffset, ConstraintImpl.BetweenOffsetDynamic, ConstraintImpl.Dynamic, ConstraintImpl.Literal, ConstraintImpl.MidPoint, ConstraintImpl.MidPointDynamic, ConstraintImpl.Relative, ConstraintImpl.RelativeDynamic -
Field Summary
FieldsFields inherited from class codechicken.lib.gui.modular.lib.geometry.ConstraintImpl
axis, precise -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected final double value
-
-
Constructor Details
-
Literal
public Literal(double value) Returns the literal value supplied.
-
-
Method Details
-
getImpl
protected double getImpl()- Specified by:
getImplin classConstraintImpl<ConstraintImpl.Literal>
-