-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum DashedShape.FitStrategy extends Enum<DashedShape.FitStrategy>
Defines how a DashedShape is to be rendered.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FixedThe DashedShape will use the exact DashedShape.dashLengthDp and DashedShape.gapLengthDp values provided. As a result, the DashedShape may not fit within its bounds or be cut off.
ResizeThe DashedShape will slightly increase or decrease the DashedShape.dashLengthDp and DashedShape.gapLengthDp values so that the dashes fit perfectly without being cut off.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-