Klasse ItemShape

java.lang.Object
com.inet.report.chart.plot.ItemShape
Alle implementierten Schnittstellen:
Serializable

public class ItemShape extends Object implements Serializable
This class defines the shapes which used in the chart.
Seit:
8.0
Siehe auch:
  • Felddetails

    • DEFAULT_SHAPE_SIZE

      public static final double DEFAULT_SHAPE_SIZE
      The default shape size.
      Siehe auch:
    • TYPE_DEFAULT_SHAPE

      public static final int TYPE_DEFAULT_SHAPE
      The chart use a shapes sequence.
      Siehe auch:
    • TYPE_RECTANGLE_SHAPE

      public static final int TYPE_RECTANGLE_SHAPE
      The chart use only rectangle shapes.
      Siehe auch:
    • TYPE_CIRCLE_SHAPE

      public static final int TYPE_CIRCLE_SHAPE
      The chart use only circle shapes.
      Siehe auch:
    • TYPE_DIAMOND_SHAPE

      public static final int TYPE_DIAMOND_SHAPE
      The chart use only diamond shapes.
      Siehe auch:
    • TYPE_TRIANGLE_SHAPE

      public static final int TYPE_TRIANGLE_SHAPE
      The chart use only triangle shapes.
      Siehe auch:
  • Konstruktordetails

    • ItemShape

      public ItemShape()
      Creates a item shape with default type and size. This item shape is used by legend in the list of chart items and by items of chart plot, e.g. by line plot with markers.
      Seit:
      8.0
      Siehe auch:
    • ItemShape

      public ItemShape(int type, double size)
      Creates a item shape. This item shape is used by legend in the list of chart items and by items of chart plot, e.g. by line plot with markers.
      Parameter:
      type - the shape type
      size - the shape size
      Löst aus:
      IllegalArgumentException - by illegal shape type or negative shape size.
      Seit:
      8.0
      Siehe auch:
  • Methodendetails