@Deprecated @Removal(version="4.2") public interface ManualLayout
| Modifier and Type | Method and Description | 
|---|---|
| LayoutMode | getHeightMode()Deprecated.  Returns current height mode of this | 
| double | getHeightRatio()Deprecated.  Returns current fraction of the height of the chart. | 
| LayoutTarget | getTarget()Deprecated.  Returns current layout target. | 
| LayoutMode | getWidthMode()Deprecated.  Returns current width mode of this manual layout. | 
| double | getWidthRatio()Deprecated.  Returns current fraction of the width of the chart. | 
| double | getX()Deprecated.  Returns the x location of the chart element. | 
| LayoutMode | getXMode()Deprecated.  Returns current x-coordinnate layout mode. | 
| double | getY()Deprecated.  Returns current y location of the chart element. | 
| LayoutMode | getYMode()Deprecated.  Returns current y-coordinate layout mode. | 
| void | setHeightMode(LayoutMode mode)Deprecated.  Specifies how to interpret the Height element for this manual
 layout. | 
| void | setHeightRatio(double ratio)Deprecated.  Specifies the height (if Height Mode is Factor) or bottom (if
 Height Mode is edge) of the chart element as a fraction of the
 height of the chart. | 
| void | setTarget(LayoutTarget target)Deprecated.  Sets the layout target. | 
| void | setWidthMode(LayoutMode mode)Deprecated.  Specifies how to interpret the Width element for this manual
 layout. | 
| void | setWidthRatio(double ratio)Deprecated.  Specifies the width (if Width Mode is Factor) or right (if
 Width Mode is Edge) of the chart element as a fraction of the
 width of the chart. | 
| void | setX(double x)Deprecated.  Specifies the x location (left) of the chart element as a
 fraction of the width of the chart. | 
| void | setXMode(LayoutMode mode)Deprecated.  Sets the x-coordinate layout mode. | 
| void | setY(double y)Deprecated.  Specifies the y location (top) of the chart element as a
 fraction of the height of the chart. | 
| void | setYMode(LayoutMode mode)Deprecated.  Sets the y-coordinate layout mode. | 
void setTarget(LayoutTarget target)
target - new layout target.LayoutTarget getTarget()
void setXMode(LayoutMode mode)
mode - new x-coordinate layout mode.LayoutMode getXMode()
void setYMode(LayoutMode mode)
mode - new y-coordinate layout mode.LayoutMode getYMode()
double getX()
void setX(double x)
double getY()
void setY(double y)
void setWidthMode(LayoutMode mode)
mode - new width layout mode of this manual layout.LayoutMode getWidthMode()
void setHeightMode(LayoutMode mode)
mode - new height mode of this manual layout.LayoutMode getHeightMode()
void setWidthRatio(double ratio)
ratio - a fraction of the width of the chart.double getWidthRatio()
void setHeightRatio(double ratio)
ratio - a fraction of the height of the chart.double getHeightRatio()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.