Class SinglePointRenderer

java.lang.Object
ArmyC2.C2SD.Rendering.SinglePointRenderer

public class SinglePointRenderer extends Object
Author:
michael.spinelli
  • Field Details

  • Method Details

    • getInstance

      public static SinglePointRenderer getInstance()
      Instance of the JavaRenderer
      Returns:
      the instance
    • ProcessUnitSymbol

      public void ProcessUnitSymbol(ArmyC2.C2SD.Utilities.MilStdSymbol symbol, ArmyC2.C2SD.Utilities.IPointConversion converter)
      given a MilStdSymbol, creates the shapes for the symbol and the shapes for the modifiers (not yet on the modifiers);
      Parameters:
      symbol - - MilStdSymbol
      converter -
    • ProcessSPSymbol

      public void ProcessSPSymbol(ArmyC2.C2SD.Utilities.MilStdSymbol symbol, ArmyC2.C2SD.Utilities.IPointConversion converter)
      given a MilStdSymbol, creates the shapes for the symbol and the shapes for the modifiers (not yet on the modifiers);
      Parameters:
      symbol -
      converter -
    • getSinglePointTGSymbolSize

      public int getSinglePointTGSymbolSize()
    • getUnitSymbolSize

      public int getUnitSymbolSize()
    • setSinglePointTGSymbolSize

      public void setSinglePointTGSymbolSize(int size)
    • setUnitSymbolSize

      public void setUnitSymbolSize(int size)
    • RefreshModifierFont

      public void RefreshModifierFont()
      reloads modifier font based on the current RendererSettings
    • setModifierFont

      public void setModifierFont(String name, int type, int size)
      Deprecated.
      Parameters:
      name -
      type -
      size -
    • setModifierFont

      public void setModifierFont(Font font)
      Deprecated.
      Parameters:
      font -