Package org.jfree.util

Examples of org.jfree.util.ShapeList


      this.outlineStrokeList = new StrokeList();
      this.baseOutlineStroke = DEFAULT_OUTLINE_STROKE;
      this.autoPopulateSeriesOutlineStroke = false;

      this.shape = null;
      this.shapeList = new ShapeList();
      this.baseShape = DEFAULT_SHAPE;
      this.autoPopulateSeriesShape = true;

      this.itemLabelsVisible = null;
      this.itemLabelsVisibleList = new BooleanList();
      this.baseItemLabelsVisible = Boolean.FALSE;

      this.itemLabelFont = null;
      this.itemLabelFontList = new ObjectList();
      this.baseItemLabelFont = new Font("SansSerif", Font.PLAIN, 10);

      this.itemLabelPaint = null;
      this.itemLabelPaintList = new PaintList();
      this.baseItemLabelPaint = Color.black;

      this.positiveItemLabelPosition = null;
      this.positiveItemLabelPositionList = new ObjectList();
      this.basePositiveItemLabelPosition = new ItemLabelPosition(
              ItemLabelAnchor.OUTSIDE12, TextAnchor.BOTTOM_CENTER);

      this.negativeItemLabelPosition = null;
      this.negativeItemLabelPositionList = new ObjectList();
      this.baseNegativeItemLabelPosition = new ItemLabelPosition(
              ItemLabelAnchor.OUTSIDE6, TextAnchor.TOP_CENTER);

      this.createEntities = null;
      this.createEntitiesList = new BooleanList();
      this.baseCreateEntities = true;

      this.defaultEntityRadius = 3;

      this.legendShapeList = new ShapeList();
      this.baseLegendShape = null;

      this.treatLegendShapeAsLine = false;

      this.legendTextFont = new ObjectList();
View Full Code Here


        this.outlineStrokeList = new StrokeList();
        this.baseOutlineStroke = DEFAULT_OUTLINE_STROKE;
        this.autoPopulateSeriesOutlineStroke = false;

        this.shape = null;
        this.shapeList = new ShapeList();
        this.baseShape = DEFAULT_SHAPE;
        this.autoPopulateSeriesShape = true;

        this.itemLabelsVisible = null;
        this.itemLabelsVisibleList = new BooleanList();
        this.baseItemLabelsVisible = Boolean.FALSE;

        this.itemLabelFont = null;
        this.itemLabelFontList = new ObjectList();
        this.baseItemLabelFont = new Font("SansSerif", Font.PLAIN, 10);

        this.itemLabelPaint = null;
        this.itemLabelPaintList = new PaintList();
        this.baseItemLabelPaint = Color.black;

        this.positiveItemLabelPosition = null;
        this.positiveItemLabelPositionList = new ObjectList();
        this.basePositiveItemLabelPosition = new ItemLabelPosition(
                ItemLabelAnchor.OUTSIDE12, TextAnchor.BOTTOM_CENTER);

        this.negativeItemLabelPosition = null;
        this.negativeItemLabelPositionList = new ObjectList();
        this.baseNegativeItemLabelPosition = new ItemLabelPosition(
                ItemLabelAnchor.OUTSIDE6, TextAnchor.TOP_CENTER);

        this.createEntities = null;
        this.createEntitiesList = new BooleanList();
        this.baseCreateEntities = true;

        this.defaultEntityRadius = 3;

        this.legendShapeList = new ShapeList();
        this.baseLegendShape = null;

        this.treatLegendShapeAsLine = false;

        this.legendTextFont = new ObjectList();
View Full Code Here

        this.outlineStrokeList = new StrokeList();
        this.baseOutlineStroke = DEFAULT_OUTLINE_STROKE;
        this.autoPopulateSeriesOutlineStroke = false;

        this.shape = null;
        this.shapeList = new ShapeList();
        this.baseShape = DEFAULT_SHAPE;
        this.autoPopulateSeriesShape = true;

        this.itemLabelsVisible = null;
        this.itemLabelsVisibleList = new BooleanList();
        this.baseItemLabelsVisible = Boolean.FALSE;

        this.itemLabelFont = null;
        this.itemLabelFontList = new ObjectList();
        this.baseItemLabelFont = new Font("SansSerif", Font.PLAIN, 10);

        this.itemLabelPaint = null;
        this.itemLabelPaintList = new PaintList();
        this.baseItemLabelPaint = Color.black;

        this.positiveItemLabelPosition = null;
        this.positiveItemLabelPositionList = new ObjectList();
        this.basePositiveItemLabelPosition = new ItemLabelPosition(
                ItemLabelAnchor.OUTSIDE12, TextAnchor.BOTTOM_CENTER);

        this.negativeItemLabelPosition = null;
        this.negativeItemLabelPositionList = new ObjectList();
        this.baseNegativeItemLabelPosition = new ItemLabelPosition(
                ItemLabelAnchor.OUTSIDE6, TextAnchor.TOP_CENTER);

        this.createEntities = null;
        this.createEntitiesList = new BooleanList();
        this.baseCreateEntities = true;

        this.defaultEntityRadius = 3;

        this.legendShapeList = new ShapeList();
        this.baseLegendShape = null;

        this.treatLegendShapeAsLine = false;

        this.legendTextFont = new ObjectList();
