|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dimension | |
---|---|
com.steema.teechart | TeeChart Charting Library for Java. |
com.steema.teechart.drawing | |
com.steema.teechart.exports |
Uses of Dimension in com.steema.teechart |
---|
Methods in com.steema.teechart that return Dimension | |
---|---|
Dimension |
TChart.getPreferredSize()
|
Dimension |
Shadow.getSize()
Size in pixels of shadow. |
Methods in com.steema.teechart with parameters of type Dimension | |
---|---|
void |
TChart.setPreferredSize(Dimension dim)
|
void |
Shadow.setSize(Dimension value)
Size in pixels of shadow. |
Constructors in com.steema.teechart with parameters of type Dimension | |
---|---|
Rectangle(Point location,
Dimension size)
|
Uses of Dimension in com.steema.teechart.drawing |
---|
Methods in com.steema.teechart.drawing with parameters of type Dimension | |
---|---|
void |
IGraphics3D.measureString(Dimension size,
ChartFont font,
java.lang.String text)
|
void |
Graphics3DVectorial.measureString(Dimension dimension,
ChartFont f,
java.lang.String text)
|
void |
Graphics3DPDF.measureString(Dimension size,
ChartFont f,
java.lang.String text)
|
void |
Graphics3DAWT.measureString(Dimension dimension,
ChartFont f,
java.lang.String text)
|
abstract void |
Graphics3D.measureString(Dimension size,
ChartFont f,
java.lang.String text)
|
Uses of Dimension in com.steema.teechart.exports |
---|
Methods in com.steema.teechart.exports with parameters of type Dimension | |
---|---|
Image |
ImageExport.image(Dimension dimension)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |