Package org.insa.graphs.gui.drawing
Interface GraphPalette
-
- All Known Implementing Classes:
BasicGraphPalette
,BlackAndWhiteGraphPalette
public interface GraphPalette
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Color
getColorForArc(Arc arc)
int
getWidthForArc(Arc arc)
-
-
-
Method Detail
-
getColorForArc
java.awt.Color getColorForArc(Arc arc)
- Parameters:
arc
- Arc for which color should be retrieved.- Returns:
- Color associated with the given arc.
-
getWidthForArc
int getWidthForArc(Arc arc)
- Parameters:
arc
- Arc for which width should be retrieved.- Returns:
- Width associated with the given arc.
-
-