Class JfcFigureBuilder
java.lang.Object
com.illumon.iris.db.plot.builders.jfreechart.JfcFigureBuilder
Build a panel to display a figure.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
ConstructorsConstructorDescriptionJfcFigureBuilder
(BaseFigureImpl figure, AsyncPanel asyncPanel) JfcFigureBuilder
(BaseFigureImpl figure, AsyncPanel asyncPanel, IrisView view, QueryProcessorConnection qpc, String figureName, int sessionId, com.fishlib.io.logger.Logger log) -
Method Summary
Modifier and TypeMethodDescriptionvoid
fireViewShowing
(LambdaGovernor governor, ViewportWindowAdapter.Event event) newComponent
(boolean isSave) void
void
-
Field Details
-
CHART_PANEL_MIN_WIDTH
public static final int CHART_PANEL_MIN_WIDTH- See Also:
-
CHART_PANEL_MIN_HEIGHT
public static final int CHART_PANEL_MIN_HEIGHT- See Also:
-
CHART_PANEL_MAX_WIDTH
public static final int CHART_PANEL_MAX_WIDTH- See Also:
-
CHART_PANEL_MAX_HEIGHT
public static final int CHART_PANEL_MAX_HEIGHT- See Also:
-
-
Constructor Details
-
JfcFigureBuilder
-
JfcFigureBuilder
public JfcFigureBuilder(BaseFigureImpl figure, AsyncPanel asyncPanel, IrisView view, QueryProcessorConnection qpc, String figureName, int sessionId, com.fishlib.io.logger.Logger log)
-
-
Method Details
-
newComponent
- Returns:
- JFreeChart representation of this Figure
-
newComponent
- Returns:
- JFreeChart representation of this Figure
-
save
-
save
-
fireViewShowing
-