Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.core |
Modifier and Type | Method and Description |
---|---|
static Interpolator<Transform> |
Interpolators.interpolateTransform(Transform a,
Transform b)
Returns an interpolator between the two 2D affine transforms represented
by a and b.
|
Modifier and Type | Method and Description |
---|---|
static Interpolator<Transform> |
Interpolators.interpolateTransform(Transform a,
Transform b)
Returns an interpolator between the two 2D affine transforms represented
by a and b.
|
Modifier and Type | Method and Description |
---|---|
static Transform |
Transform.parse(String transformString)
Parses the given 2D affine transform string, as defined by SVG's transform
attribute.
|
Transform |
Transform.rotate(double degrees)
Set the rotation angle of this transform
|
Transform |
Transform.scale(int x)
Create a scale operation by x and by y = x.
|
Transform |
Transform.scale(int x,
int y)
Create a scale operation by x and y
|
Transform |
Transform.skew(double x) |
Transform |
Transform.translate(int x)
Create a translation by x and 0.
|
Transform |
Transform.translate(int x,
int y)
Create a translation by x and y
|
Copyright © 2015 gwt-d3. All rights reserved.