Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
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 | Field and Description |
---|---|
(package private) FillRule |
GraphicsContext.State.fillRule |
Modifier and Type | Method and Description |
---|---|
FillRule |
GraphicsContext.getFillRule()
Get the filling rule constant for determining the interior of the path.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setFillRule(FillRule fillRule)
Set the filling rule constant for determining the interior of the path.
|
Constructor and Description |
---|
GraphicsContext.State(double globalAlpha,
BlendMode blendop,
com.sun.javafx.geom.transform.Affine2D transform,
Paint fill,
Paint stroke,
double linewidth,
StrokeLineCap linecap,
StrokeLineJoin linejoin,
double miterlimit,
int numClipPaths,
Font font,
TextAlignment align,
VPos baseline,
Effect effect,
FillRule fillRule) |
Modifier and Type | Field and Description |
---|---|
private FillRule |
SVGPathBuilder.fillRule |
private FillRule |
PathBuilder.fillRule |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<FillRule> |
SVGPath.fillRule
Defines the filling rule constant for determining the interior of the path.
|
private ObjectProperty<FillRule> |
Path.fillRule
Defines the filling rule constant for determining the interior of the path.
|
Modifier and Type | Method and Description |
---|---|
FillRule |
SVGPath.getFillRule()
Gets the value of the property fillRule.
|
FillRule |
Path.getFillRule()
Gets the value of the property fillRule.
|
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> |
SVGPath.fillRuleProperty()
Defines the filling rule constant for determining the interior of the path.
|
ObjectProperty<FillRule> |
Path.fillRuleProperty()
Defines the filling rule constant for determining the interior of the path.
|
Modifier and Type | Method and Description |
---|---|
B |
SVGPathBuilder.fillRule(FillRule x)
Set the value of the
fillRule property for the instance constructed by this builder. |
B |
PathBuilder.fillRule(FillRule x)
Set the value of the
fillRule property for the instance constructed by this builder. |
void |
SVGPath.setFillRule(FillRule value)
Sets the value of the property fillRule.
|
void |
Path.setFillRule(FillRule value)
Sets the value of the property fillRule.
|
(package private) static com.sun.javafx.sg.PGPath.FillRule |
Path.toPGFillRule(FillRule rule) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to