Uses of Enum Class
org.jhotdraw8.geom.CubicCurveCharacteristics.Characteristics
Packages that use CubicCurveCharacteristics.Characteristics
Package
Description
Provides classes for defining and manipulating two-dimensional geometry.
-
Uses of CubicCurveCharacteristics.Characteristics in org.jhotdraw8.geom
Methods in org.jhotdraw8.geom that return CubicCurveCharacteristics.CharacteristicsModifier and TypeMethodDescriptionCubicCurveCharacteristics.characteristics(double[] b, int o) CubicCurveCharacteristics.characteristics(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3) Returns the enum constant of this class with the specified name.CubicCurveCharacteristics.Characteristics.values()Returns an array containing the constants of this enum class, in the order they are declared.