org.graffiti.plugins.ios.gml.gmlReader.gml
Class GmlEdgeStyle
java.lang.Object
org.graffiti.plugins.ios.gml.gmlReader.gml.GmlParsableItem
org.graffiti.plugins.ios.gml.gmlReader.gml.GmlStyle
org.graffiti.plugins.ios.gml.gmlReader.gml.GmlEdgeStyle
public class GmlEdgeStyle
- extends GmlStyle
Represents an edge style as declared in the GML format.
- Author:
- ruediger
Methods inherited from class org.graffiti.plugins.ios.gml.gmlReader.gml.GmlStyle |
getValue |
GmlEdgeStyle
public GmlEdgeStyle(int line,
GmlValue value)
- Constructs a new
GmlEdgeStyle
.
- Parameters:
line
- the line in which the edge style was declared.value
- the value(s) associated with this edge style.
Generated at 2012-05-30 11:01:25 PM CEST