object BattleDiagramAction extends Serializable
- Source
- BattleplanMessage.scala
- Alphabetic
- By Inheritance
- BattleDiagramAction
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def drawString(x: Float, y: Float, color: Int, channel: Int, message: String): BattleDiagramAction
Create a
BattleDiagramAction
object containingStrokeSix
data.Create a
BattleDiagramAction
object containingStrokeSix
data.- x
the x-coordinate marking the bottom center of this message's text
- y
the y-coordinate marking the bottom center of this message's text
- color
the color of the message
- channel
the available "slots" in which to display messages on the map
- message
the text to display
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def stroke5(x: Float, y: Float, unk: Float): BattleDiagramAction
Create a
BattleDiagramAction
object containingStrokeFive
data.Create a
BattleDiagramAction
object containingStrokeFive
data.- x
the x-coordinate of this point
- y
the y-coordinate of this point
- unk
na
- returns
a
BattleDiagramAction
object
- def stroke7(unk: Int): BattleDiagramAction
Create a
BattleDiagramAction
object containingStrokeSeven
data.Create a
BattleDiagramAction
object containingStrokeSeven
data.- unk
na
- returns
a
BattleDiagramAction
object
- def style(thickness: Float, color: Int): BattleDiagramAction
Create a
BattleDiagramAction
object containingStrokeOne
data.Create a
BattleDiagramAction
object containingStrokeOne
data.- thickness
the line width in pixels
- color
the color of the line
- returns
a
BattleDiagramAction
object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def vertex(x: Float, y: Float): BattleDiagramAction
Create a
BattleDiagramAction
object containingStrokeTwo
vertex data.Create a
BattleDiagramAction
object containingStrokeTwo
vertex data.- x
the x-coordinate of this point
- y
the y-coordinate of this point
- returns
a
BattleDiagramAction
object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()