public interface ViewTransform
Modifier and Type | Method and Description |
---|---|
AffineGet |
asAffine3D()
A representation of this
ViewTransform as a 3D AffineGet . |
String |
getName()
Get the name of this transform.
|
boolean |
hasName()
Whether this transform has has a
getName() . |
boolean hasName()
getName()
.String getName()
AffineGet asAffine3D()
ViewTransform
as a 3D AffineGet
.
This is used to concatenate ViewTransform
s into a single AffineTransform3D
.Copyright © 2015–2021 Fiji. All rights reserved.