|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteps.fortgeschritteneGrafik.interna.TransformationsSpeicher
public class TransformationsSpeicher
Speichert die bisherigen Transformationen
Field Summary | |
---|---|
(package private) AffineTransform |
aktuelleTransformation
Haelt die aktuelle Transformationsmatrix |
(package private) Rotation |
letzteRotation
Speichert die letzte Transformation, sofern dies eine Rotation gewesen ist. |
Constructor Summary | |
---|---|
TransformationsSpeicher()
|
Method Summary | |
---|---|
Grenze |
aktuelleGrenzenGeben(double standardbreite,
double standardhoehe)
Aktualisiert die Koordinaten nach einer Transformation |
void |
anwenden(Graphics2D g)
Wendet die Transformationen an |
void |
loeschen()
Entfernt alle Transformationen |
void |
transformationHinzufuegen(Transformation t)
Fuegt eine neue Transformation hinzu |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
AffineTransform aktuelleTransformation
Rotation letzteRotation
Constructor Detail |
---|
public TransformationsSpeicher()
Method Detail |
---|
public Grenze aktuelleGrenzenGeben(double standardbreite, double standardhoehe)
public void anwenden(Graphics2D g)
public void loeschen()
public void transformationHinzufuegen(Transformation t)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |