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 DefaultTypeKeyType. _defaultMethods in org.graphdrawing.graphml that return DefaultType Modifier and Type Method Description DefaultTypeObjectFactory. createDefaultType()Create an instance ofDefaultTypeDefaultTypeKeyType. 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)voidKeyType. setDefault(DefaultType value)Sets the value of the default property.