public final class TimescaleTier extends Object
| Constructor and Description |
|---|
TimescaleTier() |
| Modifier and Type | Method and Description |
|---|---|
TimescaleAlignment |
getAlignment()
Retrieve the timescale label 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.
|
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 alignmentCopyright © 2000–2025 MPXJ. All rights reserved.