Enum Class StrokeType

java.lang.Object
java.lang.Enum<StrokeType>
javafx.scene.shape.StrokeType
All Implemented Interfaces:
Serializable, Comparable<StrokeType>, Constable

public enum StrokeType extends Enum<StrokeType>
Defines where to draw the stroke around the boundary of a Shape node.
Since:
JavaFX 2.0
See Also: