public class CustomizerEvent extends EventObject
source| Constructor and Description |
|---|
CustomizerEvent(Object source,
int dx,
int dy,
int dwidth,
int dheight)
Creates a new instance of CustomizerEvent
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDheight()
Getter for property dheight.
|
int |
getDwidth()
Getter for property dwidth.
|
int |
getDx()
Getter for property dx.
|
int |
getDy()
Getter for property dy.
|
getSource, toStringpublic CustomizerEvent(Object source, int dx, int dy, int dwidth, int dheight)
public int getDx()
public int getDy()
public int getDwidth()
public int getDheight()
Copyright © 2002–2016 SoftSmithy. All rights reserved.