Package | Description |
---|---|
com.sun.javafx.css.parser | |
com.sun.javafx.sg.prism | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
javafx.scene.layout |
Provides classes to support user interface layout.
|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
Modifier and Type | Method and Description |
---|---|
private ParsedValueImpl<java.lang.String,StrokeType> |
CSSParser.parseStrokeType(CSSParser.Term root) |
Modifier and Type | Method and Description |
---|---|
void |
NGShape.setDrawStroke(float strokeWidth,
StrokeType strokeType,
StrokeLineCap lineCap,
StrokeLineJoin lineJoin,
float strokeMiterLimit,
float[] strokeDashArray,
float strokeDashOffset) |
Modifier and Type | Method and Description |
---|---|
abstract void |
Toolkit.accumulateStrokeBounds(Shape shape,
float[] bbox,
StrokeType type,
double strokewidth,
StrokeLineCap cap,
StrokeLineJoin join,
float miterLimit,
BaseTransform tx) |
void |
DummyToolkit.accumulateStrokeBounds(Shape shape,
float[] bbox,
StrokeType type,
double strokewidth,
StrokeLineCap cap,
StrokeLineJoin join,
float miterLimit,
BaseTransform tx) |
abstract Shape |
Toolkit.createStrokedShape(Shape shape,
StrokeType type,
double strokewidth,
StrokeLineCap cap,
StrokeLineJoin join,
float miterLimit,
float[] dashArray,
float dashOffset) |
Shape |
DummyToolkit.createStrokedShape(Shape shape,
StrokeType pgtype,
double strokewidth,
StrokeLineCap pgcap,
StrokeLineJoin pgjoin,
float miterLimit,
float[] dashArray,
float dashOffset) |
abstract boolean |
Toolkit.strokeContains(Shape shape,
double x,
double y,
StrokeType type,
double strokewidth,
StrokeLineCap cap,
StrokeLineJoin join,
float miterLimit) |
boolean |
DummyToolkit.strokeContains(Shape shape,
double x,
double y,
StrokeType type,
double strokewidth,
StrokeLineCap cap,
StrokeLineJoin join,
float miterLimit) |
Modifier and Type | Method and Description |
---|---|
void |
QuantumToolkit.accumulateStrokeBounds(Shape shape,
float[] bbox,
StrokeType pgtype,
double strokewidth,
StrokeLineCap pgcap,
StrokeLineJoin pgjoin,
float miterLimit,
BaseTransform tx) |
Shape |
QuantumToolkit.createStrokedShape(Shape shape,
StrokeType pgtype,
double strokewidth,
StrokeLineCap pgcap,
StrokeLineJoin pgjoin,
float miterLimit,
float[] dashArray,
float dashOffset) |
private void |
QuantumToolkit.initStroke(StrokeType pgtype,
double strokewidth,
StrokeLineCap pgcap,
StrokeLineJoin pgjoin,
float miterLimit,
float[] dashArray,
float dashOffset) |
boolean |
QuantumToolkit.strokeContains(Shape shape,
double x,
double y,
StrokeType pgtype,
double strokewidth,
StrokeLineCap pgcap,
StrokeLineJoin pgjoin,
float miterLimit) |
Modifier and Type | Field and Description |
---|---|
private StrokeType |
BorderStrokeStyle.type |
Modifier and Type | Method and Description |
---|---|
StrokeType |
BorderStrokeStyle.getType()
Defines the direction (inside, outside, or both) that the strokeWidth
is applied to the boundary of the shape.
|
Modifier and Type | Method and Description |
---|---|
private double |
BorderStroke.computeInside(StrokeType type,
double width) |
private double |
BorderStroke.computeOutside(StrokeType type,
double width) |
Constructor and Description |
---|
BorderStrokeStyle(StrokeType type,
StrokeLineJoin lineJoin,
StrokeLineCap lineCap,
double miterLimit,
double dashOffset,
java.util.List<java.lang.Double> dashArray)
Creates a new BorderStrokeStyle.
|
Modifier and Type | Field and Description |
---|---|
private static StrokeType |
Shape.DEFAULT_STROKE_TYPE |
private StrokeType |
ShapeBuilder.strokeType
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<Shape,StrokeType> |
Shape.StyleableProperties.STROKE_TYPE |
private ObjectProperty<StrokeType> |
Shape.StrokeAttributes.type |
Modifier and Type | Method and Description |
---|---|
StrokeType |
Shape.getStrokeType() |
StrokeType |
Shape.StrokeAttributes.getType() |
static StrokeType |
StrokeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrokeType[] |
StrokeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<StrokeType> |
Shape.strokeTypeProperty()
Defines the direction (inside, centered, or outside) that the strokeWidth
is applied to the boundary of the shape.
|
ObjectProperty<StrokeType> |
Shape.StrokeAttributes.typeProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Shape.setStrokeType(StrokeType value) |
B |
ShapeBuilder.strokeType(StrokeType x)
Deprecated.
Set the value of the
strokeType property for the instance constructed by this builder. |