Uses of Class
daoc.editor.model.properties.PointProperty

Packages that use PointProperty
daoc.editor.image   
daoc.editor.model.nodes   
daoc.editor.ui.editors   
daoc.editor.ui.texture   
 

Uses of PointProperty in daoc.editor.image
 

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)
           
 

Uses of PointProperty in daoc.editor.model.nodes
 

Methods in daoc.editor.model.nodes that return PointProperty
 PointProperty ButtontemplateNode.getCoord(int coord)
           
 PointProperty ButtontemplateNode.getSize()
           
 PointProperty ChatcontroldefNode.getTextOffset()
           
 PointProperty CheckboxtemplateNode.getTextOffset()
           
 PointProperty CheckboxtemplateNode.getSize()
           
 PointProperty CheckboxtemplateNode.getCoord(int coord)
           
 PointProperty ComboboxtemplateNode.getMenuOffset()
           
 PointProperty ControlNode.getLocation()
           
 PointProperty DynamicimagedefNode.getDimensions()
           
 PointProperty DynamicimagedefNode.getTextureCoords()
           
 PointProperty FullresizeimagetemplateNode.getCoord(int coord)
           
 PointProperty HorizontalresizeimagetemplateNode.getCoord(int coord)
           
 PointProperty IcontemplateNode.getSize()
           
 PointProperty ImageareatemplateNode.getSize()
           
 PointProperty ImageareatemplateNode.getTopLeft()
           
 PointProperty ListboxtemplateNode.getIconSize()
           
 PointProperty MenutemplateNode.getNormal()
           
 PointProperty MenutemplateNode.getHighlit()
           
 PointProperty StatusbartemplateNode.getForegroundOffset()
           
 PointProperty StatusicontemplateNode.getTextureStart()
           
 PointProperty TextareatemplateNode.getTextOffset()
           
 PointProperty TextareatemplateNode.getScrollbarOffset()
           
 PointProperty TextareatemplateNode.getScrollbarSizeOffset()
           
 PointProperty VerticalresizeimagetemplateNode.getCoord(int coord)
           
 PointProperty VerticalscrollbartemplateNode.getUpButtonOffset()
           
 PointProperty VerticalscrollbartemplateNode.getDownButtonOffset()
           
 PointProperty VerticalscrollbartemplateNode.getActiveOffset()
           
 PointProperty VerticalscrollbartemplateNode.getThumbOffset()
           
 PointProperty VerticalstatusbartemplateNode.getOffset()
           
 

Uses of PointProperty in daoc.editor.ui.editors
 

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.
 

Uses of PointProperty in daoc.editor.ui.texture
 

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)