public XYPlot(XYDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, XYItemRenderer renderer) { XYPlot xyPlot = this; this.quadrantOrigin = (Point2D) new Point2D.Double(0.0, 0.0); Paint[] paintArray = new Paint[4]; int index1 = 0; // ISSUE: variable of the null type __Null local1 = null; paintArray[index1] = (Paint) local1; int index2 = 1; // ISSUE: variable of the null type __Null local2 = null; paintArray[index2] = (Paint) local2; int index3 = 2; // ISSUE: variable of the null type __Null local3 = null; paintArray[index3] = (Paint) local3; int index4 = 3; // ISSUE: variable of the null type __Null local4 = null; paintArray[index4] = (Paint) local4; this.quadrantPaint = paintArray; this.domainCrosshairLockedOnData = true; this.rangeCrosshairLockedOnData = true; this.datasetRenderingOrder = DatasetRenderingOrder.__\u003C\u003EREVERSE; this.seriesRenderingOrder = SeriesRenderingOrder.__\u003C\u003EREVERSE; this.orientation = PlotOrientation.__\u003C\u003EVERTICAL; this.weight = 1; this.axisOffset = RectangleInsets.__\u003C\u003EZERO_INSETS; this.domainAxes = new ObjectList(); this.domainAxisLocations = new ObjectList(); this.foregroundDomainMarkers = (Map) new HashMap(); this.backgroundDomainMarkers = (Map) new HashMap(); this.rangeAxes = new ObjectList(); this.rangeAxisLocations = new ObjectList(); this.foregroundRangeMarkers = (Map) new HashMap(); this.backgroundRangeMarkers = (Map) new HashMap(); this.datasets = new ObjectList(); this.renderers = new ObjectList(); this.datasetToDomainAxesMap = (Map) new TreeMap(); this.datasetToRangeAxesMap = (Map) new TreeMap(); this.annotations = (List) new ArrayList(); this.datasets.set(0, (object) dataset); if (dataset != null) dataset.addChangeListener((DatasetChangeListener) this); this.renderers.set(0, (object) renderer); if (renderer != null) { renderer.setPlot(this); renderer.addChangeListener((RendererChangeListener) this); } this.domainAxes.set(0, (object) domainAxis); this.mapDatasetToDomainAxis(0, 0); if (domainAxis != null) { domainAxis.setPlot((Plot) this); domainAxis.addChangeListener((AxisChangeListener) this); } this.domainAxisLocations.set(0, (object) AxisLocation.__\u003C\u003EBOTTOM_OR_LEFT); this.rangeAxes.set(0, (object) rangeAxis); this.mapDatasetToRangeAxis(0, 0); if (rangeAxis != null) { rangeAxis.setPlot((Plot) this); rangeAxis.addChangeListener((AxisChangeListener) this); } this.rangeAxisLocations.set(0, (object) AxisLocation.__\u003C\u003EBOTTOM_OR_LEFT); this.configureDomainAxes(); this.configureRangeAxes(); this.domainGridlinesVisible = true; this.domainGridlineStroke = XYPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; this.domainGridlinePaint = XYPlot.__\u003C\u003EDEFAULT_GRIDLINE_PAINT; this.domainMinorGridlinesVisible = false; this.domainMinorGridlineStroke = XYPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; this.domainMinorGridlinePaint = (Paint) Color.white; this.domainZeroBaselineVisible = false; this.domainZeroBaselinePaint = (Paint) Color.black; this.domainZeroBaselineStroke = (Stroke) new BasicStroke(0.5f); this.rangeGridlinesVisible = true; this.rangeGridlineStroke = XYPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; this.rangeGridlinePaint = XYPlot.__\u003C\u003EDEFAULT_GRIDLINE_PAINT; this.rangeMinorGridlinesVisible = false; this.rangeMinorGridlineStroke = XYPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; this.rangeMinorGridlinePaint = (Paint) Color.white; this.rangeZeroBaselineVisible = false; this.rangeZeroBaselinePaint = (Paint) Color.black; this.rangeZeroBaselineStroke = (Stroke) new BasicStroke(0.5f); this.domainCrosshairVisible = false; this.domainCrosshairValue = 0.0; this.domainCrosshairStroke = XYPlot.__\u003C\u003EDEFAULT_CROSSHAIR_STROKE; this.domainCrosshairPaint = XYPlot.__\u003C\u003EDEFAULT_CROSSHAIR_PAINT; this.rangeCrosshairVisible = false; this.rangeCrosshairValue = 0.0; this.rangeCrosshairStroke = XYPlot.__\u003C\u003EDEFAULT_CROSSHAIR_STROKE; this.rangeCrosshairPaint = XYPlot.__\u003C\u003EDEFAULT_CROSSHAIR_PAINT; }
public CategoryPlot(CategoryDataset dataset, CategoryAxis domainAxis, ValueAxis rangeAxis, CategoryItemRenderer renderer) { CategoryPlot categoryPlot = this; this.renderingOrder = DatasetRenderingOrder.__\u003C\u003EREVERSE; this.columnRenderingOrder = SortOrder.__\u003C\u003EASCENDING; this.rowRenderingOrder = SortOrder.__\u003C\u003EASCENDING; this.rangeCrosshairLockedOnData = true; this.orientation = PlotOrientation.__\u003C\u003EVERTICAL; this.domainAxes = new ObjectList(); this.domainAxisLocations = new ObjectList(); this.rangeAxes = new ObjectList(); this.rangeAxisLocations = new ObjectList(); this.datasetToDomainAxesMap = new TreeMap(); this.datasetToRangeAxesMap = new TreeMap(); this.renderers = new ObjectList(); this.datasets = new ObjectList(); this.datasets.set(0, (object) dataset); if (dataset != null) dataset.addChangeListener((DatasetChangeListener) this); this.axisOffset = RectangleInsets.__\u003C\u003EZERO_INSETS; this.setDomainAxisLocation(AxisLocation.__\u003C\u003EBOTTOM_OR_LEFT, false); this.setRangeAxisLocation(AxisLocation.__\u003C\u003ETOP_OR_LEFT, false); this.renderers.set(0, (object) renderer); if (renderer != null) { renderer.setPlot(this); renderer.addChangeListener((RendererChangeListener) this); } this.domainAxes.set(0, (object) domainAxis); this.mapDatasetToDomainAxis(0, 0); if (domainAxis != null) { domainAxis.setPlot((Plot) this); domainAxis.addChangeListener((AxisChangeListener) this); } this.drawSharedDomainAxis = false; this.rangeAxes.set(0, (object) rangeAxis); this.mapDatasetToRangeAxis(0, 0); if (rangeAxis != null) { rangeAxis.setPlot((Plot) this); rangeAxis.addChangeListener((AxisChangeListener) this); } this.configureDomainAxes(); this.configureRangeAxes(); this.domainGridlinesVisible = false; this.domainGridlinePosition = CategoryAnchor.__\u003C\u003EMIDDLE; this.domainGridlineStroke = CategoryPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; this.domainGridlinePaint = CategoryPlot.__\u003C\u003EDEFAULT_GRIDLINE_PAINT; this.rangeZeroBaselineVisible = false; this.rangeZeroBaselinePaint = (Paint) Color.black; this.rangeZeroBaselineStroke = (Stroke) new BasicStroke(0.5f); this.rangeGridlinesVisible = true; this.rangeGridlineStroke = CategoryPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; this.rangeGridlinePaint = CategoryPlot.__\u003C\u003EDEFAULT_GRIDLINE_PAINT; this.rangeMinorGridlinesVisible = false; this.rangeMinorGridlineStroke = CategoryPlot.__\u003C\u003EDEFAULT_GRIDLINE_STROKE; this.rangeMinorGridlinePaint = (Paint) Color.white; this.foregroundDomainMarkers = (Map) new HashMap(); this.backgroundDomainMarkers = (Map) new HashMap(); this.foregroundRangeMarkers = (Map) new HashMap(); this.backgroundRangeMarkers = (Map) new HashMap(); this.anchorValue = 0.0; this.domainCrosshairVisible = false; this.domainCrosshairStroke = CategoryPlot.__\u003C\u003EDEFAULT_CROSSHAIR_STROKE; this.domainCrosshairPaint = CategoryPlot.__\u003C\u003EDEFAULT_CROSSHAIR_PAINT; this.rangeCrosshairVisible = false; this.rangeCrosshairValue = 0.0; this.rangeCrosshairStroke = CategoryPlot.__\u003C\u003EDEFAULT_CROSSHAIR_STROKE; this.rangeCrosshairPaint = CategoryPlot.__\u003C\u003EDEFAULT_CROSSHAIR_PAINT; this.annotations = (List) new ArrayList(); this.rangePannable = false; }
public ContourPlot(ContourDataset dataset, ValueAxis domainAxis, ValueAxis rangeAxis, ColorBar colorBar) { ContourPlot contourPlot = this; this.colorBar = (ColorBar) null; this.domainCrosshairLockedOnData = true; this.rangeCrosshairLockedOnData = true; this.dataAreaRatio = 0.0; this.renderAsPoints = false; this.ptSizePct = 0.05; this.clipPath = (ClipPath) null; this.missingPaint = (Paint) null; this.dataset = dataset; if (dataset != null) dataset.addChangeListener((DatasetChangeListener) this); this.domainAxis = domainAxis; if (domainAxis != null) { domainAxis.setPlot((Plot) this); domainAxis.addChangeListener((AxisChangeListener) this); } this.rangeAxis = rangeAxis; if (rangeAxis != null) { rangeAxis.setPlot((Plot) this); rangeAxis.addChangeListener((AxisChangeListener) this); } this.colorBar = colorBar; if (colorBar != null) { colorBar.getAxis().setPlot((Plot) this); colorBar.getAxis().addChangeListener((AxisChangeListener) this); colorBar.configure(this); } this.colorBarLocation = RectangleEdge.__\u003C\u003ELEFT; this.toolTipGenerator = (ContourToolTipGenerator) new StandardContourToolTipGenerator(); }