public class HandleAddAction extends Object implements CustomAction
| Constructor and Description |
|---|
HandleAddAction(MappingComponent mc,
Feature f,
int entityPosition,
int ringPosition,
int coordPosition,
float x,
float y)
Erzeugt eine HandleAddAction-Instanz.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doAction()
Legt das gespeicherte PHandle neu an.
|
boolean |
featureConcerned(Feature feature)
Checks, if the given feature is concerned from this action.
|
CustomAction |
getInverse()
Liefert als Gegenteil die Löschaktion des Handles.
|
String |
info()
Liefert eine Beschreibung der Aktion als String.
|
public HandleAddAction(MappingComponent mc, Feature f, int entityPosition, int ringPosition, int coordPosition, float x, float y)
mc - h das Handle selbstf - PFeature dem das Handle zugeordnet istentityPosition - DOCUMENT ME!ringPosition - DOCUMENT ME!coordPosition - Position der HandleKoordinaten im Koordinatenarray des PFeaturesx - DOCUMENT ME!y - DOCUMENT ME!public void doAction()
doAction in interface CustomActionpublic String info()
info in interface CustomActionpublic CustomAction getInverse()
getInverse in interface CustomActionpublic boolean featureConcerned(Feature feature)
CustomActionfeatureConcerned in interface CustomActionfeature - the feature that should be checkedCopyright © 2012–2025 cismet GmbH. All rights reserved.