|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Float | |
---|---|
de.cau.cs.kieler.core.annotations | Base package of the Annotations model. |
de.cau.cs.kieler.core.kexpressions | |
de.cau.cs.kieler.core.kexpressions.formatting | |
de.cau.cs.kieler.core.kexpressions.impl | |
de.cau.cs.kieler.keg.diagram.custom.random | Random graph generation for the KEG editor. |
de.cau.cs.kieler.kiml.graphviz.dot.transform | The package which contains the functionality to transform a KGraph instance to a Dot instance. |
de.cau.cs.kieler.kiml.ogdf | Wrapper classes and layout provider to connect the OGDF to KIML. |
de.cau.cs.kieler.kiml.options | Definition of layout options for automatic layout. |
de.cau.cs.kieler.kiml.ui.service | Layout service extensions for the Eclipse UI. |
de.cau.cs.kieler.klay.force.properties | This package contains classes defining layout properties for KLay Force. |
de.cau.cs.kieler.klay.layered.properties | This package contains classes defining layout properties for KLay Layered. |
de.cau.cs.kieler.klodd.hierarchical.impl | Implementation of the hierarchical dataflow layout algorithm. |
de.cau.cs.kieler.ksbase.util | Utility package of the KSBasE plug-in. |
java.lang | Core Java classes |
Uses of Float in de.cau.cs.kieler.core.annotations |
---|
Methods in de.cau.cs.kieler.core.annotations that return Float | |
---|---|
static Float |
AnnotationsUtil.getFloat(Annotatable annotatable,
String key)
Retrieve a floating point value from an annotation. |
Uses of Float in de.cau.cs.kieler.core.kexpressions |
---|
Methods in de.cau.cs.kieler.core.kexpressions that return Float | |
---|---|
Float |
FloatValue.getValue()
Returns the value of the 'Value' attribute. |
Methods in de.cau.cs.kieler.core.kexpressions with parameters of type Float | |
---|---|
void |
FloatValue.setValue(Float value)
Sets the value of the ' Value ' attribute. |
Uses of Float in de.cau.cs.kieler.core.kexpressions.formatting |
---|
Methods in de.cau.cs.kieler.core.kexpressions.formatting that return types with arguments of type Float | |
---|---|
org.eclipse.xtext.conversion.IValueConverter<Float> |
KExpressionsValueConverter.Float()
Standard float data type converter to convert standard Java style floats. |
Uses of Float in de.cau.cs.kieler.core.kexpressions.impl |
---|
Fields in de.cau.cs.kieler.core.kexpressions.impl declared as Float | |
---|---|
protected Float |
FloatValueImpl.value
The cached value of the ' Value ' attribute. |
protected static Float |
FloatValueImpl.VALUE_EDEFAULT
The default value of the ' Value ' attribute. |
Methods in de.cau.cs.kieler.core.kexpressions.impl that return Float | |
---|---|
Float |
FloatValueImpl.getValue()
|
Methods in de.cau.cs.kieler.core.kexpressions.impl with parameters of type Float | |
---|---|
void |
FloatValueImpl.setValue(Float newValue)
|
Uses of Float in de.cau.cs.kieler.keg.diagram.custom.random |
---|
Fields in de.cau.cs.kieler.keg.diagram.custom.random with type parameters of type Float | |
---|---|
static Property<Float> |
RandomGraphGenerator.EDGE_DIRECTED_CHANCE
the option for the chance of generating a directed edge. |
static Property<Float> |
RandomGraphGenerator.HIERARCHY_CHANCE
the option for the chance of creating a compound node. |
static Property<Float> |
RandomGraphGenerator.HIERARCHY_NODES_FACTOR
the option for the factor to calculate the number of nodes in a compound node. |
static Property<Float> |
RandomGraphGenerator.HYPERNODE_CHANCE
the option for the chance of creating a hypernode. |
Uses of Float in de.cau.cs.kieler.kiml.graphviz.dot.transform |
---|
Fields in de.cau.cs.kieler.kiml.graphviz.dot.transform with type parameters of type Float | |
---|---|
static IProperty<Float> |
Attributes.DAMPING_PROP
damping property. |
static IProperty<Float> |
Attributes.EPSILON_PROP
epsilon value property. |
static IProperty<Float> |
Attributes.ITER_LIMIT_PROP
iterations limit property (includes Attributes.CROSSMIN_LIMIT and Attributes.SIMPLEX_LIMIT ). |
static IProperty<Float> |
Attributes.LABEL_DISTANCE_PROP
label distance property. |
Uses of Float in de.cau.cs.kieler.kiml.ogdf |
---|
Fields in de.cau.cs.kieler.kiml.ogdf with type parameters of type Float | |
---|---|
static IProperty<Float> |
OgdfLayouter.LABEL_EDGE_DIST
label edge distance property. |
static IProperty<Float> |
OgdfLayouter.LABEL_MARGIN_DIST
label margin distance property. |
Uses of Float in de.cau.cs.kieler.kiml.options |
---|
Fields in de.cau.cs.kieler.kiml.options with type parameters of type Float | |
---|---|
static IProperty<Float> |
LayoutOptions.ASPECT_RATIO
The desired aspect ratio of a parent node. |
static IProperty<Float> |
LayoutOptions.BORDER_SPACING
Spacing of the content of a parent node to its inner border. |
static IProperty<Float> |
LayoutOptions.LABEL_SPACING
Determines the amount of space to be left around the labels of the associated edge. |
static IProperty<Float> |
LayoutOptions.MIN_HEIGHT
The minimal height of a node. |
static IProperty<Float> |
LayoutOptions.MIN_WIDTH
The minimal width of a node. |
static IProperty<Float> |
LayoutOptions.OFFSET
Offset of a graph element. |
static IProperty<Float> |
LayoutOptions.SPACING
Overall spacing between elements. |
Uses of Float in de.cau.cs.kieler.kiml.ui.service |
---|
Fields in de.cau.cs.kieler.kiml.ui.service with type parameters of type Float | |
---|---|
static IProperty<Float> |
EclipseLayoutConfig.ASPECT_RATIO
the aspect ratio of the currently processed diagram viewer. |
Uses of Float in de.cau.cs.kieler.klay.force.properties |
---|
Fields in de.cau.cs.kieler.klay.force.properties with type parameters of type Float | |
---|---|
static Property<Float> |
Properties.ASPECT_RATIO
the aspect ratio for packing connected components. |
static Property<Float> |
Properties.LABEL_SPACING
label spacing property. |
static Property<Float> |
Properties.REPULSION
repulsion factor property. |
static Property<Float> |
Properties.SPACING
minimal spacing between objects. |
static Property<Float> |
Properties.TEMPERATURE
temperature property. |
Uses of Float in de.cau.cs.kieler.klay.layered.properties |
---|
Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type Float | |
---|---|
static Property<Float> |
Properties.ASPECT_RATIO
the aspect ratio for packing connected components. |
static Property<Float> |
Properties.BORDER_SPACING
spacing to the border of the drawing. |
static Property<Float> |
Properties.EDGE_SPACING_FACTOR
factor for minimal spacing between edges. |
static Property<Float> |
Properties.OBJ_SPACING
minimal spacing between objects. |
Uses of Float in de.cau.cs.kieler.klodd.hierarchical.impl |
---|
Methods in de.cau.cs.kieler.klodd.hierarchical.impl that return types with arguments of type Float | |
---|---|
Map<LayerElement,Float> |
BasicNodePlacer.getElementSpacing()
Gets a map for the amount of spacing available for each layer element. |
Uses of Float in de.cau.cs.kieler.ksbase.util |
---|
Methods in de.cau.cs.kieler.ksbase.util that return Float | |
---|---|
Float |
UserDialogUtil.getUserFloat(String message,
Float defaultValue)
Get a float from the user. |
Methods in de.cau.cs.kieler.ksbase.util with parameters of type Float | |
---|---|
Float |
UserDialogUtil.getUserFloat(String message,
Float defaultValue)
Get a float from the user. |
Uses of Float in java.lang |
---|
Methods in java.lang that return Float | |
---|---|
static Float |
Float.valueOf(float f)
|
static Float |
Float.valueOf(String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |