Class MultiArrayEntryDescriptionPane

    • Constructor Detail

      • MultiArrayEntryDescriptionPane

        public MultiArrayEntryDescriptionPane​(Color entryColor,
                                              String descriptionString)
        Default constructor receiving the color for this entry along with a descriptive String.
        Parameters:
        entryColor - The color to use for this Pane.
        descriptionString - The description to use for this Pane.
    • Method Detail

      • updatePreferredSize

        public void updatePreferredSize​(int width)
        Update the preferredsize of this Line according to a provided width.
        Parameters:
        width - the width to which adjust the height of the Component.
      • getEntry

        public abstract MultiArrayEntryPanel getEntry​(Color entrycolor)
        Depending on the implementation, this function should return a SetEntryPanel that represents the Entry using a color (e.g. the color of a line, the color and shape of the representing marker, the color used for a bar etc).
        Parameters:
        entrycolor - The color of this entry.
        Returns:
        A MultiArrayEntryPanel that represents the Layouted shape/color.