Class StatusViewContext


  • public final class StatusViewContext
    extends Object
    Context for status views
    • Constructor Detail

      • StatusViewContext

        public StatusViewContext()
    • Method Detail

      • setFieldPixmap

        public void setFieldPixmap​(Matrix2<RgbaColor> fieldPixmap)
      • getFieldPixmapId

        public UUID getFieldPixmapId()
      • setFieldPixmapId

        public void setFieldPixmapId​(UUID fieldPixmapId)
      • isForceRedraw

        public boolean isForceRedraw()
      • setForceRedraw

        public void setForceRedraw​(boolean forceRedraw)
      • 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)