public class ScaleChangeEvent extends 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()
Copyright © 2021. All rights reserved.