UnfixedMapGui

ostrat.pgui.UnfixedMapGui
abstract class UnfixedMapGui(title: String) extends MapGui

So currently this is a turn based class allowing the selection of objects within the map. That is not the case for the Planet App where the planets move too quickly for selection. The focus centre is un fixed unlike the planet App.

Attributes

Graph
Supertypes
class MapGui
trait CanvasUser
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

Inherited methods

def addPanel(clipPoly: Polygon, cover: Boolean): Panel

Attributes

Inherited from:
CanvasPanelled
def eTop(): Unit

Attributes

Inherited from:
MapGui

Attributes

Inherited from:
MapGui

Attributes

Inherited from:
MapGui

This reverses the order of the GraphicActive List. Method paints objects to screen as side effect.

This reverses the order of the GraphicActive List. Method paints objects to screen as side effect.

Attributes

Inherited from:
CanvasUser
def reTop(commands: RArr[GraphicBounded]): Unit

repaints the top command bar

repaints the top command bar

Attributes

Inherited from:
MapGui
def refresh(): Unit

Attributes

Inherited from:
CanvasPanelled
def refreshPanel(panel: Panel): Unit

This method creates a new frame for the panel. It clips the painting area. Paints the Panel with the back colour, translates the GraphicElems from their positions relative to the Panel's centre to their absolute positions on the canvas. It stores the active object shapes with their absolute positions on the panels active object list. Finally it unclips the painting area.

This method creates a new frame for the panel. It clips the painting area. Paints the Panel with the back colour, translates the GraphicElems from their positions relative to the Panel's centre to their absolute positions on the canvas. It stores the active object shapes with their absolute positions on the panels active object list. Finally it unclips the painting area.

Attributes

Inherited from:
CanvasPanelled
def setStatus(str: String): Unit

Attributes

Inherited from:
MapGui

Attributes

Inherited from:
MapGui
def textBox(str: String, cmd: AnyRef): PolygonCompound

Attributes

Inherited from:
MapGui
def textBoxFull(str: String, cmd: AnyRef): PolygonCompound

Attributes

Inherited from:
MapGui

Inherited fields

val barWidth: Int

Attributes

Inherited from:
MapGui

Attributes

Inherited from:
CanvasUser

Attributes

Inherited from:
MapGui
var panels: RArr[Panel]

Attributes

Inherited from:
CanvasPanelled
var statusText: String

Attributes

Inherited from:
MapGui
val topPan: Panel

Attributes

Inherited from:
MapGui