Class GradientParams.Stop
java.lang.Object
com.inductiveautomation.factorypmi.designer.workspace.color.GradientParams.Stop
- All Implemented Interfaces:
Comparable<GradientParams.Stop>
- Enclosing class:
- GradientParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getColor()
float
boolean
boolean
isEdge()
Returns true if the stop is the first or last stopvoid
void
setFraction
(float fraction)
-
Constructor Details
-
Stop
-
-
Method Details
-
getFraction
public float getFraction() -
setFraction
public void setFraction(float fraction) -
getColor
-
setColor
-
isDeleted
public boolean isDeleted() -
isEdge
public boolean isEdge()Returns true if the stop is the first or last stop -
compareTo
- Specified by:
compareTo
in interfaceComparable<GradientParams.Stop>
-