Uses of Interface
net.sourceforge.fluxion.graph.ColorScheme

Packages that use ColorScheme
net.sourceforge.fluxion.graph   
net.sourceforge.fluxion.graph.view   
net.sourceforge.fluxion.runcible.graph.mapping   
net.sourceforge.fluxion.runcible.graph.view   
net.sourceforge.fluxion.runcible.graph.view.factory   
 

Uses of ColorScheme in net.sourceforge.fluxion.graph
 

Fields in net.sourceforge.fluxion.graph declared as ColorScheme
static ColorScheme ColorSchemes.BLUES
           
static ColorScheme ColorSchemes.BROWNS
           
static ColorScheme ColorSchemes.GREENS
           
static ColorScheme ColorSchemes.ORANGES
           
static ColorScheme ColorSchemes.PURPLES
           
static ColorScheme ColorSchemes.REDS
           
static ColorScheme ColorSchemes.YELLOWS
           
 

Uses of ColorScheme in net.sourceforge.fluxion.graph.view
 

Methods in net.sourceforge.fluxion.graph.view that return ColorScheme
 ColorScheme GraphView.getColorScheme()
           
 

Methods in net.sourceforge.fluxion.graph.view with parameters of type ColorScheme
 void GraphView.setColorScheme(ColorScheme colourScheme)
           
 

Uses of ColorScheme in net.sourceforge.fluxion.runcible.graph.mapping
 

Methods in net.sourceforge.fluxion.runcible.graph.mapping that return ColorScheme
 ColorScheme MappingManager.getSourceColours()
           
 ColorScheme MappingManager.getTargetColours()
           
 

Methods in net.sourceforge.fluxion.runcible.graph.mapping with parameters of type ColorScheme
 void MappingManager.setSourceColours(ColorScheme sourceColours)
           
 void MappingManager.setTargetColours(ColorScheme targetColours)
           
 

Uses of ColorScheme in net.sourceforge.fluxion.runcible.graph.view
 

Methods in net.sourceforge.fluxion.runcible.graph.view that return ColorScheme
 ColorScheme FlexGraphView.getColorScheme()
           
 ColorScheme DotGraphView.getColorScheme()
           
 

Methods in net.sourceforge.fluxion.runcible.graph.view with parameters of type ColorScheme
 void FlexGraphView.setColorScheme(ColorScheme colourScheme)
           
 void DotGraphView.setColorScheme(ColorScheme colourScheme)
           
 

Uses of ColorScheme in net.sourceforge.fluxion.runcible.graph.view.factory
 

Methods in net.sourceforge.fluxion.runcible.graph.view.factory that return ColorScheme
 ColorScheme FlexNodeViewFactory.getColorScheme()
          Get the ColorScheme being used for the produced Node.
 ColorScheme FlexEdgeViewFactory.getColorScheme()
          Gets the ColorScheme being used by this particular DotEdgeViewFactory.
 ColorScheme FlexGraphViewFactory.getColorScheme()
          Get the ColorScheme being used for the produced Graph.
 ColorScheme DotEdgeViewFactory.getColorScheme()
          Gets the ColorScheme being used by this particular DotEdgeViewFactory.
 ColorScheme DotNodeViewFactory.getColorScheme()
          Get the ColorScheme being used for the produced Node.
 ColorScheme DotGraphViewFactory.getColorScheme()
          Get the ColorScheme being used for the produced Graph.
 

Methods in net.sourceforge.fluxion.runcible.graph.view.factory with parameters of type ColorScheme
 void FlexNodeViewFactory.setColorScheme(ColorScheme colorScheme)
          Sets the ColorScheme to use for the produced Node.
 void FlexEdgeViewFactory.setColorScheme(ColorScheme colorScheme)
          Sets the ColorScheme to use for DotEdgeViewFactory.
 void FlexGraphViewFactory.setColorScheme(ColorScheme colorScheme)
          Sets the ColorScheme to use for the produced Graph
 void DotEdgeViewFactory.setColorScheme(ColorScheme colorScheme)
          Sets the ColorScheme to use for DotEdgeViewFactory.
 void DotNodeViewFactory.setColorScheme(ColorScheme colorScheme)
          Sets the ColorScheme to use for the produced Node.
 void DotGraphViewFactory.setColorScheme(ColorScheme colorScheme)
          Sets the ColorScheme to use for the produced Graph
 



Copyright © 2010. All Rights Reserved.