Class GlyphCreatorCommand

java.lang.Object
ucar.unidata.idv.control.drawing.DrawingCommand
ucar.unidata.idv.control.drawing.GlyphCreatorCommand

public abstract class GlyphCreatorCommand extends DrawingCommand
Class GlyphCreatorCommand represents when a glyph should be created
Version:
$Revision: 1.21 $
Author:
IDV Development Team
  • Field Details

  • Constructor Details

    • GlyphCreatorCommand

      public GlyphCreatorCommand(String label, String message, String iconPath)
      Ctor
      Parameters:
      label - Label
      message - Message
      iconPath - The icon to display
    • GlyphCreatorCommand

      public GlyphCreatorCommand(String label, String message, String iconPath, boolean needsMouse)
      Ctor
      Parameters:
      label - Label
      message - Message
      iconPath - The icon to display
      needsMouse - Does this glyph creation need a mouse press
    • GlyphCreatorCommand

      public GlyphCreatorCommand(String label, String message, String iconPath, int flags)
      Ctor
      Parameters:
      label - Label
      message - Message
      iconPath - The icon to display
      flags - Command flags
    • GlyphCreatorCommand

      public GlyphCreatorCommand(String label, String message, String iconPath, int flags, boolean needsMouse)
      Ctor
      Parameters:
      label - Label
      message - Message
      iconPath - The icon to display
      flags - Command flags
      needsMouse - Does this glyph creation need a mouse press
  • Method Details