HSysProjection

ostrat.prid.phex.HSysProjection

Hex grid system graphics projection.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Type members

Types

type GridT <: HGridSys

The type of the grid system this projects from.

The type of the grid system this projects from.

Attributes

Value members

Abstract methods

def setView(view: Any): Unit

Set the perspective, The position of the view. the rotation and the scale.

Set the perspective, The position of the view. the rotation and the scale.

Attributes

only use for projection's known HCoords.

only use for projection's known HCoords.

Attributes

transforms and filters out non visible HSides.

transforms and filters out non visible HSides.

Attributes

Concrete methods

def hCensMap[B, ArrB <: Arr[B]](f: HCen => B)(implicit build: ArrMapBuilder[B, ArrB]): ArrB

Produces optional data about the HCoord. for example on a world projection it can give the latitude and longitude.

Produces optional data about the HCoord. for example on a world projection it can give the latitude and longitude.

Attributes

def linkLineSegsOptMap[B, ArrB <: Arr[B]](f: (HSide, LineSeg) => Option[B])(implicit build: ArrMapBuilder[B, ArrB]): ArrB
def linksOptMap[B, ArrB <: Arr[B]](f: HSide => Option[B])(implicit build: ArrMapBuilder[B, ArrB]): ArrB
def sidesOptMap[B, ArrB <: Arr[B]](f: HSide => Option[B])(implicit build: ArrMapBuilder[B, ArrB]): ArrB
def transLineSegPairs[A2](inp: LineSegHCPairArr[A2])(implicit ct: ClassTag[A2]): LineSegPairArr[A2]

Inherited methods

def ifTileScale(minScale: Double, elems: => GraphicElems): GraphicElems

Filters the GraphicElems away if the tile scale is too small to display the elements satisfactorily.

Filters the GraphicElems away if the tile scale is too small to display the elements satisfactorily.

Attributes

Inherited from:
TSysProjection

The visible inner hex sides.

The visible inner hex sides.

Attributes

Inherited from:
TSysProjection
def innerSidesDraw(lineWidth: Double, colour: Colour): LinesDraw

Draws visible inner hex sides.

Draws visible inner hex sides.

Attributes

Inherited from:
TSysProjection

The visible outer hex sides.

The visible outer hex sides.

Attributes

Inherited from:
TSysProjection
def outerSidesDraw(lineWidth: Double, colour: Colour): LinesDraw

Draws visible outer hex sides.

Draws visible outer hex sides.

Attributes

Inherited from:
TSysProjection

The panel this projection outputs to.

The panel this projection outputs to.

Attributes

Inherited from:
TSysProjection

The parent grid system of the scenario, from which the this projection projects from.

The parent grid system of the scenario, from which the this projection projects from.

Attributes

Inherited from:
TSysProjection

The visible hex sides.

The visible hex sides.

Attributes

Inherited from:
TSysProjection
def sidesDraw(lineWidth: Double, colour: Colour): LinesDraw

Draws visible hex sides.

Draws visible hex sides.

Attributes

Inherited from:
TSysProjection

Active projected Polygons of the tiles.

Active projected Polygons of the tiles.

Attributes

Inherited from:
TSysProjection

Projected Polygons of the tiles.

Projected Polygons of the tiles.

Attributes

Inherited from:
TSysProjection

Abstract fields

Inherited fields

Attributes

Inherited from:
TSysProjection

Gives the projector access to the scenarios tile graphic creation.

Gives the projector access to the scenarios tile graphic creation.

Attributes

Inherited from:
TSysProjection

Attributes

Inherited from:
TSysProjection