|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HyperTransform | |
---|---|
treebolic.core | |
treebolic.view |
Uses of HyperTransform in treebolic.core |
---|
Subclasses of HyperTransform in treebolic.core | |
---|---|
(package private) class |
HyperOrientationPreservingTransform
Orientation-preserving transform |
(package private) class |
HyperRadialOrientationPreservingTransform
Radial orientation-preserving transform (preserves focus-root orientation) |
Fields in treebolic.core declared as HyperTransform | |
---|---|
static HyperTransform |
HyperTransform.NULLTRANSFORM
Null transform |
private HyperTransform |
Transformer.theTransform
Current transform |
Methods in treebolic.core that return HyperTransform | |
---|---|
static HyperTransform |
HyperRotation.compose(HyperRotation r1,
HyperTranslation t2)
Compose rotation with translation |
HyperTransform |
HyperTransform.compose(HyperTransform t2)
Compose this transform with other transform |
static HyperTransform |
HyperTranslation.compose(HyperTranslation t1,
HyperTranslation t2)
Compose 2 translations |
HyperTransform |
HyperTransform.composeXlats(HyperTranslation t1,
HyperTranslation t2)
Compose 2 translations |
HyperTransform |
Transformer.getTransform()
Get transform |
HyperTransform |
HyperTransform.inverse()
Inverse |
HyperTransform |
Transformer.makeTransform(Complex from,
Complex to,
Complex thisOrientation)
Make transform |
HyperTransform |
HyperTransform.set(HyperTransform t)
Copy transform |
Methods in treebolic.core with parameters of type HyperTransform | |
---|---|
HyperTransform |
HyperTransform.compose(HyperTransform t2)
Compose this transform with other transform |
void |
Transformer.composeTransform(HyperTransform thisTransform)
Set current transform as composition of current transform and this transform |
HyperTransform |
HyperTransform.set(HyperTransform t)
Copy transform |
void |
Transformer.setTransform(HyperTransform thisTransform)
Set current transform |
Constructors in treebolic.core with parameters of type HyperTransform | |
---|---|
HyperOptimizedTransform(HyperTransform t)
Construct from transform |
|
HyperTransform(HyperTransform t)
Copy constructor |
Uses of HyperTransform in treebolic.view |
---|
Fields in treebolic.view with type parameters of type HyperTransform | |
---|---|
private java.util.Iterator<HyperTransform> |
Animator.Job.theAnimationIterator
Animation iterator |
java.util.List<HyperTransform> |
Animation.theTransforms
Sequence of transforms |
Methods in treebolic.view that return types with arguments of type HyperTransform | |
---|---|
private static java.util.Vector<HyperTransform> |
Animation.makeTransform1(Complex thisFrom,
Complex thisTo,
Transformer thisTransformer,
Complex thisOrientation)
Make animation with one transform only |
private static java.util.List<HyperTransform> |
Animation.makeTransforms(Complex thisFrom,
Complex thisTo,
Transformer thisTransformer,
Complex thisOrientation,
int theseSteps)
Make sequence of transforms |
Methods in treebolic.view with parameters of type HyperTransform | |
---|---|
void |
View.applyComposedTransform(HyperTransform thisTransform)
Compose this transform with current and apply |
void |
View.applyTransform(HyperTransform thisTransform)
Apply transform |
Constructor parameters in treebolic.view with type arguments of type HyperTransform | |
---|---|
Animation(java.util.List<HyperTransform> theseTransforms)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |