Package org.eclipse.zest.core.widgets
Class DefaultSubgraph.LabelSubgraphFactory
java.lang.Object
org.eclipse.zest.core.widgets.DefaultSubgraph.LabelSubgraphFactory
- All Implemented Interfaces:
- SubgraphFactory
- Enclosing class:
- DefaultSubgraph
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateSubgraph(NodeLayout[] nodes, LayoutContext context) voidChanges the default background color for newly created subgraphs.voidChanges the default foreground color for newly created subgraphs.
- 
Constructor Details- 
LabelSubgraphFactorypublic LabelSubgraphFactory()
 
- 
- 
Method Details- 
setDefualtForegroundColorChanges the default foreground color for newly created subgraphs.- Parameters:
- c- color to use
 
- 
setDefaultBackgroundColorChanges the default background color for newly created subgraphs.- Parameters:
- c- color to use
 
- 
createSubgraph- Specified by:
- createSubgraphin interface- SubgraphFactory
 
 
-