public class ScaleChangeEvent
extends java.lang.Object
Constructor and Description |
---|
ScaleChangeEvent(XHTMLPanel pane,
double scale)
Constructs a new ScaleChangeEvent
|
Modifier and Type | Method and Description |
---|---|
XHTMLPanel |
getComponent() |
double |
getScale() |
public ScaleChangeEvent(XHTMLPanel pane, double scale)
pane
- The panel where scale factor has changedscale
- The new scalepublic XHTMLPanel getComponent()
public double getScale()