|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.swtchart.internal.compress.CompressConfig
public class CompressConfig
Configuration for compression.
Constructor Summary | |
---|---|
CompressConfig()
Constructor. |
|
CompressConfig(CompressConfig config)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
long |
getHeightInPixel()
Gets the height of plot area in pixels |
long |
getWidthInPixel()
Gets the width of plot area in pixels |
double |
getXLowerValue()
Gets the lower value of x range. |
double |
getXUpperValue()
Gets the upper value of x range. |
double |
getYLowerValue()
Gets the lower value of y range. |
double |
getYUpperValue()
Gets the upper value of y range. |
int |
hashCode()
|
boolean |
isXLogScale()
Gets the state indicating whether the X axis is log scale. |
boolean |
isYLogScale()
Gets the state indicating whether the Y axis is log scale. |
void |
setSizeInPixel(long width,
long height)
Sets the size in pixels. |
void |
setXLogScale(boolean value)
Sets the state indicating whether the X axis is log scale. |
void |
setXRange(double lower,
double upper)
Sets the X range. |
void |
setYLogScale(boolean value)
Sets the state indicating whether the Y axis is log scale. |
void |
setYRange(double lower,
double upper)
Sets the Y range. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompressConfig()
public CompressConfig(CompressConfig config)
config
- the configuration for compressionMethod Detail |
---|
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void setSizeInPixel(long width, long height)
width
- the width in pixelsheight
- the height in pixelspublic long getWidthInPixel()
public long getHeightInPixel()
public void setXRange(double lower, double upper)
lower
- the lower value of x rangeupper
- the upper value of x rangepublic void setYRange(double lower, double upper)
lower
- the lower value of y rangeupper
- the upper value of y rangepublic double getXLowerValue()
public double getXUpperValue()
public double getYLowerValue()
public double getYUpperValue()
public boolean isXLogScale()
public void setXLogScale(boolean value)
value
- the state indicating whether the X axis is log scalepublic boolean isYLogScale()
public void setYLogScale(boolean value)
value
- the state indicating whether the Y axis is log scalepublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |