|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputCorrections.CreationType | |
---|---|
at.tuwien.ifs.somtoolbox.apps.viewer | This package implements the SOMViewer application; main class is SOMViewer.java. |
at.tuwien.ifs.somtoolbox.input | Provides classes responsible for reading trained network models from file or some other location. |
Uses of InputCorrections.CreationType in at.tuwien.ifs.somtoolbox.apps.viewer |
---|
Fields in at.tuwien.ifs.somtoolbox.apps.viewer declared as InputCorrections.CreationType | |
---|---|
private InputCorrections.CreationType |
ArrowPNode.creationType
|
Methods in at.tuwien.ifs.somtoolbox.apps.viewer that return InputCorrections.CreationType | |
---|---|
InputCorrections.CreationType |
ArrowPNode.getCreationType()
|
Methods in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type InputCorrections.CreationType | |
---|---|
void |
MapPNode.clearInputCorrections(InputCorrections.CreationType type)
|
static ArrowPNode |
ArrowPNode.createInputCorrectionArrow(InputCorrections.InputCorrection c,
InputCorrections.CreationType creationType,
GeneralUnitPNode sourceUnitNode,
GeneralUnitPNode targetUnitNode)
|
Constructors in at.tuwien.ifs.somtoolbox.apps.viewer with parameters of type InputCorrections.CreationType | |
---|---|
ArrowPNode(InputCorrections.CreationType creationType,
String[][] attributes,
String tooltip,
Color color,
double width,
double height,
Point pointBegin,
Point pointEnd)
|
Uses of InputCorrections.CreationType in at.tuwien.ifs.somtoolbox.input |
---|
Fields in at.tuwien.ifs.somtoolbox.input declared as InputCorrections.CreationType | |
---|---|
private InputCorrections.CreationType |
InputCorrections.InputCorrection.creationType
|
Methods in at.tuwien.ifs.somtoolbox.input that return InputCorrections.CreationType | |
---|---|
InputCorrections.CreationType |
InputCorrections.InputCorrection.getCreationType()
|
static InputCorrections.CreationType |
InputCorrections.CreationType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static InputCorrections.CreationType[] |
InputCorrections.CreationType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in at.tuwien.ifs.somtoolbox.input with parameters of type InputCorrections.CreationType | |
---|---|
InputCorrections.InputCorrection(Unit sourceUnit,
Unit targetUnit,
String label,
double originalDistance,
InputCorrections.CreationType creationType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |