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 |
---|---|
Rotate |
RotateBuilder.build()
Make an instance of
Rotate based on the properties set on this builder. |
static Rotate |
Transform.rotate(double angle,
double pivotX,
double pivotY)
Returns a
Rotate object that rotates coordinates around a pivot
point. |
Modifier and Type | Method and Description |
---|---|
void |
RotateBuilder.applyTo(Rotate x) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to