Package hec.gfx2d.histogram
Class HistogramDataGlyph
java.lang.Object
hec.gfx2d.G2dGlyph
hec.gfx2d.swing.charts.bar.BarGlyph
hec.gfx2d.histogram.HistogramDataGlyph
- All Implemented Interfaces:
Serializable
,Observer
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hec.gfx2d.G2dGlyph
G2dGlyph.PropertiesOKListener
-
Field Summary
FieldsFields inherited from class hec.gfx2d.G2dGlyph
_bounds, _drawProp, _g2dObject, _line, _lineArray, _polygon, _scale, _viewport, maxPtArraySz, xarray, yarray
-
Constructor Summary
ConstructorsConstructorDescriptionHistogramDataGlyph
(Viewport view, HistogramDataSetImpl map, Scale scl) HistogramDataGlyph
(Viewport view, PairedDataHistogramDataSet map, Scale scl) -
Method Summary
Methods inherited from class hec.gfx2d.swing.charts.bar.BarGlyph
drawRectWithProperties
Methods inherited from class hec.gfx2d.G2dGlyph
buildLineArray, clearSelection, createG2dLine, createPopupMenu, dataAtPoint, drawLegendPict, editLineProperties, editLineProperties, finalize, getBounds, getCurveCount, getCurveName, getDeviceResolution, getG2dObject, getLegendPictSize, getLegendPictSize, getLine, getLine, getName, getOKListeners, getProperties, getScale, getToolTipText, getViewport, getVisibleRect, isCurveDrawn, isLegendItemsVisible, isLineVisible, isVisible, mouseDragged, objectDoubleClick, objectPopupMenu, objectSelect, pointerOver, setColor, setCurveDrawn, setFillColor, setLegendItemsVisible, setLineColor, setLineVisible, setProperties, setShowAllCurvesOnLegend, setVisible, showAllCurvesOnLegend, showPopup, toString, update
-
Field Details
-
ROTATE_LABEL_ANGLE
public static final double ROTATE_LABEL_ANGLE
-
-
Constructor Details
-
HistogramDataGlyph
-
HistogramDataGlyph
-
-
Method Details