Uses of Class
net.ogdf.ogml.EndpointStylesType

Packages that use EndpointStylesType
net.ogdf.ogml   
net.ogdf.ogml.impl   
 

Uses of EndpointStylesType in net.ogdf.ogml
 

Fields in net.ogdf.ogml with type parameters of type EndpointStylesType
static List<EndpointStylesType> EndpointStylesType.VALUES
          A public read-only list of all the 'Endpoint Styles Type' enumerators.
 

Methods in net.ogdf.ogml that return EndpointStylesType
static EndpointStylesType EndpointStylesType.get(int value)
          Returns the 'Endpoint Styles Type' literal with the specified integer value.
static EndpointStylesType EndpointStylesType.get(String literal)
          Returns the 'Endpoint Styles Type' literal with the specified literal value.
static EndpointStylesType EndpointStylesType.getByName(String name)
          Returns the 'Endpoint Styles Type' literal with the specified name.
 EndpointStylesType EndpointType.getStyle()
          Returns the value of the 'Style' attribute.
 EndpointStylesType SourceStyleType.getType()
          Returns the value of the 'Type' attribute.
 EndpointStylesType TargetStyleType.getType()
          Returns the value of the 'Type' attribute.
static EndpointStylesType EndpointStylesType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EndpointStylesType[] EndpointStylesType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ogdf.ogml with parameters of type EndpointStylesType
 void EndpointType.setStyle(EndpointStylesType value)
          Sets the value of the 'Style' attribute.
 void SourceStyleType.setType(EndpointStylesType value)
          Sets the value of the 'Type' attribute.
 void TargetStyleType.setType(EndpointStylesType value)
          Sets the value of the 'Type' attribute.
 

Uses of EndpointStylesType in net.ogdf.ogml.impl
 

Fields in net.ogdf.ogml.impl declared as EndpointStylesType
protected  EndpointStylesType EndpointTypeImpl.style
          The cached value of the 'Style' attribute.
protected static EndpointStylesType EndpointTypeImpl.STYLE_EDEFAULT
          The default value of the 'Style' attribute.
protected  EndpointStylesType SourceStyleTypeImpl.type
          The cached value of the 'Type' attribute.
protected  EndpointStylesType TargetStyleTypeImpl.type
          The cached value of the 'Type' attribute.
protected static EndpointStylesType SourceStyleTypeImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
protected static EndpointStylesType TargetStyleTypeImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in net.ogdf.ogml.impl that return EndpointStylesType
 EndpointStylesType OgmlFactoryImpl.createEndpointStylesTypeFromString(EDataType eDataType, String initialValue)
           
 EndpointStylesType OgmlFactoryImpl.createEndpointStylesTypeObjectFromString(EDataType eDataType, String initialValue)
           
 EndpointStylesType EndpointTypeImpl.getStyle()
           
 EndpointStylesType SourceStyleTypeImpl.getType()
           
 EndpointStylesType TargetStyleTypeImpl.getType()
           
 

Methods in net.ogdf.ogml.impl with parameters of type EndpointStylesType
 void EndpointTypeImpl.setStyle(EndpointStylesType newStyle)
           
 void SourceStyleTypeImpl.setType(EndpointStylesType newType)
           
 void TargetStyleTypeImpl.setType(EndpointStylesType newType)