View Full Code Here

        this.outlineStrokeList = new StrokeList();
        this.baseOutlineStroke = DEFAULT_OUTLINE_STROKE;
        this.autoPopulateSeriesOutlineStroke = false;

        this.shape = null;
        this.shapeList = new ShapeList();
        this.baseShape = DEFAULT_SHAPE;
        this.autoPopulateSeriesShape = true;

        this.itemLabelsVisible = null;
        this.itemLabelsVisibleList = new BooleanList();
        this.baseItemLabelsVisible = Boolean.FALSE;

        this.itemLabelFont = null;
        this.itemLabelFontList = new ObjectList();
        this.baseItemLabelFont = new Font("SansSerif", Font.PLAIN, 10);

        this.itemLabelPaint = null;
        this.itemLabelPaintList = new PaintList();
        this.baseItemLabelPaint = Color.black;

        this.positiveItemLabelPosition = null;
        this.positiveItemLabelPositionList = new ObjectList();
        this.basePositiveItemLabelPosition = new ItemLabelPosition(
                ItemLabelAnchor.OUTSIDE12, TextAnchor.BOTTOM_CENTER);

        this.negativeItemLabelPosition = null;
        this.negativeItemLabelPositionList = new ObjectList();
        this.baseNegativeItemLabelPosition = new ItemLabelPosition(
                ItemLabelAnchor.OUTSIDE6, TextAnchor.TOP_CENTER);

        this.createEntities = null;
        this.createEntitiesList = new BooleanList();
        this.baseCreateEntities = true;

        this.defaultEntityRadius = 3;

        this.legendShape = new ShapeList();
        this.baseLegendShape = null;

        this.legendTextFont = new ObjectList();
        this.baseLegendTextFont = null;
View Full Code Here

   *
   * @return
   */
  protected ShapeList createShapeList()
  {
    final ShapeList shapes = new ShapeList();
    //this.shapes.setShape(0, createDiagonalCross(3.0f, 0.5f));
    shapes.setShape(0, new Ellipse2D.Double(-3.0, -3.0, 6.0, 6.0));
    shapes.setShape(1, ShapeUtilities.createDownTriangle(4.0f));
    shapes.setShape(2, ShapeUtilities.createUpTriangle(4.0f));
    shapes.setShape(3, ShapeUtilities.createDiamond(4.0f));
    shapes.setShape(4, new Rectangle2D.Double(-4.0, -4.0, 8.0, 8.0));
    shapes.setShape(5, new Ellipse2D.Double(-4.0, -4.0, 8.0, 8.0));
    //this.shapes.setShape(5, createDiagonalCross(3.0f, 0.5f));
    return shapes;
  }
View Full Code Here

   fillPaint = (Paint) helper.readObject(in);
   outlineStroke = (Stroke) helper.readObject(in);
   defaultShape = (Shape) helper.readObject(in);
   tickMarkPaint = (Paint) helper.readObject(in);
   borderPaint = (Paint) helper.readObject(in);
   shapes = new ShapeList();

   final int size = in.readInt();
   for (int i = 0; i < size; i++)
   {
     final Shape s = (Shape) helper.readObject(in);
View Full Code Here

   *
   * @return
   */
  protected ShapeList createShapeList()
  {
    final ShapeList shapes = new ShapeList();
    //this.shapes.setShape(0, createDiagonalCross(3.0f, 0.5f));
    shapes.setShape(0, new Ellipse2D.Double(-3.0, -3.0, 6.0, 6.0));
    shapes.setShape(1, ShapeUtilities.createDownTriangle(4.0f));
    shapes.setShape(2, ShapeUtilities.createUpTriangle(4.0f));
    shapes.setShape(3, ShapeUtilities.createDiamond(4.0f));
    shapes.setShape(4, new Rectangle2D.Double(-4.0, -4.0, 8.0, 8.0));
    shapes.setShape(5, new Ellipse2D.Double(-4.0, -4.0, 8.0, 8.0));
    //this.shapes.setShape(5, createDiagonalCross(3.0f, 0.5f));
    return shapes;
  }
View Full Code Here

   fillPaint = (Paint) helper.readObject(in);
   outlineStroke = (Stroke) helper.readObject(in);
   defaultShape = (Shape) helper.readObject(in);
   tickMarkPaint = (Paint) helper.readObject(in);
   borderPaint = (Paint) helper.readObject(in);
   shapes = new ShapeList();

   int size = in.readInt();
   for (int i = 0; i < size; i++)
   {
     final Shape s = (Shape) helper.readObject(in);
View Full Code Here

        this.outlineStroke = null;
        this.outlineStrokeList = new StrokeList();
        this.baseOutlineStroke = DEFAULT_OUTLINE_STROKE;

        this.shape = null;
        this.shapeList = new ShapeList();
        this.baseShape = DEFAULT_SHAPE;

        this.itemLabelsVisible = null;
        this.itemLabelsVisibleList = new BooleanList();
        this.baseItemLabelsVisible = Boolean.FALSE;
View Full Code Here

        this.outlineStrokeList = new StrokeList();
        this.baseOutlineStroke = DEFAULT_OUTLINE_STROKE;
        this.autoPopulateSeriesOutlineStroke = false;

        this.shape = null;
        this.shapeList = new ShapeList();
        this.baseShape = DEFAULT_SHAPE;
        this.autoPopulateSeriesShape = true;

        this.itemLabelsVisible = null;
        this.itemLabelsVisibleList = new BooleanList();
View Full Code Here

TOP

Related Classes of org.jfree.util.ShapeList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.