Class MultiArrayContainerLayout

  • All Implemented Interfaces:
    Serializable

    public abstract class MultiArrayContainerLayout
    extends ContainerLayout
    Abstract class providing some functionalities for Layouts of Value Sets
    Author:
    Thomas Pfau
    See Also:
    Serialized Form
    • Constructor Detail

      • MultiArrayContainerLayout

        public MultiArrayContainerLayout()
        Basic Constructor
    • Method Detail

      • LayoutDataForNode

        public abstract void LayoutDataForNode​(NodeData data,
                                               org.apache.batik.svggen.SVGGraphics2D context,
                                               boolean Legend,
                                               ColorMap coloring)
        Description copied from class: ContainerLayout
        Layout the Data according to the previously generated layout
        Specified by:
        LayoutDataForNode in class ContainerLayout
        Parameters:
        data - the data to layout
        context - the graphics context in which to draw the layout
        Legend - whether this is a layout for the legend or not.
        coloring - The ColorMap to use for the layout