Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum | |
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
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 |
---|---|
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 |
---|---|
(package private) StrokeLineJoin |
GraphicsContext.State.linejoin |
Modifier and Type | Method and Description |
---|---|
StrokeLineJoin |
GraphicsContext.getLineJoin()
Gets the current stroke line join.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
GraphicsContext.State.set(double globalAlpha,
BlendMode blendop,
Affine2D transform,
Paint fill,
Paint stroke,
double linewidth,
StrokeLineCap linecap,
StrokeLineJoin linejoin,
double miterlimit,
double[] dashes,
double dashOffset,
int numClipPaths,
Font font,
FontSmoothingType smoothing,
TextAlignment align,
VPos baseline,
Effect effect,
FillRule fillRule) |
void |
GraphicsContext.setLineJoin(StrokeLineJoin join)
Sets the current stroke line join.
|
Modifier and Type | Field and Description |
---|---|
private StrokeLineJoin |
BorderStrokeStyle.lineJoin |
Modifier and Type | Method and Description |
---|---|
StrokeLineJoin |
BorderStrokeStyle.getLineJoin()
Defines the decoration applied where path segments meet.
|
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 StrokeLineJoin |
Shape.DEFAULT_STROKE_LINE_JOIN |
private StrokeLineJoin |
ShapeBuilder.strokeLineJoin
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<StrokeLineJoin> |
Shape.StrokeAttributes.lineJoin |
private static CssMetaData<Shape,StrokeLineJoin> |
Shape.StyleableProperties.STROKE_LINE_JOIN |
Modifier and Type | Method and Description |
---|---|
(package private) StrokeLineJoin |
Ellipse.convertLineJoin(StrokeLineJoin t) |
(package private) StrokeLineJoin |
Rectangle.convertLineJoin(StrokeLineJoin t) |
(package private) StrokeLineJoin |
Circle.convertLineJoin(StrokeLineJoin t) |
(package private) StrokeLineJoin |
Shape.convertLineJoin(StrokeLineJoin t) |
StrokeLineJoin |
Shape.StrokeAttributes.getLineJoin() |
StrokeLineJoin |
Shape.getStrokeLineJoin() |
static StrokeLineJoin |
StrokeLineJoin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrokeLineJoin[] |
StrokeLineJoin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<StrokeLineJoin> |
Shape.StrokeAttributes.lineJoinProperty() |
ObjectProperty<StrokeLineJoin> |
Shape.strokeLineJoinProperty()
Defines the decoration applied where path segments meet.
|
Modifier and Type | Method and Description |
---|---|
(package private) StrokeLineJoin |
Ellipse.convertLineJoin(StrokeLineJoin t) |
(package private) StrokeLineJoin |
Rectangle.convertLineJoin(StrokeLineJoin t) |
(package private) StrokeLineJoin |
Circle.convertLineJoin(StrokeLineJoin t) |
(package private) StrokeLineJoin |
Shape.convertLineJoin(StrokeLineJoin t) |
void |
Shape.setStrokeLineJoin(StrokeLineJoin value) |
B |
ShapeBuilder.strokeLineJoin(StrokeLineJoin x)
Deprecated.
Set the value of the
strokeLineJoin property for the instance constructed by this builder. |