public class CompositeImageScale extends Object
| Constructor and Description |
|---|
CompositeImageScale(int width,
int height,
AffineTransform m2c,
AffineTransform c2m)
Construct a specification for producing an image of the indicated
dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
AffineTransform |
getCompositeToModelTransform() |
int |
getHeight() |
AffineTransform |
getModelToCompositeTransform() |
int |
getWidth() |
public CompositeImageScale(int width,
int height,
AffineTransform m2c,
AffineTransform c2m)
width - the width of the image boundsheight - the height of the image boundsm2c - the model to composite image transformc2m - the composite image to model transformpublic int getWidth()
public int getHeight()
public AffineTransform getModelToCompositeTransform()
public AffineTransform getCompositeToModelTransform()
Copyright © 2019. All rights reserved.