EarthBasicGui

ostrat.pEarth.EarthBasicGui
case class EarthBasicGui(canv: CanvasPlatform, viewIn: EarthView) extends GlobeGui

Basic map of the Earth using irregular areas / tiles.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class GlobeGui
trait CmdBarGui
trait CanvasUser
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Scale accounting for whether the display has north up or down.

Scale accounting for whether the display has north up or down.

Attributes

def repaint(): Unit
def thisTop(): Unit

Inherited methods

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

Attributes

Inherited from:
CanvasPanelled

Attributes

Inherited from:
GlobeGui

Attributes

Inherited from:
GlobeGui

Attributes

Inherited from:
GlobeGui

Attributes

Inherited from:
GlobeGui

Attributes

Inherited from:
GlobeGui
def ifScale(minScale: Length, inp: => GraphicElems): GraphicElems

Attributes

Inherited from:
GlobeGui
def lat: Latitude

Attributes

Inherited from:
GlobeGui

Attributes

Inherited from:
GlobeGui

Attributes

Inherited from:
CmdBarGui
def mainMouseUp: (MouseButton, RArr[Any], Pt2) => Unit

Attributes

Inherited from:
CmdBarGui
def mainMouseUp_=(f: (MouseButton, RArr[Any], Pt2) => Unit): Unit

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
GlobeGui

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

Attributes

Inherited from:
Product

Attributes

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

repaints the top command bar

repaints the top command bar

Attributes

Inherited from:
CmdBarGui
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

Attributes

Inherited from:
GlobeGui

Attributes

Inherited from:
CmdBarGui
def textButton(str: String, cmd: AnyRef): PolygonCompound

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
GlobeGui

Attributes

Inherited from:
GlobeGui

Concrete fields

val eas: RArr[EArea2]
val paris: LatLong

This compiles without type annotation.

This compiles without type annotation.

Attributes

var scale: Length

Scale in km / pixel

Scale in km / pixel

Attributes

Inherited fields

Attributes

Inherited from:
CmdBarGui

Attributes

Inherited from:
CmdBarGui
var panels: RArr[Panel]

Attributes

Inherited from:
CanvasPanelled
var selected: Any

Selected takes the type Any, but the value None means nothing selected.

Selected takes the type Any, but the value None means nothing selected.

Attributes

Inherited from:
CmdBarGui

The text for the status field of the command bar.

The text for the status field of the command bar.

Attributes

Inherited from:
CmdBarGui
val title: String

Attributes

Inherited from:
GlobeGui
val topBar: Panel

Attributes

Inherited from:
CmdBarGui