Class PerspectiveDialogDisplayParams

java.lang.Object
org.gorpipe.querydialogs.factory.PerspectiveDialogDisplayParams

public class PerspectiveDialogDisplayParams extends Object
Class for defining a perspective dialog display parameters.
  • Field Details

    • category

      public final String category
      Category name.
    • imageColorName

      public final String imageColorName
      The image color for dialog display.
  • Constructor Details

    • PerspectiveDialogDisplayParams

      public PerspectiveDialogDisplayParams(String category, String imageColorName)
      Constructor.
      Parameters:
      category - category name
      imageColorName - image color name for dialog display
  • Method Details

    • getRandomColor

      public static org.gorpipe.util.Pair<Color,Color> getRandomColor()
      Get random color from available colors in map.
      Returns:
      color
    • getImageColor

      public Color getImageColor()
      Get the image color.
      Returns:
      the image color
    • getFadeInImageColor

      public Color getFadeInImageColor()
      Get the fade in image color.
      Returns:
      the fade in image color