Package | Description |
---|---|
com.sun.javafx.sg.prism | |
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
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 |
NGPath.setFillRule(FillRule fillRule) |
private int |
NGPath.toWindingRule(FillRule rule) |
Modifier and Type | Field and Description |
---|---|
(package private) FillRule |
GraphicsContext.State.fillRule |
Modifier and Type | Method and Description |
---|---|
FillRule |
GraphicsContext.getFillRule()
Get the filling rule attribute for determining the interior of paths
in fill and clip operations.
|
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.setFillRule(FillRule fillRule)
Set the filling rule attribute for determining the interior of paths
in fill or clip operations.
|
Modifier and Type | Field and Description |
---|---|
private FillRule |
PathBuilder.fillRule
Deprecated.
|
private FillRule |
SVGPathBuilder.fillRule
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<FillRule> |
Path.fillRule
Defines the filling rule constant for determining the interior of the path.
|
private ObjectProperty<FillRule> |
SVGPath.fillRule
Defines the filling rule constant for determining the interior of the path.
|
Modifier and Type | Method and Description |
---|---|
FillRule |
Path.getFillRule() |
FillRule |
SVGPath.getFillRule() |
static FillRule |
FillRule.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillRule[] |
FillRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<FillRule> |
Path.fillRuleProperty() |
ObjectProperty<FillRule> |
SVGPath.fillRuleProperty() |
Modifier and Type | Method and Description |
---|---|
B |
PathBuilder.fillRule(FillRule x)
Deprecated.
Set the value of the
fillRule property for the instance constructed by this builder. |
B |
SVGPathBuilder.fillRule(FillRule x)
Deprecated.
Set the value of the
fillRule property for the instance constructed by this builder. |
void |
Path.setFillRule(FillRule value) |
void |
SVGPath.setFillRule(FillRule value) |