, including all inherited members.
allNamedColors() const =0 | casa::PlotFactory | [pure virtual] |
annotation(const String &text, const PlotCoordinate &coord, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
annotation(const String &text, double x, double y, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
areaFill(const String &color, PlotAreaFill::Pattern pattern=PlotAreaFill::FILL, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
areaFill(const PlotAreaFill ©, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
areaFill(const PlotAreaFillPtr copy, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
barPlot(PlotPointDataPtr data, const String &title="Bar Plot", bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
button(const String &str, bool isText=true, bool toggleable=false, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
canvas(bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
canvasHasCachedAxesStack() const =0 | casa::PlotFactory | [pure virtual] |
canvasHasCachedLayerDrawing() const =0 | casa::PlotFactory | [pure virtual] |
canvasHasThreadedDrawing() const =0 | casa::PlotFactory | [pure virtual] |
checkbox(const String &str, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
color(const String &color, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
color(const PlotColor ©, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
color(const PlotColorPtr copy, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
coloredPlot(PlotBinnedDataPtr data, const String &title="Colored Plot", bool smartDelete=true) const | casa::PlotFactory | [virtual] |
contouredSpectrogramPlot(PlotRasterDataPtr data, const vector< double > &cont, const String &title="Spectrogram Contours", bool smartDelete=true) const | casa::PlotFactory | [virtual] |
contourPlot(PlotRasterDataPtr data, const vector< double > &contours, const String &title="Contour Plot", PlotRasterData::Format format=PlotRasterData::RGB32, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
errorPlot(PlotErrorDataPtr data, const String &title="Error Plot", bool smartDelete=true) const | casa::PlotFactory | [virtual] |
execLoop()=0 | casa::PlotFactory | [pure virtual] |
font(const String &family="Arial", double pointSize=12, const String &color="000000", bool bold=false, bool italics=false, bool underline=false, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
font(const PlotFont ©, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
font(const PlotFontPtr copy, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
histogramData(PlotSingleDataPtr data, unsigned int numBins) const | casa::PlotFactory | [virtual] |
histogramPlot(PlotSingleDataPtr data, unsigned int numBins, const String &title="Histogram Plot", bool smartDelete=true) const | casa::PlotFactory | [virtual] |
implementation() const =0 | casa::PlotFactory | [pure virtual] |
line(const String &color, PlotLine::Style style=PlotLine::SOLID, double width=1.0, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
line(const PlotLine ©, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
line(const PlotLinePtr copy, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
maskedPlot(PlotMaskedPointDataPtr data, const String &title="Masked Plot", bool smartDelete=true) const | casa::PlotFactory | [virtual] |
mutex(bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
panel(bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
panTool(bool smartDelete=true) const | casa::PlotFactory | [virtual] |
panTool(PlotAxis xAxis, PlotAxis yAxis, PlotCoordinate::System system, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
PlotFactory() | casa::PlotFactory | |
plotter(const String &windowTitle="Plotter", bool showSingleCanvas=true, bool showGUI=true, int logEventFlags=PlotLogger::NO_EVENTS, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
plotter(unsigned int nrows, unsigned int ncols, const String &windowTitle="Plotter", bool showGUI=true, int logEventFlags=PlotLogger::NO_EVENTS, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
plotter(PlotCanvasPtr canvas, const String &windowTitle="Plotter", bool showGUI=true, int logEventFlags=PlotLogger::NO_EVENTS, bool smartDelete=true) | casa::PlotFactory | [virtual] |
point(const PlotCoordinate &coord, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
point(double x, double y, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
point(float x, float y, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
point(int x, int y, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
point(unsigned int x, unsigned int y, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
rasterPlot(PlotRasterDataPtr data, const String &title="Raster Plot", PlotRasterData::Format format=PlotRasterData::RGB32, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
scatterPlot(PlotPointDataPtr data, const String &title="Scatter Plot", bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
selectTool(bool smartDelete=true) const | casa::PlotFactory | [virtual] |
selectTool(PlotAxis xAxis, PlotAxis yAxis, PlotCoordinate::System system, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
shapeArc(const PlotCoordinate &start, const PlotCoordinate &widthHeight, int startAngle, int spanAngle, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
shapeArrow(const PlotCoordinate &from, const PlotCoordinate &to, PlotShapeArrow::Style fromArrow=PlotShapeArrow::NOARROW, PlotShapeArrow::Style toArrow=PlotShapeArrow::V_ARROW, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
shapeArrow(double fromX, double fromY, double toX, double toY, PlotShapeArrow::Style fromArrow=PlotShapeArrow::NOARROW, PlotShapeArrow::Style toArrow=PlotShapeArrow::V_ARROW, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
shapeEllipse(const PlotCoordinate ¢er, const PlotCoordinate &radii, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
shapeEllipse(double x, double y, double xRadius, double yRadius, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
shapeLine(double location, PlotAxis axis, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
shapeLineSegment(const PlotCoordinate &from, const PlotCoordinate &to, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
shapeLineSegment(double fromX, double fromY, double toX, double toY, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
shapePath(const vector< PlotCoordinate > &coords, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
shapePath(const vector< double > &x, const vector< double > &y, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
shapePolygon(const vector< PlotCoordinate > &coords, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
shapePolygon(const vector< double > &x, const vector< double > &y, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
shapeRectangle(const PlotCoordinate &upperLeft, const PlotCoordinate &lowerRight, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
shapeRectangle(double left, double top, double right, double bottom, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
spectrogramPlot(PlotRasterDataPtr data, const String &title="Spectrogram", bool smartDelete=true) const | casa::PlotFactory | [virtual] |
standardMouseTools(ToolCode activeTool=NONE_TOOL, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
standardMouseTools(PlotAxis xAxis, PlotAxis yAxis, PlotCoordinate::System sys, ToolCode activeTool=NONE_TOOL, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
symbol(PlotSymbol::Symbol style, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
symbol(char sym, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
symbol(const PlotSymbol ©, bool smartDelete=true) const =0 | casa::PlotFactory | [pure virtual] |
symbol(const PlotSymbolPtr copy, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
trackerTool(bool smartDelete=true) const | casa::PlotFactory | [virtual] |
trackerTool(PlotAxis xAxis, PlotAxis yAxis, PlotCoordinate::System system, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
uSymbol(unsigned short unicode, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
zoomTool(bool smartDelete=true) const | casa::PlotFactory | [virtual] |
zoomTool(PlotAxis xAxis, PlotAxis yAxis, PlotCoordinate::System system, bool smartDelete=true) const | casa::PlotFactory | [virtual] |
~PlotFactory() | casa::PlotFactory | [virtual] |