public XYLineAndShapeRenderer(bool lines, bool shapes) { int num1 = lines ? 1 : 0; int num2 = shapes ? 1 : 0; // ISSUE: explicit constructor call base.\u002Ector(); XYLineAndShapeRenderer andShapeRenderer = this; this.linesVisible = (Boolean) null; this.seriesLinesVisible = new BooleanList(); this.baseLinesVisible = num1 != 0; this.legendLine = (Shape) new Line2D.Double(-7.0, 0.0, 7.0, 0.0); this.shapesVisible = (Boolean) null; this.seriesShapesVisible = new BooleanList(); this.baseShapesVisible = num2 != 0; this.shapesFilled = (Boolean) null; this.useFillPaint = false; this.seriesShapesFilled = new BooleanList(); this.baseShapesFilled = true; this.drawOutlines = true; this.useOutlinePaint = false; this.drawSeriesLineAsPath = false; }
public LineAndShapeRenderer(bool lines, bool shapes) { int num1 = lines ? 1 : 0; int num2 = shapes ? 1 : 0; // ISSUE: explicit constructor call base.\u002Ector(); LineAndShapeRenderer andShapeRenderer = this; this.linesVisible = (Boolean) null; this.seriesLinesVisible = new BooleanList(); this.baseLinesVisible = num1 != 0; this.shapesVisible = (Boolean) null; this.seriesShapesVisible = new BooleanList(); this.baseShapesVisible = num2 != 0; this.shapesFilled = (Boolean) null; this.seriesShapesFilled = new BooleanList(); this.baseShapesFilled = true; this.useFillPaint = false; this.drawOutlines = true; this.useOutlinePaint = false; this.useSeriesOffset = false; this.itemMargin = 0.0; }
public DefaultPolarItemRenderer() { DefaultPolarItemRenderer polarItemRenderer = this; this.seriesFilled = new BooleanList(); }
public AbstractRenderer() { base.\u002Ector(); AbstractRenderer abstractRenderer = this; this.itemLabelAnchorOffset = 2.0; this.dataBoundsIncludesVisibleSeriesOnly = true; this.seriesVisible = (Boolean) null; this.seriesVisibleList = new BooleanList(); this.baseSeriesVisible = true; this.seriesVisibleInLegend = (Boolean) null; this.seriesVisibleInLegendList = new BooleanList(); this.baseSeriesVisibleInLegend = true; this.paint = (Paint) null; this.paintList = new PaintList(); this.basePaint = AbstractRenderer.__\u003C\u003EDEFAULT_PAINT; this.autoPopulateSeriesPaint = true; this.fillPaint = (Paint) null; this.fillPaintList = new PaintList(); this.baseFillPaint = (Paint) Color.white; this.autoPopulateSeriesFillPaint = false; this.outlinePaint = (Paint) null; this.outlinePaintList = new PaintList(); this.baseOutlinePaint = AbstractRenderer.__\u003C\u003EDEFAULT_OUTLINE_PAINT; this.autoPopulateSeriesOutlinePaint = false; this.stroke = (Stroke) null; this.strokeList = new StrokeList(); this.baseStroke = AbstractRenderer.__\u003C\u003EDEFAULT_STROKE; this.autoPopulateSeriesStroke = true; this.outlineStroke = (Stroke) null; this.outlineStrokeList = new StrokeList(); this.baseOutlineStroke = AbstractRenderer.__\u003C\u003EDEFAULT_OUTLINE_STROKE; this.autoPopulateSeriesOutlineStroke = false; this.shape = (Shape) null; this.shapeList = new ShapeList(); this.baseShape = AbstractRenderer.__\u003C\u003EDEFAULT_SHAPE; this.autoPopulateSeriesShape = true; this.itemLabelsVisible = (Boolean) null; this.itemLabelsVisibleList = new BooleanList(); this.baseItemLabelsVisible = (Boolean) Boolean.FALSE; this.itemLabelFont = (Font) null; this.itemLabelFontList = new ObjectList(); this.baseItemLabelFont = new Font("SansSerif", 0, 10); this.itemLabelPaint = (Paint) null; this.itemLabelPaintList = new PaintList(); this.baseItemLabelPaint = (Paint) Color.black; this.positiveItemLabelPosition = (ItemLabelPosition) null; this.positiveItemLabelPositionList = new ObjectList(); this.basePositiveItemLabelPosition = new ItemLabelPosition(ItemLabelAnchor.__\u003C\u003EOUTSIDE12, TextAnchor.__\u003C\u003EBOTTOM_CENTER); this.negativeItemLabelPosition = (ItemLabelPosition) null; this.negativeItemLabelPositionList = new ObjectList(); this.baseNegativeItemLabelPosition = new ItemLabelPosition(ItemLabelAnchor.__\u003C\u003EOUTSIDE6, TextAnchor.__\u003C\u003ETOP_CENTER); this.createEntities = (Boolean) null; this.createEntitiesList = new BooleanList(); this.baseCreateEntities = true; this.defaultEntityRadius = 3; this.legendShape = new ShapeList(); this.baseLegendShape = (Shape) null; this.legendTextFont = new ObjectList(); this.baseLegendTextFont = (Font) null; this.legendTextPaint = new PaintList(); this.baseLegendTextPaint = (Paint) null; this.listenerList = new EventListenerList(); }
public StandardXYItemRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator) { StandardXYItemRenderer standardXyItemRenderer = this; this.gapThresholdType = UnitType.__\u003C\u003ERELATIVE; this.gapThreshold = 1.0; this.setBaseToolTipGenerator(toolTipGenerator); this.setURLGenerator(urlGenerator); if ((type & 1) != 0) this.baseShapesVisible = true; if ((type & 2) != 0) this.plotLines = true; if ((type & 4) != 0) this.plotImages = true; if ((type & 8) != 0) this.plotDiscontinuous = true; this.shapesFilled = (Boolean) null; this.seriesShapesFilled = new BooleanList(); this.baseShapesFilled = true; this.legendLine = (Shape) new Line2D.Double(-7.0, 0.0, 7.0, 0.0); this.drawSeriesLineAsPath = false; }