|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| 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 |
|---|---|
(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 |
| Modifier and Type | Method and Description |
|---|---|
StrokeLineCap |
Shape.StrokeAttributes.getLineCap() |
StrokeLineCap |
Shape.getStrokeLineCap()
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. |
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)
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. |
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, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .