| Constructors in daoc.editor.ui.editors with parameters of type IntegerProperty |
IntegerEditor(java.lang.String label,
IntegerProperty prop)
|
TextureEditor(java.lang.String label,
StringProperty texture,
IntegerProperty width,
IntegerProperty height,
java.lang.String[] coordNames,
PointProperty[] coords)
Simple texture editor for width / height textures. |
TextureEditor(java.lang.String label,
StringProperty texture,
IntegerProperty a,
IntegerProperty b1,
IntegerProperty b2,
IntegerProperty b3,
java.lang.String[] coordNames,
PointProperty[] coords,
boolean horizontal)
Horizontal / Vertical resize texture editor. |
TextureEditor(java.lang.String label,
StringProperty texture,
IntegerProperty leftWidth,
IntegerProperty repeatWidth,
IntegerProperty rightWidth,
IntegerProperty topHeight,
IntegerProperty repeatHeight,
IntegerProperty bottomHeight,
java.lang.String[] coordNames,
PointProperty[] coords)
Full resize texture editor. |
| Constructors in daoc.editor.ui.texture with parameters of type IntegerProperty |
FResizeTextureDialog(StringProperty page,
IntegerProperty leftWidth,
IntegerProperty repeatWidth,
IntegerProperty rightWidth,
IntegerProperty topHeight,
IntegerProperty repeatHeight,
IntegerProperty bottomHeight,
java.lang.String[] coordNames,
PointProperty[] coordProps)
|
HResizeTextureDialog(StringProperty page,
IntegerProperty height,
IntegerProperty leftWidth,
IntegerProperty repeatWidth,
IntegerProperty rightWidth,
java.lang.String[] coordNames,
PointProperty[] coordProps)
|
IntTextureDialog(StringProperty page,
IntegerProperty width,
IntegerProperty height,
java.lang.String[] coordNames,
PointProperty[] coordProps)
|
VResizeTextureDialog(StringProperty page,
IntegerProperty width,
IntegerProperty topHeight,
IntegerProperty repeatHeight,
IntegerProperty bottomHeight,
java.lang.String[] coordNames,
PointProperty[] coordProps)
|