public class Section extends Object
Constructor and Description |
---|
Section()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
addObject(Object obj)
Add an object to the current object list.
|
String |
getColumn()
Get the current column.
|
String |
getfontColor()
Get font attribute.
|
String |
getLine()
Get the current line.
|
ArrayList<Object> |
getObjectList()
Get the current object list.
|
String |
getSectionName()
Get the section name.
|
void |
setColumn(String column)
Set the current column.
|
void |
setFontColor(String fontColor)
Set font attribute.
|
void |
setLine(String line)
Set the current line.
|
void |
setObjectList(ArrayList<Object> objectList)
Set the current object list.
|
void |
setSectionName(String sectionName)
Set the section name.
|
public String getSectionName()
public void setSectionName(String sectionName)
sectionName
- the sectionName to setpublic String getLine()
public void setLine(String line)
line
- the line to setpublic String getColumn()
public void setColumn(String column)
column
- the column to setpublic ArrayList<Object> getObjectList()
public void setObjectList(ArrayList<Object> objectList)
objectList
- the objectList to setpublic void addObject(Object obj)
obj
- The object to addpublic String getfontColor()
public void setFontColor(String fontColor)
fontColor
- the fontColor to setCopyright © 2004-2016. All Rights Reserved.