Uses of Interface
net.opengis.gml311.GraphStylePropertyType
Packages that use GraphStylePropertyType
-
Uses of GraphStylePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return GraphStylePropertyTypeModifier and TypeMethodDescriptionGml311Factory.createGraphStylePropertyType()
Returns a new object of class 'Graph Style Property Type'.DocumentRoot.getGraphStyle()
Returns the value of the 'Graph Style' containment reference.StyleType.getGraphStyle()
Returns the value of the 'Graph Style' containment reference.Methods in net.opengis.gml311 with parameters of type GraphStylePropertyTypeModifier and TypeMethodDescriptionvoid
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 GraphStylePropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Graph Style Property Type'.Fields in net.opengis.gml311.impl declared as GraphStylePropertyTypeModifier and TypeFieldDescriptionprotected GraphStylePropertyType
StyleTypeImpl.graphStyle
The cached value of the 'Graph Style
' containment reference.Methods in net.opengis.gml311.impl that return GraphStylePropertyTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createGraphStylePropertyType()
DocumentRootImpl.getGraphStyle()
StyleTypeImpl.getGraphStyle()
Methods in net.opengis.gml311.impl with parameters of type GraphStylePropertyTypeModifier and TypeMethodDescriptionNotificationChain
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 GraphStylePropertyTypeModifier and TypeMethodDescriptionGml311Switch.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)