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.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 | Field and Description |
---|---|
(package private) StrokeLineCap |
GraphicsContext.State.linecap |
Modifier and Type | Method and Description |
---|---|
StrokeLineCap |
GraphicsContext.getLineCap()
Gets the current stroke line cap.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setLineCap(StrokeLineCap cap)
Sets the current stroke line cap.
|
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 | Method and Description |
---|---|
(package private) com.sun.javafx.sg.PGShape.StrokeLineCap |
Region.toPGLineCap(StrokeLineCap t) |
Modifier and Type | Field and Description |
---|---|
private static StrokeLineCap |
Shape.DEFAULT_STROKE_LINE_CAP |
private StrokeLineCap |
ShapeBuilder.strokeLineCap |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<StrokeLineCap> |
Shape.StrokeAttributes.lineCap |
private static com.sun.javafx.css.StyleableProperty<Shape,StrokeLineCap> |
Shape.StyleableProperties.STROKE_LINE_CAP |
Modifier and Type | Method and Description |
---|---|
StrokeLineCap |
Shape.StrokeAttributes.getLineCap()
Gets the value of the property lineCap.
|
StrokeLineCap |
Shape.getStrokeLineCap()
Gets the value of the property strokeLineCap.
|
static StrokeLineCap |
StrokeLineCap.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrokeLineCap[] |
StrokeLineCap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<StrokeLineCap> |
Shape.StrokeAttributes.lineCapProperty() |
ObjectProperty<StrokeLineCap> |
Shape.strokeLineCapProperty()
The end cap style of this
Shape as one of the following
values that define possible end cap styles:
StrokeLineCap.BUTT , StrokeLineCap.ROUND ,
and StrokeLineCap.SQUARE . |
Modifier and Type | Method and Description |
---|---|
void |
Shape.setStrokeLineCap(StrokeLineCap value)
Sets the value of the property strokeLineCap.
|
B |
ShapeBuilder.strokeLineCap(StrokeLineCap x)
Set the value of the
strokeLineCap property for the instance constructed by this builder. |
(package private) com.sun.javafx.sg.PGShape.StrokeLineCap |
Shape.toPGLineCap(StrokeLineCap t) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to