Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
Modifier and Type | Method and Description |
---|---|
Scale |
ScaleBuilder.build()
Make an instance of
Scale based on the properties set on this builder. |
static Scale |
Transform.scale(double x,
double y)
Returns a
Scale object representing a scaling transformation. |
static Scale |
Transform.scale(double x,
double y,
double pivotX,
double pivotY)
Returns a
Scale object representing a scaling transformation. |
Modifier and Type | Method and Description |
---|---|
void |
ScaleBuilder.applyTo(Scale x) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to