|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.usermodel.charts.AxisOrientation
public class AxisOrientation
Specifies the possible ways to place a picture on a data point, series, wall, or floor.
Field Summary | |
---|---|
static AxisOrientation |
MAX_MIN
Specifies that the values on the axis shall be reversed so they go from maximum to minimum. |
static AxisOrientation |
MIN_MAX
Specifies that the axis values shall be in the usual order, minimum to maximum. |
Constructor Summary | |
---|---|
AxisOrientation()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AxisOrientation MAX_MIN
public static final AxisOrientation MIN_MAX
Constructor Detail |
---|
public AxisOrientation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |