Uses of Class
net.sourceforge.agora.simulator.model.BlotterEntry.LevelIcon

Packages that use BlotterEntry.LevelIcon
net.sourceforge.agora.simulator.model   
 

Uses of BlotterEntry.LevelIcon in net.sourceforge.agora.simulator.model
 

Methods in net.sourceforge.agora.simulator.model that return BlotterEntry.LevelIcon
 BlotterEntry.LevelIcon BlotterEntry.getLevelIcon()
          Gets the level icon.
static BlotterEntry.LevelIcon BlotterEntry.LevelIcon.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BlotterEntry.LevelIcon[] BlotterEntry.LevelIcon.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.sourceforge.agora.simulator.model with parameters of type BlotterEntry.LevelIcon
BlotterEntry(java.lang.String counterparty, BlotterText blotterText, BlotterEntry.LevelIcon levelIcon)
          Instantiates a new blotter entry.
BlotterEntry(java.lang.String counterparty, java.util.List<BlotterText> blotterTexts, BlotterEntry.LevelIcon levelIcon)
          Instantiates a new blotter entry.
BlotterEntry(java.lang.String counterparty, java.lang.String text, BlotterEntry.LevelIcon levelIcon)
          Instantiates a new blotter entry.