Java javafx.scene.transform Scale fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.transform Scale fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.transform Scale.

The text is from its open source code.

Constructor

Scale(double x, double y)
Creates a two-dimensional Scale.
scale(double x, double y)
Returns a Scale object representing a scaling transformation.