Interface EdgeStyleOGL2D
- All Known Implementing Classes:
DefaultEdgeStyleOGL2D,EditedEdgeStyleOGL2D
public interface EdgeStyleOGL2D
Inteface for 2D OGL edge styles.
- Author:
- Nick Collier
-
Method Summary
Modifier and TypeMethodDescriptiongetColor(RepastEdge<?> edge) Gets the color of the line used to represent the edge.intgetLineWidth(RepastEdge<?> edge) Gets the width of the line used to represent the edge.
-
Method Details
-
getLineWidth
Gets the width of the line used to represent the edge.- Parameters:
edge-- Returns:
- the width of the line used to represent the edge.
-
getColor
Gets the color of the line used to represent the edge.- Parameters:
edge-- Returns:
- the color of the line used to represent the edge.
-