|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectview.AlignViewProps
public class AlignViewProps
Defines the view properties for the alignment.
Constructor Summary | |
---|---|
AlignViewProps(AlignObject alObj)
Constructor for the alignment view properties |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
AlignObject |
getAlObj()
Returns the alignment object |
int |
getCharHeight()
Returns the char height. |
int |
getCharWidth()
Returns the char width. |
java.awt.Font |
getFont()
Returns the font object |
int |
getXEnd()
Returns the x end position. |
int |
getXStart()
Returns the x start position. |
int |
getYEnd()
Returns the y end position. |
int |
getYStart()
Returns the y start position. |
void |
init()
Initializes the alignment view propierties. |
void |
setAlObj(AlignObject alObj)
Sets the alignment object |
void |
setCharHeight(int height)
Sets the char height. |
void |
setCharWidth(int width)
Sets the char width. |
void |
setFont(java.awt.Font font)
Sets the font object and does some font metrics stuff. |
void |
setXEnd(int x_end)
Sets the x end position. |
void |
setXStart(int x_start)
Sets the x start position. |
void |
setYEnd(int y_end)
Sets the y end position. |
void |
setYStart(int y_start)
Sets the y start position. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlignViewProps(AlignObject alObj)
alObj
- Method Detail |
---|
public void init()
public AlignObject getAlObj()
public void setAlObj(AlignObject alObj)
alObj
- public int getXStart()
public void setXStart(int x_start)
x_start
- public int getXEnd()
public void setXEnd(int x_end)
x_end
- public int getYStart()
public void setYStart(int y_start)
y_start
- public int getYEnd()
public void setYEnd(int y_end)
y_end
- public java.awt.Font getFont()
public void setCharWidth(int width)
width
- public int getCharWidth()
public void setCharHeight(int height)
height
- public int getCharHeight()
public void setFont(java.awt.Font font)
font
- public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |