com.azalient.api.ui.clipboard
Interface IPastable
- All Superinterfaces:
- IActionable, IAssociate, IDraggable, IRecord, RecordR, RecordRW, RecordW, SortableData, StoreRecordRW
- All Known Subinterfaces:
- IMotorType, IPersonType, IRestriction, IRouteClass, IRouteClassBehaviour, IService, ISignalRule, ITimedEvent, ITrail, ITransportTrip, ITransportType, IType, IVehicleType
public interface IPastable
- extends IAssociate, StoreRecordRW
An IAssociate interface object should implement this if it is to be pasted
- See Also:
IClippable,
ICreator
|
Method Summary |
void |
finish(IXyz clipOrigin,
IAngle clipCompass,
IXyz newOrigin,
IAngle newCompass)
Translate any points by the given location/angle |
IPickable[] |
pickables()
An array of pickable objects to select after completion of paste |
| Methods inherited from interface com.azalient.api.a.tables.IRecord |
name |
finish
void finish(IXyz clipOrigin,
IAngle clipCompass,
IXyz newOrigin,
IAngle newCompass)
- Translate any points by the given location/angle
pickables
IPickable[] pickables()
- An array of pickable objects to select after completion of paste