Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.canvas |
Provides the set of classes for canvas, an immediate mode style of rendering API.
|
javafx.scene.chart |
The JavaFX User Interface provides a set of chart components that
are a very convenient way for data visualization.
|
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
javafx.scene.effect |
Provides the set of classes for attaching graphical filter effects to JavaFX Scene Graph Nodes.
|
javafx.scene.paint |
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
|
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
javafx.scene.text |
Provides the set of classes for fonts and renderable Text Node.
|
Modifier and Type | Field and Description |
---|---|
private Paint |
SnapshotParameters.fill |
private Paint |
SnapshotParametersBuilder.fill |
private Paint |
SceneBuilder.fill |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Paint> |
Scene.fill
Defines the background fill of this
Scene . |
Modifier and Type | Method and Description |
---|---|
Paint |
SnapshotParameters.getFill()
Gets the current fill.
|
Paint |
Scene.getFill()
Gets the value of the property fill.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Paint> |
Scene.fillProperty()
Defines the background fill of this
Scene . |
Modifier and Type | Method and Description |
---|---|
(package private) static WritableImage |
Scene.doSnapshot(Scene scene,
double x,
double y,
double w,
double h,
Node root,
com.sun.javafx.geom.transform.BaseTransform transform,
boolean depthBuffer,
Paint fill,
Camera camera,
WritableImage wimg) |
B |
SnapshotParametersBuilder.fill(Paint x)
Set the value of the
fill property for the instance constructed by this builder. |
B |
SceneBuilder.fill(Paint x)
Set the value of the
fill property for the instance constructed by this builder. |
void |
SnapshotParameters.setFill(Paint fill)
Sets the fill to the specified value.
|
void |
Scene.setFill(Paint value)
Sets the value of the property fill.
|
Constructor and Description |
---|
Scene(Parent root,
double width,
double height,
Paint fill)
Creates a Scene for a specific root Node with a specific size and fill.
|
Scene(Parent root,
double width,
double height,
Paint fill,
boolean depthBuffer) |
Scene(Parent root,
Paint fill)
Creates a Scene for a specific root Node with a fill.
|
Modifier and Type | Field and Description |
---|---|
(package private) Paint |
GraphicsContext.State.fill |
(package private) Paint |
GraphicsContext.State.stroke |
Modifier and Type | Method and Description |
---|---|
Paint |
GraphicsContext.getFill()
Gets the current fill attribute.
|
Paint |
GraphicsContext.getStroke()
Gets the current stroke.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setFill(Paint p)
Sets the current fill attribute.
|
void |
GraphicsContext.setStroke(Paint p)
Sets the current stroke.
|
private void |
GraphicsContext.writePaint(Paint p,
byte command) |
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 Paint |
AxisBuilder.tickLabelFill |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Axis,Paint> |
Axis.StyleableProperties.TICK_LABEL_FILL |
private ObjectProperty<Paint> |
Axis.tickLabelFill
The fill for all tick labels
|
Modifier and Type | Method and Description |
---|---|
Paint |
Axis.getTickLabelFill()
Gets the value of the property tickLabelFill.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Paint> |
Axis.tickLabelFillProperty()
The fill for all tick labels
|
Modifier and Type | Method and Description |
---|---|
void |
Axis.setTickLabelFill(Paint value)
Sets the value of the property tickLabelFill.
|
B |
AxisBuilder.tickLabelFill(Paint x)
Set the value of the
tickLabelFill property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Paint |
LabeledBuilder.textFill |
Modifier and Type | Field and Description |
---|---|
private static com.sun.javafx.css.StyleableProperty<Labeled,Paint> |
Labeled.StyleableProperties.TEXT_FILL |
private ObjectProperty<Paint> |
Labeled.textFill
The
Paint used to fill the text. |
Modifier and Type | Method and Description |
---|---|
Paint |
Labeled.getTextFill()
Gets the value of the property textFill.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Paint> |
Labeled.textFillProperty()
The
Paint used to fill the text. |
Modifier and Type | Method and Description |
---|---|
void |
Labeled.setTextFill(Paint value)
Sets the value of the property textFill.
|
B |
LabeledBuilder.textFill(Paint x)
Set the value of the
textFill property for the instance constructed by this builder. |
Modifier and Type | Field and Description |
---|---|
private Paint |
ColorInputBuilder.paint |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Paint> |
ColorInput.paint
The
Paint used to flood the region. |
Modifier and Type | Method and Description |
---|---|
Paint |
ColorInput.getPaint()
Gets the value of the property paint.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Paint> |
ColorInput.paintProperty()
The
Paint used to flood the region. |
Modifier and Type | Method and Description |
---|---|
B |
ColorInputBuilder.paint(Paint x)
Set the value of the
paint property for the instance constructed by this builder. |
void |
ColorInput.setPaint(Paint value)
Sets the value of the property paint.
|
Constructor and Description |
---|
ColorInput(double x,
double y,
double width,
double height,
Paint paint)
Creates a new instance of ColorInput with the specified x, y, width,
height, and paint.
|
Modifier and Type | Class and Description |
---|---|
class |
Color
The Color class is used to encapsulate colors in the default sRGB color space.
|
class |
ImagePattern
The
ImagePattern class fills a shape with an image pattern. |
class |
LinearGradient
The
LinearGradient class fills a shape
with a linear color gradient pattern. |
class |
RadialGradient
The
RadialGradient class provides a way to fill a shape
with a circular radial color gradient pattern. |
Modifier and Type | Method and Description |
---|---|
static Paint |
Paint.valueOf(java.lang.String value)
Creates a paint value from a string representation.
|
Modifier and Type | Field and Description |
---|---|
private Paint |
ShapeBuilder.fill |
private Paint |
ShapeBuilder.stroke |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Paint> |
Shape.fill
Defines parameters to fill the interior of an
Shape
using the settings of the Paint context. |
private static com.sun.javafx.css.StyleableProperty<Shape,Paint> |
Shape.StyleableProperties.FILL |
private ObjectProperty<Paint> |
Shape.stroke
Defines parameters of a stroke that is drawn around the outline of
a
Shape using the settings of the specified Paint . |
private static com.sun.javafx.css.StyleableProperty<Shape,Paint> |
Shape.StyleableProperties.STROKE |
Modifier and Type | Method and Description |
---|---|
Paint |
Shape.getFill()
Gets the value of the property fill.
|
Paint |
Shape.getStroke()
Gets the value of the property stroke.
|
protected Paint |
Shape.impl_cssGetFillInitialValue()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected Paint |
Polyline.impl_cssGetFillInitialValue()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected Paint |
Path.impl_cssGetFillInitialValue()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected Paint |
Line.impl_cssGetFillInitialValue()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected Paint |
Shape.impl_cssGetStrokeInitialValue()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected Paint |
Polyline.impl_cssGetStrokeInitialValue()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected Paint |
Path.impl_cssGetStrokeInitialValue()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected Paint |
Line.impl_cssGetStrokeInitialValue()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Paint> |
Shape.fillProperty()
Defines parameters to fill the interior of an
Shape
using the settings of the Paint context. |
ObjectProperty<Paint> |
Shape.strokeProperty()
Defines parameters of a stroke that is drawn around the outline of
a
Shape using the settings of the specified Paint . |
Modifier and Type | Method and Description |
---|---|
B |
ShapeBuilder.fill(Paint x)
Set the value of the
fill property for the instance constructed by this builder. |
void |
Shape.setFill(Paint value)
Sets the value of the property fill.
|
void |
Shape.setStroke(Paint value)
Sets the value of the property stroke.
|
B |
ShapeBuilder.stroke(Paint x)
Set the value of the
stroke property for the instance constructed by this builder. |
Constructor and Description |
---|
Circle(double centerX,
double centerY,
double radius,
Paint fill)
Creates a new instance of Circle with a specified position, radius and fill.
|
Circle(double radius,
Paint fill)
Creates a new instance of Circle with a specified radius and fill.
|
Rectangle(double width,
double height,
Paint fill)
Creates a new instance of Rectangle with the given size and fill.
|
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<Paint> |
Text.selectionFill |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Paint> |
Text.impl_selectionFillProperty()
Deprecated.
This is an internal API that is not intended
for use and will be removed in the next version
|
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to