Uses of Class
java.lang.Double

Packages that use Double
de.cau.cs.kieler.kaom.diagram.edit.parts   
de.cau.cs.kieler.keg.diagram.edit.parts   
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.synccharts.diagram.edit.parts   
java.lang Core Java classes 
 

Uses of Double in de.cau.cs.kieler.kaom.diagram.edit.parts
 

Methods in de.cau.cs.kieler.kaom.diagram.edit.parts with parameters of type Double
protected  void EntityEntityCompartment2EditPart.setRatio(Double ratio)
           
protected  void EntityEntityCompartmentEditPart.setRatio(Double ratio)
           
 

Uses of Double in de.cau.cs.kieler.keg.diagram.edit.parts
 

Methods in de.cau.cs.kieler.keg.diagram.edit.parts with parameters of type Double
protected  void NodeNodeCompartment2EditPart.setRatio(Double ratio)
           
protected  void NodeNodeCompartmentEditPart.setRatio(Double ratio)
           
 

Uses of Double in de.cau.cs.kieler.klay.layered.properties
 

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type Double
static IProperty<Double> Properties.EXT_PORT_RATIO_OR_POSITION
          The original position or position-to-node-size ratio of an external port.
 

Uses of Double in de.cau.cs.kieler.klodd.hierarchical.structures
 

Method parameters in de.cau.cs.kieler.klodd.hierarchical.structures with type arguments of type Double
 void LayerElement.sortPorts(Map<KPort,Double> abstractPortRanks, boolean isoutgoing)
          Sorts the ports on each side of the related node according to the given abstract ranks.
 void LayerElement.sortPorts(Map<KPort,Double> outgoingPortRanks, Map<KPort,Double> incomingPortRanks)
          Sorts the ports on each side of the related node according to the given abstract ranks.
 void LayerElement.sortPorts(Map<KPort,Double> outgoingPortRanks, Map<KPort,Double> incomingPortRanks)
          Sorts the ports on each side of the related node according to the given abstract ranks.
 

Uses of Double in de.cau.cs.kieler.synccharts.diagram.edit.parts
 

Methods in de.cau.cs.kieler.synccharts.diagram.edit.parts with parameters of type Double
protected  void RegionStateCompartmentEditPart.setRatio(Double ratio)
           
protected  void StateEntryActionCompartment2EditPart.setRatio(Double ratio)
           
protected  void StateEntryActionCompartmentEditPart.setRatio(Double ratio)
           
protected  void StateExitActionCompartment2EditPart.setRatio(Double ratio)
           
protected  void StateExitActionCompartmentEditPart.setRatio(Double ratio)
           
protected  void StateInnerActionCompartment2EditPart.setRatio(Double ratio)
           
protected  void StateInnerActionCompartmentEditPart.setRatio(Double ratio)
           
protected  void StateRegionCompartment2EditPart.setRatio(Double ratio)
           
protected  void StateRegionCompartmentEditPart.setRatio(Double ratio)
           
protected  void StateSignalCompartment2EditPart.setRatio(Double ratio)
           
protected  void StateSignalCompartmentEditPart.setRatio(Double ratio)
           
protected  void StateSuspensionTriggerCompartment2EditPart.setRatio(Double ratio)
           
protected  void StateSuspensionTriggerCompartmentEditPart.setRatio(Double ratio)
           
 

Uses of Double in java.lang
 

Methods in java.lang that return Double
static Double Double.valueOf(double d)
           
static Double Double.valueOf(String s)