Uses of Class
com.tensegrity.graphics.render.RendererConfiguration

Packages that use RendererConfiguration
com.tensegrity.graphics.render Contains classes that are used to define the rendering data used to render the graphical objects onto a device.  
com.tensegrity.gui.graphdocument This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents.  
com.tensegrity.gui.swing.graph The graph package contains the two panels required for the SwingGraphDocument, a NavigatorPanel and several components for the inplace editing supported by the SwingGraphPanel.  
com.tensegrity.gui.swt.graph   
 

Uses of RendererConfiguration in com.tensegrity.graphics.render
 

Methods in com.tensegrity.graphics.render that return RendererConfiguration
 RendererConfiguration DefaultRendererMono.getConfiguration()
           
 RendererConfiguration Renderer.getConfiguration()
          Returns the current configuration of the Renderer.
 RendererConfiguration DefaultRenderer.getConfiguration()
           
 RendererConfiguration DefaultRendererWireFrame.getConfiguration()
           
 RendererConfiguration DefaultRendererXOR.getConfiguration()
           
 RendererConfiguration DefaultRendererChain.getConfiguration()
           
 

Methods in com.tensegrity.graphics.render with parameters of type RendererConfiguration
static void RendererConfigurationUtil.rendererApplyMemento2Renderer(AttributeSet attributeset, RendererConfiguration configuration)
          This method applies the settings stored in the given AttributeSet to the given RendererConfiguration.
static AttributeSet RendererConfigurationUtil.rendererGetMemento(RendererConfiguration configuration)
          This method read the settings stored in the given RendererConfiguration and returns a memento-like AttributeSet with copied values.
static void RendererConfigurationUtil.setBoolean(RendererConfiguration rcfg, java.lang.String name, boolean value)
          Sets the boolean value of a rendering hint in the RendererConfiguration
static void RendererConfigurationUtil.setDouble(RendererConfiguration rcfg, java.lang.String name, double value)
          Sets the double value of a rendering hint in the RendererConfiguration
static void RendererConfigurationUtil.setValue(RendererConfiguration rcfg, java.lang.String name, java.lang.Object value)
          Sets the value of a rendering hint in the RendererConfiguration
static boolean RendererConfigurationUtil.getBoolean(RendererConfiguration rcfg, java.lang.String name)
          Retrieves the value of a boolean(!)
static double RendererConfigurationUtil.getDouble(RendererConfiguration rcfg, java.lang.String name)
          Retrieves the value of a boolean(!)
static boolean RendererConfigurationUtil.contains(RendererConfiguration rcfg, java.lang.String name)
          Checks if the given setting is included in the current configuration
 

Uses of RendererConfiguration in com.tensegrity.gui.graphdocument
 

Methods in com.tensegrity.gui.graphdocument that return RendererConfiguration
 RendererConfiguration GraphPanel.getRendererConfiguration()
          Returns the current RendererConfiguration for this GraphPanel.
 

Uses of RendererConfiguration in com.tensegrity.gui.swing.graph
 

Methods in com.tensegrity.gui.swing.graph that return RendererConfiguration
 RendererConfiguration SwingGraphPanel.getRendererConfiguration()
          Returns the RendererConfiguration that is used for drawing contents of this instance.
 

Methods in com.tensegrity.gui.swing.graph with parameters of type RendererConfiguration
static void RendererConfigurationUtil.rendererApplyMemento2Renderer(AttributeSet attributeset, RendererConfiguration configuration)
          Deprecated. This method applies the settings stored in the given AttributeSet to the given RendererConfiguration.
static AttributeSet RendererConfigurationUtil.rendererGetMemento(RendererConfiguration configuration)
          Deprecated. This method read the settings stored in the given RendererConfiguration and returns a memento-like AttributeSet with copied values.
 

Uses of RendererConfiguration in com.tensegrity.gui.swt.graph
 

Methods in com.tensegrity.gui.swt.graph that return RendererConfiguration
 RendererConfiguration SwtGraphPanel.getRendererConfiguration()
          Returns the RendererConfiguration that is used for drawing contents of this instance.
 



Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.