|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HexMap | |
---|---|
rails.algorithms | |
rails.ui.swing | |
rails.ui.swing.hexmap |
Uses of HexMap in rails.algorithms |
---|
Methods in rails.algorithms with parameters of type HexMap | |
---|---|
void |
RevenueAdapter.drawOptimalRunAsPath(HexMap map)
|
(package private) java.awt.geom.GeneralPath |
RevenueTrainRun.getAsPath(HexMap map)
|
static java.awt.Shape |
NetworkEdge.getEdgeShape(HexMap map,
NetworkEdge edge)
|
static java.awt.Rectangle |
NetworkVertex.getVertexMapCoverage(HexMap map,
java.util.Collection<NetworkVertex> vertices)
|
static java.awt.geom.Point2D |
NetworkVertex.getVertexPoint2D(HexMap map,
NetworkVertex vertex)
|
Uses of HexMap in rails.ui.swing |
---|
Methods in rails.ui.swing that return HexMap | |
---|---|
HexMap |
ORUIManager.getMap()
|
HexMap |
MapPanel.getMap()
|
Uses of HexMap in rails.ui.swing.hexmap |
---|
Subclasses of HexMap in rails.ui.swing.hexmap | |
---|---|
class |
EWHexMap
Class EWHexMap displays a basic hex map with EW exit orientation. |
class |
NSHexMap
Class NSHexMap displays a basic hex map with NS exit orientation. |
Fields in rails.ui.swing.hexmap declared as HexMap | |
---|---|
protected HexMap |
GUIHex.hexMap
|
Methods in rails.ui.swing.hexmap that return HexMap | |
---|---|
HexMap |
GUIHex.getHexMap()
|
Constructors in rails.ui.swing.hexmap with parameters of type HexMap | |
---|---|
GUIHex(HexMap hexMap,
double cx,
double cy,
int scale,
int xCoord,
int yCoord)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |