public class SizeChangeEvent extends FormatChangeEvent
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected float |
scale |
protected int |
width |
newFormat, oldFormat
Constructor and Description |
---|
SizeChangeEvent(Controller from,
int width,
int height,
float scale) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
float |
getScale() |
int |
getWidth() |
getNewFormat, getOldFormat
getSource, getSourceController, toString
public SizeChangeEvent(Controller from, int width, int height, float scale)