| Methods in daoc.editor.image with parameters of type PointProperty |
static void |
TextureUtils.drawHStrip(java.awt.Graphics g,
java.awt.image.BufferedImage image,
int width,
int height,
int leftWidth,
int midWidth,
int rightWidth,
PointProperty left,
PointProperty repeat,
PointProperty right,
java.awt.image.ImageObserver obs,
int xpos,
int ypos)
|
static void |
TextureUtils.drawVStrip(int x,
int y,
java.awt.Graphics g,
java.awt.image.BufferedImage image,
int width,
int height,
int topHeight,
int midHeight,
int botHeight,
PointProperty top,
PointProperty repeat,
PointProperty bottom,
java.awt.image.ImageObserver obs)
|
static void |
TextureUtils.drawFull(java.awt.Graphics g,
java.awt.image.BufferedImage image,
int width,
int height,
int leftWidth,
int midWidth,
int rightWidth,
int topHeight,
int midHeight,
int botHeight,
PointProperty tl,
PointProperty tm,
PointProperty tr,
PointProperty ml,
PointProperty mm,
PointProperty mr,
PointProperty bl,
PointProperty bm,
PointProperty br,
java.awt.image.ImageObserver obs)
|
| Constructors in daoc.editor.ui.editors with parameters of type PointProperty |
PointEditor(java.lang.String label,
PointProperty prop)
|
TextureEditor(java.lang.String label,
StringProperty texture,
PointProperty size,
java.lang.String[] coordNames,
PointProperty[] coords)
Simple texture editor for point-size textures. |
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 PointProperty |
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)
|
PointTextureDialog(StringProperty page,
PointProperty size,
java.lang.String[] coordNames,
PointProperty[] coordProps)
|
VResizeTextureDialog(StringProperty page,
IntegerProperty width,
IntegerProperty topHeight,
IntegerProperty repeatHeight,
IntegerProperty bottomHeight,
java.lang.String[] coordNames,
PointProperty[] coordProps)
|