public class Transposer
extends java.lang.Object
Constructor and Description |
---|
Transposer() |
Modifier and Type | Method and Description |
---|---|
void |
disable()
Disables transposing of inputs.
|
void |
enable()
Enables transposing of inputs.
|
boolean |
isEnabled()
Returns
true if this Transposer is enabled. |
void |
setEnabled(boolean e)
Sets the enabled state of this Transposer.
|
Dimension |
t(Dimension d)
Returns a new transposed Dimension of the input Dimension.
|
Insets |
t(Insets i)
Returns a new transposed Insets of the input Insets.
|
Point |
t(Point p)
Returns a new transposed Point of the input Point.
|
Rectangle |
t(Rectangle r)
Returns a new transposed Rectangle of the input Rectangle.
|
public void disable()
public void enable()
public boolean isEnabled()
true
if this Transposer is enabled.true
if this Transposer is enabledpublic void setEnabled(boolean e)
e
- New enabled valuepublic Dimension t(Dimension d)
d
- Input dimension being transposed.public Insets t(Insets i)
i
- Insets to be transposed.public Point t(Point p)
p
- Point to be transposed.Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.