|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.mpp.TimescaleTier
public final class TimescaleTier
This class collects together the properties which represent a single tier of the timescale on a Gantt chart.
| Constructor Summary | |
|---|---|
TimescaleTier()
|
|
| Method Summary | |
|---|---|
TimescaleAlignment |
getAlignment()
Retrieve the timescale lable alignment. |
int |
getCount()
Retrieves the tier count. |
TimescaleFormat |
getFormat()
Retrieves the tier label format. |
boolean |
getTickLines()
Retrieves the tick lines flag. |
TimescaleUnits |
getUnits()
Retrieves the timescale units. |
boolean |
getUsesFiscalYear()
Retrieves the uses fiscal year flag. |
void |
setAlignment(TimescaleAlignment alignment)
Set the timescale label alignment. |
void |
setCount(int count)
Sets the tier count. |
void |
setFormat(TimescaleFormat format)
Sets the tier label format. |
void |
setTickLines(boolean tickLines)
Sets the tick lines flag. |
void |
setUnits(TimescaleUnits units)
Sets the timescale units. |
void |
setUsesFiscalYear(boolean usesFiscalYear)
Sets the uses fiscal year flag. |
String |
toString()
Generate a string representation of this instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimescaleTier()
| Method Detail |
|---|
public int getCount()
public void setCount(int count)
count - tier countpublic TimescaleFormat getFormat()
public void setFormat(TimescaleFormat format)
format - tier label formatpublic boolean getTickLines()
public void setTickLines(boolean tickLines)
tickLines - tick lines flagpublic TimescaleUnits getUnits()
public void setUnits(TimescaleUnits units)
units - timescale unitspublic boolean getUsesFiscalYear()
public void setUsesFiscalYear(boolean usesFiscalYear)
usesFiscalYear - uses fiscal year flagpublic TimescaleAlignment getAlignment()
public void setAlignment(TimescaleAlignment alignment)
alignment - label alignmentpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||