Spec-Zone .ru
спецификации, руководства, описания, API
|
private final class Shape.StrokeAttributes
extends java.lang.Object
Type | Property and Description |
---|---|
ObservableList<java.lang.Double> |
dashArray |
DoubleProperty |
dashOffset |
ObjectProperty<StrokeLineCap> |
lineCap |
ObjectProperty<StrokeLineJoin> |
lineJoin |
DoubleProperty |
miterLimit |
ObjectProperty<StrokeType> |
type |
DoubleProperty |
width |
Modifier and Type | Method and Description |
---|---|
boolean |
canSetDashOffset() |
boolean |
canSetLineCap() |
boolean |
canSetLineJoin() |
boolean |
canSetMiterLimit() |
boolean |
canSetType() |
boolean |
canSetWidth() |
ObservableList<java.lang.Double> |
dashArrayProperty() |
DoubleProperty |
dashOffsetProperty() |
double |
getDashOffset()
Gets the value of the property dashOffset.
|
StrokeLineCap |
getLineCap()
Gets the value of the property lineCap.
|
StrokeLineJoin |
getLineJoin()
Gets the value of the property lineJoin.
|
double |
getMiterLimit()
Gets the value of the property miterLimit.
|
StrokeType |
getType()
Gets the value of the property type.
|
double |
getWidth()
Gets the value of the property width.
|
boolean |
hasDashArray() |
ObjectProperty<StrokeLineCap> |
lineCapProperty() |
ObjectProperty<StrokeLineJoin> |
lineJoinProperty() |
DoubleProperty |
miterLimitProperty() |
ObjectProperty<StrokeType> |
typeProperty() |
DoubleProperty |
widthProperty() |
public final ObjectProperty<StrokeType> typeProperty
getType()
public final DoubleProperty widthProperty
getWidth()
public final ObjectProperty<StrokeLineJoin> lineJoinProperty
getLineJoin()
public final ObjectProperty<StrokeLineCap> lineCapProperty
getLineCap()
public final DoubleProperty miterLimitProperty
getMiterLimit()
public final DoubleProperty dashOffsetProperty
getDashOffset()
public ObservableList<java.lang.Double> dashArrayProperty
public final StrokeType getType()
public final ObjectProperty<StrokeType> typeProperty()
getType()
public double getWidth()
public final DoubleProperty widthProperty()
getWidth()
public StrokeLineJoin getLineJoin()
public final ObjectProperty<StrokeLineJoin> lineJoinProperty()
getLineJoin()
public StrokeLineCap getLineCap()
public final ObjectProperty<StrokeLineCap> lineCapProperty()
getLineCap()
public double getMiterLimit()
public final DoubleProperty miterLimitProperty()
getMiterLimit()
public double getDashOffset()
public final DoubleProperty dashOffsetProperty()
getDashOffset()
public ObservableList<java.lang.Double> dashArrayProperty()
public boolean canSetType()
public boolean canSetWidth()
public boolean canSetLineJoin()
public boolean canSetLineCap()
public boolean canSetMiterLimit()
public boolean canSetDashOffset()
public boolean hasDashArray()
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to