|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.GroupClause
public final class GroupClause
This class represents a clause from a definition of a group.
| Constructor Summary | |
|---|---|
GroupClause()
|
|
| Method Summary | |
|---|---|
boolean |
getAscending()
Retrieve a flag indicating that values are grouped in ascending order. |
Color |
getCellBackgroundColor()
Retrieves the background color. |
FieldType |
getField()
Retrieve the grouping field. |
FontStyle |
getFont()
Retrieve the font. |
Object |
getGroupInterval()
Retrieve the group interval. |
int |
getGroupOn()
Retrieves the group on value. |
BackgroundPattern |
getPattern()
Retrieves the pattern. |
Object |
getStartAt()
Retrieves the "start at" value. |
void |
setAscending(boolean ascending)
Sets a flag indicating that values are grouped in ascending order. |
void |
setCellBackgroundColor(Color color)
Sets the background color. |
void |
setField(FieldType field)
Set the grouping field. |
void |
setFont(FontStyle font)
Retrieve the font. |
void |
setGroupInterval(Object groupInterval)
Sets the group interval. |
void |
setGroupOn(int groupOn)
Sets the group on value. |
void |
setPattern(BackgroundPattern pattern)
Sets the pattern. |
void |
setStartAt(Object startAt)
Sets the "start at" value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GroupClause()
| Method Detail |
|---|
public boolean getAscending()
public void setAscending(boolean ascending)
ascending - boolean flagpublic Color getCellBackgroundColor()
public void setCellBackgroundColor(Color color)
color - background color.public FieldType getField()
public void setField(FieldType field)
field - grouping fieldpublic FontStyle getFont()
public void setFont(FontStyle font)
font - fontpublic Object getGroupInterval()
public void setGroupInterval(Object groupInterval)
groupInterval - group intervalpublic int getGroupOn()
public void setGroupOn(int groupOn)
groupOn - group on valuepublic BackgroundPattern getPattern()
public void setPattern(BackgroundPattern pattern)
pattern - patternpublic Object getStartAt()
public void setStartAt(Object startAt)
startAt - "start at" valuepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||