Uses of Interface
net.opengis.gml311.GraphStylePropertyType
-
Packages that use GraphStylePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GraphStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return GraphStylePropertyType Modifier and Type Method Description GraphStylePropertyType
Gml311Factory. createGraphStylePropertyType()
Returns a new object of class 'Graph Style Property Type'.GraphStylePropertyType
DocumentRoot. getGraphStyle()
Returns the value of the 'Graph Style' containment reference.GraphStylePropertyType
StyleType. getGraphStyle()
Returns the value of the 'Graph Style' containment reference.Methods in net.opengis.gml311 with parameters of type GraphStylePropertyType Modifier and Type Method Description void
DocumentRoot. setGraphStyle(GraphStylePropertyType value)
Sets the value of the 'Graph Style
' containment reference.void
StyleType. setGraphStyle(GraphStylePropertyType value)
Sets the value of the 'Graph Style
' containment reference. -
Uses of GraphStylePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GraphStylePropertyType Modifier and Type Class Description class
GraphStylePropertyTypeImpl
An implementation of the model object 'Graph Style Property Type'.Fields in net.opengis.gml311.impl declared as GraphStylePropertyType Modifier and Type Field Description protected GraphStylePropertyType
StyleTypeImpl. graphStyle
The cached value of the 'Graph Style
' containment reference.Methods in net.opengis.gml311.impl that return GraphStylePropertyType Modifier and Type Method Description GraphStylePropertyType
Gml311FactoryImpl. createGraphStylePropertyType()
GraphStylePropertyType
DocumentRootImpl. getGraphStyle()
GraphStylePropertyType
StyleTypeImpl. getGraphStyle()
Methods in net.opengis.gml311.impl with parameters of type GraphStylePropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetGraphStyle(GraphStylePropertyType newGraphStyle, NotificationChain msgs)
NotificationChain
StyleTypeImpl. basicSetGraphStyle(GraphStylePropertyType newGraphStyle, NotificationChain msgs)
void
DocumentRootImpl. setGraphStyle(GraphStylePropertyType newGraphStyle)
void
StyleTypeImpl. setGraphStyle(GraphStylePropertyType newGraphStyle)
-
Uses of GraphStylePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GraphStylePropertyType Modifier and Type Method Description T
Gml311Switch. caseGraphStylePropertyType(GraphStylePropertyType object)
Returns the result of interpreting the object as an instance of 'Graph Style Property Type'.boolean
Gml311Validator. validateGraphStylePropertyType(GraphStylePropertyType graphStylePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-