public class PlotArea extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PlotArea.LayoutTargetTypeEnum
If layout of the plot area is defined manually specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside.
|
Constructor and Description |
---|
PlotArea() |
Modifier and Type | Method and Description |
---|---|
PlotArea |
effectFormat(EffectFormat effectFormat) |
boolean |
equals(Object o) |
PlotArea |
fillFormat(FillFormat fillFormat) |
EffectFormat |
getEffectFormat()
Get or sets the effect format.
|
FillFormat |
getFillFormat()
Get or sets the fill format.
|
Double |
getHeight()
Height
|
PlotArea.LayoutTargetTypeEnum |
getLayoutTargetType()
If layout of the plot area is defined manually specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside.
|
LineFormat |
getLineFormat()
Get or sets the line format.
|
Double |
getWidth()
Width
|
Double |
getX()
the X location
|
Double |
getY()
the Y location
|
int |
hashCode() |
PlotArea |
height(Double height) |
PlotArea |
layoutTargetType(PlotArea.LayoutTargetTypeEnum layoutTargetType) |
PlotArea |
lineFormat(LineFormat lineFormat) |
void |
setEffectFormat(EffectFormat effectFormat) |
void |
setFillFormat(FillFormat fillFormat) |
void |
setHeight(Double height) |
void |
setLayoutTargetType(PlotArea.LayoutTargetTypeEnum layoutTargetType) |
void |
setLineFormat(LineFormat lineFormat) |
void |
setWidth(Double width) |
void |
setX(Double x) |
void |
setY(Double y) |
String |
toString() |
PlotArea |
width(Double width) |
PlotArea |
x(Double x) |
PlotArea |
y(Double y) |
public Double getX()
public void setX(Double x)
public Double getY()
public void setY(Double y)
public Double getWidth()
public void setWidth(Double width)
public Double getHeight()
public void setHeight(Double height)
public PlotArea layoutTargetType(PlotArea.LayoutTargetTypeEnum layoutTargetType)
public PlotArea.LayoutTargetTypeEnum getLayoutTargetType()
public void setLayoutTargetType(PlotArea.LayoutTargetTypeEnum layoutTargetType)
public PlotArea fillFormat(FillFormat fillFormat)
public FillFormat getFillFormat()
public void setFillFormat(FillFormat fillFormat)
public PlotArea effectFormat(EffectFormat effectFormat)
public EffectFormat getEffectFormat()
public void setEffectFormat(EffectFormat effectFormat)
public PlotArea lineFormat(LineFormat lineFormat)
public LineFormat getLineFormat()
public void setLineFormat(LineFormat lineFormat)
Copyright © 2023. All rights reserved.