Package com.proxemo.todo4.bom
Class ToDoFormFieldLayout
- java.lang.Object
-
- com.proxemo.todo4.bom.ToDoFormFieldLayout
-
- All Implemented Interfaces:
java.io.Serializable
public class ToDoFormFieldLayout extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BACKGROUND
static java.lang.String
BOLD
static int
BOTH
static int
CENTER
static int
EAST
static java.lang.String
FAMILY
static java.lang.String
FOREGROUND
static int
HORIZONTAL
static java.lang.String
ITALIC
static int
NONE
static int
NORTH
static int
NORTHEAST
static int
NORTHWEST
static java.lang.String
SIZE
static int
SOUTH
static int
SOUTHEAST
static int
SOUTHWEST
static java.lang.String
STRIKETHROUGH
static java.lang.String
SUBSCRIPT
static java.lang.String
SUPERSCRIPT
static java.lang.String
UNDERLINE
static int
VERTICAL
static java.lang.String
WEIGHT
static int
WEST
-
Constructor Summary
Constructors Constructor Description ToDoFormFieldLayout()
ToDoFormFieldLayout(ToDoFormFieldLayout la)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBa()
ToDoColor
getBackground()
java.lang.String
getBackgroundHex()
int
getBb()
int
getBg()
int
getBorder()
int
getBr()
int
getBt()
int
getCols()
int
getColspan()
Element
getElement()
int
getFillmode()
java.util.Map<java.lang.String,java.lang.Object>
getFontAttributes()
ToDoColor
getForeground()
java.lang.String
getForegroundHex()
int
getHeight()
int
getIpadx()
int
getIpady()
int
getOrientation()
int
getPh()
int
getPH()
int
getPSY()
int
getPw()
int
getPW()
int
getRows()
int
getRowspan()
double
getWeightx()
double
getWeighty()
int
getWidth()
int
getX()
int
getY()
void
setBa(int ba)
void
setBackground(ToDoColor background)
void
setBb(int bb)
void
setBg(int bg)
void
setBorder(int border)
void
setBr(int br)
void
setBt(int bt)
void
setCols(int cols)
void
setColspan(int colspan)
void
setElement(Element l)
void
setFillmode(int fillmode)
void
setFontAttributes(java.util.Map<java.lang.String,java.lang.Object> fontAttributes)
void
setForeground(ToDoColor foreground)
void
setHeight(int height)
void
setIpadx(int ipadx)
void
setIpady(int ipady)
void
setOrientation(int orientation)
void
setPh(int ph)
void
setPH(int ph)
void
setPw(int pw)
void
setPW(int pw)
void
setRows(int rows)
void
setRowspan(int rowspan)
void
setWeightx(double weightx)
void
setWeighty(double weighty)
void
setWidth(int width)
void
setX(int x)
void
setY(int y)
java.lang.String
toString()
-
-
-
Field Detail
-
BACKGROUND
public static final java.lang.String BACKGROUND
- See Also:
- Constant Field Values
-
FAMILY
public static final java.lang.String FAMILY
- See Also:
- Constant Field Values
-
FOREGROUND
public static final java.lang.String FOREGROUND
- See Also:
- Constant Field Values
-
WEIGHT
public static final java.lang.String WEIGHT
- See Also:
- Constant Field Values
-
SIZE
public static final java.lang.String SIZE
- See Also:
- Constant Field Values
-
BOLD
public static final java.lang.String BOLD
- See Also:
- Constant Field Values
-
ITALIC
public static final java.lang.String ITALIC
- See Also:
- Constant Field Values
-
STRIKETHROUGH
public static final java.lang.String STRIKETHROUGH
- See Also:
- Constant Field Values
-
UNDERLINE
public static final java.lang.String UNDERLINE
- See Also:
- Constant Field Values
-
SUPERSCRIPT
public static final java.lang.String SUPERSCRIPT
- See Also:
- Constant Field Values
-
SUBSCRIPT
public static final java.lang.String SUBSCRIPT
- See Also:
- Constant Field Values
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
BOTH
public static final int BOTH
- See Also:
- Constant Field Values
-
HORIZONTAL
public static final int HORIZONTAL
- See Also:
- Constant Field Values
-
VERTICAL
public static final int VERTICAL
- See Also:
- Constant Field Values
-
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
-
NORTH
public static final int NORTH
- See Also:
- Constant Field Values
-
NORTHEAST
public static final int NORTHEAST
- See Also:
- Constant Field Values
-
EAST
public static final int EAST
- See Also:
- Constant Field Values
-
SOUTHEAST
public static final int SOUTHEAST
- See Also:
- Constant Field Values
-
SOUTH
public static final int SOUTH
- See Also:
- Constant Field Values
-
SOUTHWEST
public static final int SOUTHWEST
- See Also:
- Constant Field Values
-
WEST
public static final int WEST
- See Also:
- Constant Field Values
-
NORTHWEST
public static final int NORTHWEST
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ToDoFormFieldLayout
public ToDoFormFieldLayout()
-
ToDoFormFieldLayout
public ToDoFormFieldLayout(ToDoFormFieldLayout la)
-
-
Method Detail
-
getFontAttributes
public java.util.Map<java.lang.String,java.lang.Object> getFontAttributes()
-
setFontAttributes
public void setFontAttributes(java.util.Map<java.lang.String,java.lang.Object> fontAttributes)
-
getBorder
public int getBorder()
-
setBorder
public void setBorder(int border)
-
getForeground
public ToDoColor getForeground()
-
setForeground
public void setForeground(ToDoColor foreground)
-
getBackground
public ToDoColor getBackground()
-
setBackground
public void setBackground(ToDoColor background)
-
getX
public int getX()
-
setX
public void setX(int x)
-
getY
public int getY()
-
setY
public void setY(int y)
-
getWidth
public int getWidth()
-
setWidth
public void setWidth(int width)
-
getHeight
public int getHeight()
-
setHeight
public void setHeight(int height)
-
getColspan
public int getColspan()
-
setColspan
public void setColspan(int colspan)
-
getRowspan
public int getRowspan()
-
setRowspan
public void setRowspan(int rowspan)
-
getIpadx
public int getIpadx()
-
setIpadx
public void setIpadx(int ipadx)
-
getIpady
public int getIpady()
-
setIpady
public void setIpady(int ipady)
-
getWeightx
public double getWeightx()
-
setWeightx
public void setWeightx(double weightx)
-
getWeighty
public double getWeighty()
-
setWeighty
public void setWeighty(double weighty)
-
getOrientation
public int getOrientation()
-
setOrientation
public void setOrientation(int orientation)
-
getFillmode
public int getFillmode()
-
setFillmode
public void setFillmode(int fillmode)
-
getElement
public Element getElement()
-
setElement
public void setElement(Element l)
-
getRows
public int getRows()
-
setRows
public void setRows(int rows)
-
getCols
public int getCols()
-
setCols
public void setCols(int cols)
-
getPW
public int getPW()
-
setPW
public void setPW(int pw)
-
getPH
public int getPH()
-
setPH
public void setPH(int ph)
-
getPSY
public int getPSY()
-
getBr
public int getBr()
-
setBr
public void setBr(int br)
-
getBg
public int getBg()
-
setBg
public void setBg(int bg)
-
getBb
public int getBb()
-
setBb
public void setBb(int bb)
-
getBa
public int getBa()
-
setBa
public void setBa(int ba)
-
getBt
public int getBt()
-
setBt
public void setBt(int bt)
-
getPw
public int getPw()
-
setPw
public void setPw(int pw)
-
getPh
public int getPh()
-
setPh
public void setPh(int ph)
-
getBackgroundHex
public java.lang.String getBackgroundHex()
-
getForegroundHex
public java.lang.String getForegroundHex()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-