Class StatusViewContext
- java.lang.Object
-
- de.extio.spacecraft.shared.client.module.StatusViewContext
-
public final class StatusViewContext extends Object
Context for status views
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StatusViewContext.StatusViewContextObjectiveTooltipArea
-
Constructor Summary
Constructors Constructor Description StatusViewContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matrix2<RgbaColor>
getFieldPixmap()
UUID
getFieldPixmapId()
List<StatusViewContext.StatusViewContextObjectiveTooltipArea>
getObjectiveTooltipAreas()
List<org.apache.commons.lang3.tuple.Pair<CoordI2,org.apache.commons.lang3.mutable.MutableInt>>
getPings()
EnhancedWindow<String>
getWindow()
boolean
isForceRedraw()
boolean
isPingExecute()
boolean
isPingSelected()
void
setFieldPixmap(Matrix2<RgbaColor> fieldPixmap)
void
setFieldPixmapId(UUID fieldPixmapId)
void
setForceRedraw(boolean forceRedraw)
void
setObjectiveTooltipAreas(List<StatusViewContext.StatusViewContextObjectiveTooltipArea> objectiveTooltipAreas)
void
setPingExecute(boolean pingExecute)
void
setPings(List<org.apache.commons.lang3.tuple.Pair<CoordI2,org.apache.commons.lang3.mutable.MutableInt>> pings)
void
setPingSelected(boolean pingSelected)
void
setWindow(EnhancedWindow<String> window)
-
-
-
Method Detail
-
getWindow
public EnhancedWindow<String> getWindow()
-
setWindow
public void setWindow(EnhancedWindow<String> window)
-
getFieldPixmapId
public UUID getFieldPixmapId()
-
setFieldPixmapId
public void setFieldPixmapId(UUID fieldPixmapId)
-
isForceRedraw
public boolean isForceRedraw()
-
setForceRedraw
public void setForceRedraw(boolean forceRedraw)
-
getObjectiveTooltipAreas
public List<StatusViewContext.StatusViewContextObjectiveTooltipArea> getObjectiveTooltipAreas()
-
setObjectiveTooltipAreas
public void setObjectiveTooltipAreas(List<StatusViewContext.StatusViewContextObjectiveTooltipArea> objectiveTooltipAreas)
-
getPings
public List<org.apache.commons.lang3.tuple.Pair<CoordI2,org.apache.commons.lang3.mutable.MutableInt>> getPings()
-
setPings
public void setPings(List<org.apache.commons.lang3.tuple.Pair<CoordI2,org.apache.commons.lang3.mutable.MutableInt>> pings)
-
isPingSelected
public boolean isPingSelected()
-
setPingSelected
public void setPingSelected(boolean pingSelected)
-
isPingExecute
public boolean isPingExecute()
-
setPingExecute
public void setPingExecute(boolean pingExecute)
-
-