Uses of Class
net.ogdf.lib.eLabelTyp

Packages that use eLabelTyp
net.ogdf.lib   
 

Uses of eLabelTyp in net.ogdf.lib
 

Methods in net.ogdf.lib that return eLabelTyp
static eLabelTyp eLabelTyp.swigToEnum(int swigValue)
           
static eLabelTyp eLabelTyp.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static eLabelTyp[] eLabelTyp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ogdf.lib with parameters of type eLabelTyp
 void EdgeLabelDouble.addType(eLabelTyp arg0)
           
 double EdgeLabelDouble.getHeight(eLabelTyp arg0)
           
 double EdgeLabelDouble.getWidth(eLabelTyp arg0)
           
 double EdgeLabelDouble.getX(eLabelTyp arg0)
           
 double EdgeLabelDouble.getY(eLabelTyp arg0)
           
 void EdgeLabelDouble.setHeight(eLabelTyp arg0, double arg1)
           
 void EdgeLabelDouble.setWidth(eLabelTyp arg0, double arg1)
           
 void EdgeLabelDouble.setX(eLabelTyp arg0, double arg1)
           
 void EdgeLabelDouble.setY(eLabelTyp arg0, double arg1)
           
 boolean EdgeLabelDouble.usedLabel(eLabelTyp arg0)