|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base class for the chart 3d customizer. This class is used internally by JClass Chart 3D and should not be used by applications.
Method Summary | |
Component |
getCustomizerComponent()
Returns the component used to display the customizer. |
com.klg.jclass.chart3d.JCChart3d |
getTarget()
Method called to return the target chart that this page is editing. |
void |
hideCustomizer()
Method used to hide the customizer. |
void |
setTarget(com.klg.jclass.chart3d.JCChart3d chart)
Method called to update the page with values from the given source. |
void |
showCustomizer(Point p)
Method used to display the customizer. |
Method Detail |
public com.klg.jclass.chart3d.JCChart3d getTarget()
public void setTarget(com.klg.jclass.chart3d.JCChart3d chart)
chart
- The new target for editingpublic Component getCustomizerComponent()
public void showCustomizer(Point p)
p
- Point at which to launch the customizerpublic void hideCustomizer()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |