public class WarpImageFigure extends AbstractFigure
| Constructor and Description |
|---|
WarpImageFigure(Image img) |
| Modifier and Type | Method and Description |
|---|---|
Shape |
getShape()
Get the outline shape of this figure.
|
void |
paint(Graphics2D g2)
Paint the figure.
|
void |
reset(int w,
int h) |
void |
step(int w,
int h) |
void |
transform(AffineTransform t)
Transform the figure with the supplied transform.
|
void |
translate(double dx,
double dy)
Move the figure the indicated distance.
|
contains, getBounds, getInteractor, getLayer, getOrigin, getParent, getToolTipText, getTransformContext, getUserObject, hit, intersects, isVisible, paint, repaint, repaint, setInteractor, setParent, setToolTipText, setUserObject, setVisiblepublic WarpImageFigure(Image img)
public void reset(int w,
int h)
public void step(int w,
int h)
public void paint(Graphics2D g2)
AbstractFigurepaint in interface VisibleComponentpaint in class AbstractFigurepublic Shape getShape()
AbstractFiguregetShape in interface FiguregetShape in class AbstractFigurepublic void transform(AffineTransform t)
AbstractFiguretransform in interface Figuretransform in class AbstractFigurepublic void translate(double dx,
double dy)
AbstractFiguretranslate in interface Figuretranslate in class AbstractFigureCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.