Class ElementInfo

java.lang.Object
org.jfree.chart3d.table.ElementInfo

public class ElementInfo extends Object
An object that pairs an element with its dimension for one specific graphics target.
Since:
1.1
  • Constructor Details

    • ElementInfo

      public ElementInfo(TableElement element, Dimension2D dimension)
      Creates a new instance.
      Parameters:
      element - the element (null not permitted).
      dimension - the dimension (null not permitted).
  • Method Details