public interface LayoutTransformer
Modifier and Type | Method and Description |
---|---|
void |
adjustSize(java.awt.Dimension d)
Adjusts this transformer to be working in this size a space
|
Coordinates |
invert(Coordinates in)
This does the *reverse* of the trasformation, for a given point.
|
boolean |
supportsInvert()
Most functions should support invert.
|
EmittedLayout |
transform(EmittedLayout el)
Transforms the given layout.
|
void adjustSize(java.awt.Dimension d)
EmittedLayout transform(EmittedLayout el)
boolean supportsInvert()
Coordinates invert(Coordinates in)
in
-