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) StrokeLineJoin |
GraphicsContext.State.linejoin |
Modifier and Type | Method and Description |
---|---|
StrokeLineJoin |
GraphicsContext.getLineJoin()
Gets the current stroke line join.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setLineJoin(StrokeLineJoin join)
Sets the current stroke line join.
|
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.StrokeLineJoin |
Region.toPGLineJoin(StrokeLineJoin t) |
Modifier and Type | Field and Description |
---|---|
private static StrokeLineJoin |
Shape.DEFAULT_STROKE_LINE_JOIN |
private StrokeLineJoin |
ShapeBuilder.strokeLineJoin |
Modifier and Type | Field and Description |
---|---|
private ObjectProperty<StrokeLineJoin> |
Shape.StrokeAttributes.lineJoin |
private static com.sun.javafx.css.StyleableProperty<Shape,StrokeLineJoin> |
Shape.StyleableProperties.STROKE_LINE_JOIN |
Modifier and Type | Method and Description |
---|---|
StrokeLineJoin |
Shape.StrokeAttributes.getLineJoin()
Gets the value of the property lineJoin.
|
StrokeLineJoin |
Shape.getStrokeLineJoin()
Gets the value of the property strokeLineJoin.
|
static StrokeLineJoin |
StrokeLineJoin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StrokeLineJoin[] |
StrokeLineJoin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<StrokeLineJoin> |
Shape.StrokeAttributes.lineJoinProperty() |
ObjectProperty<StrokeLineJoin> |
Shape.strokeLineJoinProperty()
Defines the decoration applied where path segments meet.
|
Modifier and Type | Method and Description |
---|---|
void |
Shape.setStrokeLineJoin(StrokeLineJoin value)
Sets the value of the property strokeLineJoin.
|
B |
ShapeBuilder.strokeLineJoin(StrokeLineJoin x)
Set the value of the
strokeLineJoin property for the instance constructed by this builder. |
protected com.sun.javafx.sg.PGShape.StrokeLineJoin |
Shape.toPGLineJoin(StrokeLineJoin t)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected com.sun.javafx.sg.PGShape.StrokeLineJoin |
Rectangle.toPGLineJoin(StrokeLineJoin t)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected com.sun.javafx.sg.PGShape.StrokeLineJoin |
Ellipse.toPGLineJoin(StrokeLineJoin t)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
protected com.sun.javafx.sg.PGShape.StrokeLineJoin |
Circle.toPGLineJoin(StrokeLineJoin t)
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