Uses of Interface
net.opengis.gml311.GraphStyleType
-
Packages that use GraphStyleType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of GraphStyleType in net.opengis.gml311
Methods in net.opengis.gml311 that return GraphStyleType Modifier and Type Method Description GraphStyleTypeGml311Factory. createGraphStyleType()Returns a new object of class 'Graph Style Type'.GraphStyleTypeGraphStylePropertyType. getGraphStyle()Returns the value of the 'Graph Style' containment reference.GraphStyleTypeDocumentRoot. getGraphStyle1()Returns the value of the 'Graph Style1' containment reference.Methods in net.opengis.gml311 with parameters of type GraphStyleType Modifier and Type Method Description voidGraphStylePropertyType. setGraphStyle(GraphStyleType value)Sets the value of the 'Graph Style' containment reference.voidDocumentRoot. setGraphStyle1(GraphStyleType value)Sets the value of the 'Graph Style1' containment reference. -
Uses of GraphStyleType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement GraphStyleType Modifier and Type Class Description classGraphStyleTypeImplAn implementation of the model object 'Graph Style Type'.Fields in net.opengis.gml311.impl declared as GraphStyleType Modifier and Type Field Description protected GraphStyleTypeGraphStylePropertyTypeImpl. graphStyleThe cached value of the 'Graph Style' containment reference.Methods in net.opengis.gml311.impl that return GraphStyleType Modifier and Type Method Description GraphStyleTypeGml311FactoryImpl. createGraphStyleType()GraphStyleTypeGraphStylePropertyTypeImpl. getGraphStyle()GraphStyleTypeDocumentRootImpl. getGraphStyle1()Methods in net.opengis.gml311.impl with parameters of type GraphStyleType Modifier and Type Method Description NotificationChainGraphStylePropertyTypeImpl. basicSetGraphStyle(GraphStyleType newGraphStyle, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetGraphStyle1(GraphStyleType newGraphStyle1, NotificationChain msgs)voidGraphStylePropertyTypeImpl. setGraphStyle(GraphStyleType newGraphStyle)voidDocumentRootImpl. setGraphStyle1(GraphStyleType newGraphStyle1) -
Uses of GraphStyleType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type GraphStyleType Modifier and Type Method Description TGml311Switch. caseGraphStyleType(GraphStyleType object)Returns the result of interpreting the object as an instance of 'Graph Style Type'.booleanGml311Validator. validateGraphStyleType(GraphStyleType graphStyleType, DiagnosticChain diagnostics, Map<Object,Object> context)
-