public class MapParams extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<IntelInfoPlugin.ArrowData> |
arrows |
java.awt.Color |
borderColor |
org.lwjgl.util.vector.Vector2f |
centerOn |
SectorEntityToken |
entityToShow |
MapFilterData |
filterData |
static float |
GRID_SIZE_MAP_UNITS |
static float |
GRID_SIZE_PIXELS |
LocationAPI |
location |
java.util.List<MarkerData> |
markers |
float |
maxZoomMapSizePadding |
boolean |
renderTopBorder |
java.util.Set<Constellation> |
showConsellations |
boolean |
showFilter |
java.util.Set<StarSystemAPI> |
showSystems |
boolean |
showTabs |
boolean |
skipCurrLocMarkerRendering |
boolean |
smallConstellations |
boolean |
smallFilter |
float |
starAlphaMult |
float |
starSelectionRadiusMult |
boolean |
useFullAlphaForShownSystems |
boolean |
withLayInCourse |
float |
zoomLevel |
| Constructor and Description |
|---|
MapParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
positionToShowAllMarkersAndSystems(boolean showPlayerFleet,
float heightOnScreen) |
void |
showMarket(MarketAPI market) |
void |
showMarket(MarketAPI market,
float scale) |
void |
showSystem(StarSystemAPI system) |
public static final float GRID_SIZE_MAP_UNITS
public static final float GRID_SIZE_PIXELS
public SectorEntityToken entityToShow
public MapFilterData filterData
public boolean smallConstellations
public java.util.List<IntelInfoPlugin.ArrowData> arrows
public boolean showFilter
public boolean smallFilter
public boolean showTabs
public float starSelectionRadiusMult
public float starAlphaMult
public boolean useFullAlphaForShownSystems
public java.awt.Color borderColor
public boolean renderTopBorder
public float maxZoomMapSizePadding
public float zoomLevel
public LocationAPI location
public java.util.Set<StarSystemAPI> showSystems
public java.util.Set<Constellation> showConsellations
public org.lwjgl.util.vector.Vector2f centerOn
public java.util.List<MarkerData> markers
public boolean withLayInCourse
public boolean skipCurrLocMarkerRendering
public MapParams()
public void positionToShowAllMarkersAndSystems(boolean showPlayerFleet, float heightOnScreen)
public void showSystem(StarSystemAPI system)
public void showMarket(MarketAPI market)
public void showMarket(MarketAPI market, float scale)