|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.TeeBase
com.steema.teechart.Aspect
public final class Aspect
Title: Aspect class
Description: Chart view characteristics to define Chart 3D appearance
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Field Summary |
---|
Fields inherited from class com.steema.teechart.TeeBase |
---|
chart, InternalUse |
Constructor Summary | |
---|---|
Aspect()
|
|
Aspect(IBaseChart c)
|
Method Summary | |
---|---|
void |
assign(Aspect a)
Copies all properties from a Series component to another. |
boolean |
getApplyZOrder()
Displays multiple Series at different 3D "Z" (depth) positions. |
int |
getChart3DPercent()
Percent from 0 to 100 of Z Depth. |
boolean |
getClipPoints()
Restricts those Series points displayed outside the Chart axes rectangle when true. |
int |
getElevation()
Determines the angle of 3D elevation in degrees. |
double |
getFontZoom()
|
int |
getHeight3D()
|
int |
getHorizOffset()
Amount (postive or negative) in pixels of horizontal displacement. |
int |
getOrthoAngle()
Angle in degrees, from 0 to 90, when displaying in Orthogonal mode. |
boolean |
getOrthogonal()
Displays the Chart in semi-3D mode when true. |
int |
getPerspective()
Perspective offers a distance adjustment for the Chart display, giving an appearance of perspective between the nearer and further parts of the Chart. |
int |
getRotation()
Determines the angle of 3D rotation in degrees. |
boolean |
getSmoothingMode()
Chooses between speed or display quality for Chart rendering. |
boolean |
getTextSmooth()
Chooses between speed or display quality for Text rendering. |
int |
getTilt()
Determines the angle of 3D tilt in degrees. |
int |
getVertOffset()
Amount (postive or negative) in pixels of vertical displacement. |
boolean |
getView3D()
Draws each Series with a 3D effect. |
int |
getWidth3D()
|
int |
getZoom()
Percent of zoom in 3D mode for the entire Chart. |
boolean |
getZoomText()
Resizes all texts according to Zoom property when true. |
void |
setApplyZOrder(boolean value)
Sets the different 3D "Z" depth positions of multiple Series. |
void |
setChart3DPercent(int value)
Sets the percentage of Z Depth. |
void |
setClipPoints(boolean value)
Restricts those Series points displayed outside the Chart axes rectangle when true. |
void |
setElevation(int value)
Sets the angle of 3D elevation in degrees. |
void |
setFontZoom(double value)
|
void |
setHorizOffset(int value)
Sets the amount (postive or negative) in pixels of horizontal displacement. |
void |
setOrthoAngle(int value)
Sets the angle in degrees, from 0 to 90, to display the Chart when in Orthogonal mode. |
void |
setOrthogonal(boolean value)
Displays the Chart in semi-3D mode when true. |
void |
setPerspective(int value)
Sets the percentage of 3D perspective. |
void |
setRotation(int value)
Sets the angle of 3D rotation in degrees. |
void |
setSmoothingMode(boolean value)
Sets the type of rendering used to display the Chart depending on whether speed, display quality or antialiasing is required. |
void |
setTextSmooth(boolean value)
Sets the type of rendering used to display Text. |
void |
setTilt(int value)
Sets the angle of 3D tilt in degrees. |
void |
setVertOffset(int value)
Sets the amount (postive or negative) in pixels of vertical displacement. |
void |
setView3D(boolean value)
Draws each Series with a 3D effect when true. |
void |
setZoom(int value)
Sets the percentage of zoom in 3D mode for the entire Chart. |
void |
setZoomText(boolean value)
Resizes all texts according to Zoom property when true. |
Methods inherited from class com.steema.teechart.TeeBase |
---|
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Aspect()
public Aspect(IBaseChart c)
Method Detail |
---|
public int getRotation()
public void setRotation(int value)
value
- intpublic int getElevation()
public void setElevation(int value)
value
- intpublic int getTilt()
public void setTilt(int value)
value
- intpublic boolean getApplyZOrder()
public void setApplyZOrder(boolean value)
value
- booleanpublic boolean getClipPoints()
public void setClipPoints(boolean value)
value
- booleanpublic boolean getOrthogonal()
public void setOrthogonal(boolean value)
value
- booleanpublic boolean getSmoothingMode()
public void setSmoothingMode(boolean value)
value
- booleanpublic boolean getTextSmooth()
public void setTextSmooth(boolean value)
value
- booleanpublic int getZoom()
public void setZoom(int value)
value
- intpublic int getPerspective()
public void setPerspective(int value)
value
- intpublic int getOrthoAngle()
public void setOrthoAngle(int value)
value
- intpublic int getChart3DPercent()
public void setChart3DPercent(int value)
value
- intpublic int getWidth3D()
public int getHeight3D()
public int getHorizOffset()
public double getFontZoom()
public void setFontZoom(double value)
public void setHorizOffset(int value)
value
- intpublic int getVertOffset()
public void setVertOffset(int value)
value
- intpublic boolean getView3D()
getOrthoAngle()
public void setView3D(boolean value)
value
- booleanpublic boolean getZoomText()
public void setZoomText(boolean value)
value
- booleanpublic void assign(Aspect a)
a
- Aspect
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |