|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pair | |
---|---|
de.cau.cs.kieler.core.util | General purpose utility classes in the style of java.util . |
de.cau.cs.kieler.kev.mapping.animations | The class MapAnimations.java applies the animations to the svg document. |
de.cau.cs.kieler.kiml.layout | Base classes for implementation of layout algorithms and for handling of different layout providers and layout options. |
de.cau.cs.kieler.kiml.ui.layout | Classes with generic implementations to apply layout to GMF diagrams. |
Uses of Pair in de.cau.cs.kieler.core.util |
---|
Methods in de.cau.cs.kieler.core.util that return types with arguments of type Pair | ||
---|---|---|
static
|
Pair.toList(Map<G,T> map)
Constructs a list of pairs from the entries of a map. |
Methods in de.cau.cs.kieler.core.util with parameters of type Pair | |
---|---|
int |
Pair.FirstComparator.compare(Pair<F,S> o1,
Pair<F,S> o2)
|
int |
Pair.FirstComparator.compare(Pair<F,S> o1,
Pair<F,S> o2)
|
int |
Pair.SecondComparator.compare(Pair<F,S> o1,
Pair<F,S> o2)
|
int |
Pair.SecondComparator.compare(Pair<F,S> o1,
Pair<F,S> o2)
|
Uses of Pair in de.cau.cs.kieler.kev.mapping.animations |
---|
Methods in de.cau.cs.kieler.kev.mapping.animations that return types with arguments of type Pair | |
---|---|
HashMap<String,ArrayList<Pair<String,Animation>>> |
MapAnimations.getDefaultKeyToAnimationsMap()
|
HashMap<String,HashMap<String,ArrayList<Pair<String,Animation>>>> |
MapAnimations.getJsonKeyToInputValuesToAnimationsMap()
|
Method parameters in de.cau.cs.kieler.kev.mapping.animations with type arguments of type Pair | |
---|---|
void |
MapAnimations.setDefaultKeyToAnimationsMap(HashMap<String,ArrayList<Pair<String,Animation>>> defaultKeyToAnimationsMap)
|
void |
MapAnimations.setJsonKeyToInputValuesToAnimationsMap(HashMap<String,HashMap<String,ArrayList<Pair<String,Animation>>>> jsonKeyToInputValuesToAnimationsMap)
|
Uses of Pair in de.cau.cs.kieler.kiml.layout |
---|
Methods in de.cau.cs.kieler.kiml.layout that return types with arguments of type Pair | |
---|---|
List<Pair<String,String>> |
LayoutServices.getDiagramTypes()
Returns a collection of registered diagram types. |
List<Pair<String,String>> |
LayoutServices.getLayoutTypes()
Returns a list of layout type identifiers and names. |
Uses of Pair in de.cau.cs.kieler.kiml.ui.layout |
---|
Methods in de.cau.cs.kieler.kiml.ui.layout that return types with arguments of type Pair | |
---|---|
List<Pair<KGraphElement,GraphicalEditPart>> |
ApplyLayoutRequest.getElements()
Returns a list of the graph elements and edit parts of this request. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |