Uses of Class
cz.cuni.amis.pogamut.base.utils.logging.marks.LogMapMark

Packages that use LogMapMark
cz.cuni.amis.pogamut.base.utils.logging   
cz.cuni.amis.pogamut.base.utils.logging.marks   
 

Uses of LogMapMark in cz.cuni.amis.pogamut.base.utils.logging
 

Methods in cz.cuni.amis.pogamut.base.utils.logging that return LogMapMark
 LogMapMark LogCategory.addMapMark(Level level, String msg, Location location)
          Add mark to the map.
 

Methods in cz.cuni.amis.pogamut.base.utils.logging with parameters of type LogMapMark
 void LogCategory.removeMapMark(LogMapMark mark)
          Remove mark from the map.
 

Uses of LogMapMark in cz.cuni.amis.pogamut.base.utils.logging.marks
 

Methods in cz.cuni.amis.pogamut.base.utils.logging.marks that return LogMapMark
static LogMapMark LogMapMark.createAgentFixedLengthEvent(Level level, String message, long duration)
          Create map mark that appear in the map for certain time and will be always shown at the current position of agent.
static LogMapMark LogMapMark.createAgentVariableLengthEvent(Level level, String message)
          Create mark that will always be shown at the position of agent.
static LogMapMark LogMapMark.createFixedLengthEvent(Level level, String message, Location location, long duration)
          Create mark on the map that will stay there for some time.
static LogMapMark LogMapMark.createVariableLengthEvent(Level level, String message, Location location)
          Create starting map mark.
 LogMapMark LogMapMark.getEndMark()
          Get end mark to make some map mark disappear from map.
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.