daoc.editor.image
Class MultiColumnString

java.lang.Object
  extended bydaoc.editor.image.MultiColumnString

public class MultiColumnString
extends java.lang.Object

Used for storing multi-column strings used in listboxes.


Constructor Summary
MultiColumnString(java.lang.String[] labels, int[] x, int y, int[] width, int height)
           
 
Method Summary
 int getHeight()
           
 java.lang.String getLabel(int idx)
           
 int getWidth(int idx)
           
 int getX(int idx)
           
 int getY()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiColumnString

public MultiColumnString(java.lang.String[] labels,
                         int[] x,
                         int y,
                         int[] width,
                         int height)
Method Detail

size

public int size()

getLabel

public java.lang.String getLabel(int idx)

getX

public int getX(int idx)

getY

public int getY()

getWidth

public int getWidth(int idx)

getHeight

public int getHeight()