Uses of Class
org.graphdrawing.graphml.DefaultType
Package | Description |
---|---|
org.graphdrawing.graphml |
-
Uses of DefaultType in org.graphdrawing.graphml
Fields in org.graphdrawing.graphml declared as DefaultType Modifier and Type Field Description protected DefaultType
KeyType. _default
Methods in org.graphdrawing.graphml that return DefaultType Modifier and Type Method Description DefaultType
ObjectFactory. createDefaultType()
Create an instance ofDefaultType
DefaultType
KeyType. getDefault()
Gets the value of the default property.Methods in org.graphdrawing.graphml that return types with arguments of type DefaultType Modifier and Type Method Description javax.xml.bind.JAXBElement<DefaultType>
ObjectFactory. createDefault(DefaultType value)
Methods in org.graphdrawing.graphml with parameters of type DefaultType Modifier and Type Method Description javax.xml.bind.JAXBElement<DefaultType>
ObjectFactory. createDefault(DefaultType value)
void
KeyType. setDefault(DefaultType value)
Sets the value of the default property.