ActionBroker
Attributes
- Source
- Action.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- Action.scala
Normally, you would not want to do that. The one use case we have is the Stamp drawing action which, when recorded through an ActionBroker, calls trailDrawer.stamp() directly and grabs a bitmap that will be stored in the Action. No need, then, to re-import that bitmap through the runner. But this is very much a hack and I wish we had another way of handling stamping so we could (amongst other things) get rid of this method. NP 2013-02-04
Normally, you would not want to do that. The one use case we have is the Stamp drawing action which, when recorded through an ActionBroker, calls trailDrawer.stamp() directly and grabs a bitmap that will be stored in the Action. No need, then, to re-import that bitmap through the runner. But this is very much a hack and I wish we had another way of handling stamping so we could (amongst other things) get rid of this method. NP 2013-02-04
Attributes
- Source
- Action.scala
Inherited methods
Attributes
- Inherited from:
- Publisher
- Source
- Publisher.scala
Attributes
- Inherited from:
- Publisher
- Source
- Publisher.scala
Attributes
- Inherited from:
- Publisher
- Source
- Publisher.scala
Abstract fields
Attributes
- Source
- Action.scala