Package com.lowagie.toolbox.plugins
Class Normalize.Ausrichtung
- java.lang.Object
-
- com.lowagie.toolbox.plugins.Normalize.Ausrichtung
-
- Enclosing class:
- Normalize
public class Normalize.Ausrichtung extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
A3Landscape
(package private) static int
A3Portrait
(package private) static int
A4Landscape
(package private) static int
A4Portrait
(package private) float
m5
(package private) float
m6
(package private) Rectangle
rect
(package private) float
rotation
(package private) static float
tolerance
(package private) int
type
(package private) static int
UNKNOWN
-
Constructor Summary
Constructors Constructor Description Ausrichtung()
Ausrichtung(float rotation, Rectangle unrotatedoriginalrect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getM5()
float
getM6()
float
getRotation()
private void
klassifiziere()
void
rotate()
java.lang.String
toString()
-
-
-
Field Detail
-
tolerance
static final float tolerance
- See Also:
- Constant Field Values
-
UNKNOWN
static final int UNKNOWN
- See Also:
- Constant Field Values
-
A4Portrait
static final int A4Portrait
- See Also:
- Constant Field Values
-
A4Landscape
static final int A4Landscape
- See Also:
- Constant Field Values
-
A3Portrait
static final int A3Portrait
- See Also:
- Constant Field Values
-
A3Landscape
static final int A3Landscape
- See Also:
- Constant Field Values
-
rotation
float rotation
-
rect
Rectangle rect
-
m5
float m5
-
m6
float m6
-
type
int type
-
-
Constructor Detail
-
Ausrichtung
public Ausrichtung()
-
Ausrichtung
public Ausrichtung(float rotation, Rectangle unrotatedoriginalrect)
-
-