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 |
---|---|
Shear |
ShearBuilder.build()
Make an instance of
Shear based on the properties set on this builder. |
static Shear |
Transform.shear(double x,
double y)
Returns a
Shear object representing a shearing transformation. |
static Shear |
Transform.shear(double x,
double y,
double pivotX,
double pivotY)
Returns a
Shear object representing a shearing transformation. |
Modifier and Type | Method and Description |
---|---|
void |
ShearBuilder.applyTo(Shear x) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to