Package rma.util

Class RmaSymbol

java.lang.Object
rma.util.RmaSymbol
Direct Known Subclasses:
Symbol

public class RmaSymbol extends Object
  • Field Details

  • Constructor Details

    • RmaSymbol

      public RmaSymbol()
      Creates a new instance of RmaSymbol
  • Method Details

    • draw

      public static void draw(Graphics g, int x, int y, int type, Color lineclr, Color fillclr, float size, float lineWidth)
    • draw

      public static void draw(Graphics g, int x, int y, int type, Color lineclr, Color fillclr, float size)
    • draw2

      public static void draw2(Graphics g, int x, int y, int type, Color lineclr, Color fillclr, float size, int resolution, float lineWidth)
      Draws with the symbol type known
    • draw2

      public static void draw2(Graphics g, int x, int y, int type, Color lineclr, Color fillclr, float size, int resolution)
    • getSymbolName

      public static String getSymbolName(int type)
    • getSymbolType

      public static int getSymbolType(String name)
    • numSymbols

      public static int numSymbols()