JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Interface JCChart3dCustomizer

All Known Implementing Classes:
com.klg.jclass.chart3d.customizer.AbstractChart3dCustomizer

public interface JCChart3dCustomizer

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

getTarget

public com.klg.jclass.chart3d.JCChart3d getTarget()
Method called to return the target chart that this page is editing.


setTarget

public void setTarget(com.klg.jclass.chart3d.JCChart3d chart)
Method called to update the page with values from the given source.

Parameters:
chart - The new target for editing

getCustomizerComponent

public Component getCustomizerComponent()
Returns the component used to display the customizer.


showCustomizer

public void showCustomizer(Point p)
Method used to display the customizer.

Parameters:
p - Point at which to launch the customizer

hideCustomizer

public void hideCustomizer()
Method used to hide the customizer.


Copyright © 2004 Quest Software Inc..
All rights reserved.