Class StandardLegendItemLayout

java.lang.Object
org.jfree.chart.StandardLegendItemLayout
All Implemented Interfaces:
LegendItemLayout

public class StandardLegendItemLayout
extends Object
implements LegendItemLayout
A class for arranging legend items.
  • Field Details

    • VERTICAL

      public static final int VERTICAL
      Useful constant for vertical orientation.
      See Also:
      Constant Field Values
    • HORIZONTAL

      public static final int HORIZONTAL
      Useful constant for horizontal orientation.
      See Also:
      Constant Field Values
  • Constructor Details

    • StandardLegendItemLayout

      public StandardLegendItemLayout​(int orientation, double dimension)
      Constructs a new layout class for legend items.
      Parameters:
      orientation - the orientation of the layout (HORIZONTAL or VERTICAL).
      dimension - the constrained dimension.
  • Method Details