public StackedXYAreaRenderer(int type, XYToolTipGenerator labelGenerator, XYURLGenerator urlGenerator) : base(type, labelGenerator, urlGenerator) { StackedXYAreaRenderer stackedXyAreaRenderer = this; this.shapePaint = (Paint) null; this.shapeStroke = (Stroke) null; }
public XYAreaRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator) { XYAreaRenderer xyAreaRenderer = this; this.setBaseToolTipGenerator(toolTipGenerator); this.setURLGenerator(urlGenerator); if (type == 1) this.plotShapes = true; if (type == 2) this.plotLines = true; if (type == 3) { this.plotShapes = true; this.plotLines = true; } if (type == 4) this.plotArea = true; if (type == 5) { this.plotArea = true; this.plotShapes = true; } this.showOutline = false; GeneralPath generalPath = new GeneralPath(); ((Path2D.Float) generalPath).moveTo(0.0f, -4f); ((Path2D.Float) generalPath).lineTo(3f, -2f); ((Path2D.Float) generalPath).lineTo(4f, 4f); ((Path2D.Float) generalPath).lineTo(-4f, 4f); ((Path2D.Float) generalPath).lineTo(-3f, -2f); ((Path2D) generalPath).closePath(); this.legendArea = (Shape) generalPath; }
public XYStepRenderer(XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator) { XYStepRenderer xyStepRenderer = this; this.stepPoint = 1.0; this.setBaseToolTipGenerator(toolTipGenerator); this.setURLGenerator(urlGenerator); this.setBaseShapesVisible(false); }
public XYAreaRenderer2(XYToolTipGenerator labelGenerator, XYURLGenerator urlGenerator) { XYAreaRenderer2 xyAreaRenderer2 = this; this.showOutline = false; this.setBaseToolTipGenerator(labelGenerator); this.setURLGenerator(urlGenerator); GeneralPath generalPath = new GeneralPath(); ((Path2D.Float) generalPath).moveTo(0.0f, -4f); ((Path2D.Float) generalPath).lineTo(3f, -2f); ((Path2D.Float) generalPath).lineTo(4f, 4f); ((Path2D.Float) generalPath).lineTo(-4f, 4f); ((Path2D.Float) generalPath).lineTo(-3f, -2f); ((Path2D) generalPath).closePath(); this.legendArea = (Shape) generalPath; }
public XYStepAreaRenderer(int type, XYToolTipGenerator toolTipGenerator, XYURLGenerator urlGenerator) { XYStepAreaRenderer stepAreaRenderer = this; this.pArea = (Polygon) null; this.setBaseToolTipGenerator(toolTipGenerator); this.setURLGenerator(urlGenerator); if (type == 2) this.plotArea = true; else if (type == 1) this.shapesVisible = true; else if (type == 3) { this.plotArea = true; this.shapesVisible = true; } this.showOutline = false; }
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; }
public StackedXYAreaRenderer2(XYToolTipGenerator labelGenerator, XYURLGenerator urlGenerator) : base(labelGenerator, urlGenerator) { StackedXYAreaRenderer2 stackedXyAreaRenderer2 = this; this.roundXCoordinates = true; }
public CyclicXYItemRenderer(int type, XYToolTipGenerator labelGenerator, XYURLGenerator urlGenerator) : base(type, labelGenerator, urlGenerator) { }