Class CodeCacheStage
- java.lang.Object
-
- javafx.stage.Window
-
- javafx.stage.Stage
-
- org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage
-
- org.adoptopenjdk.jitwatch.ui.graphing.CodeCacheStage
-
- All Implemented Interfaces:
javafx.event.EventTarget,IRedrawable
public class CodeCacheStage extends AbstractGraphStage
-
-
Field Summary
Fields Modifier and Type Field Description private booleanlabelLeft-
Fields inherited from class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage
canvas, chartHeight, chartWidth, endOfXAxis, gc, graphGapLeft, graphGapRight, graphGapTop, height, mainUI, maxX, maxXQ, maxY, maxYQ, MEMBER_FONT, minX, minXQ, minY, minYQ, STANDARD_FONT, width, Y_SCALE
-
-
Constructor Summary
Constructors Constructor Description CodeCacheStage(JITWatchUI parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private doubleaddToGraph(double lastCX, double lastCY, javafx.scene.paint.Color colourLine, double lineWidth, CodeCacheEvent event, double x)voidredraw()private voidshowLabel(java.lang.String text, javafx.scene.paint.Color background, double x, double y)-
Methods inherited from class org.adoptopenjdk.jitwatch.ui.graphing.AbstractGraphStage
baseRedraw, continueLineToEndOfXAxis, drawAxes, drawLabel, drawXAxisTime, findScale, getApproximateStringWidth, getStampFromTag, getStringHeight, normalise, normaliseX, normaliseY, setStrokeForAxis, setStrokeForText
-
Methods inherited from class javafx.stage.Stage
alwaysOnTopProperty, close, fullScreenExitHintProperty, fullScreenExitKeyProperty, fullScreenProperty, getFullScreenExitHint, getFullScreenExitKeyCombination, getIcons, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getModality, getOwner, getStyle, getTitle, iconifiedProperty, initModality, initOwner, initStyle, isAlwaysOnTop, isFullScreen, isIconified, isMaximized, isResizable, maxHeightProperty, maximizedProperty, maxWidthProperty, minHeightProperty, minWidthProperty, resizableProperty, setAlwaysOnTop, setFullScreen, setFullScreenExitHint, setFullScreenExitKeyCombination, setIconified, setMaxHeight, setMaximized, setMaxWidth, setMinHeight, setMinWidth, setResizable, setScene, setTitle, show, showAndWait, titleProperty, toBack, toFront
-
Methods inherited from class javafx.stage.Window
addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, forceIntegerRenderScaleProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getOutputScaleX, getOutputScaleY, getProperties, getRenderScaleX, getRenderScaleY, getScene, getUserData, getWidth, getWindows, getX, getY, hasProperties, heightProperty, hide, isFocused, isForceIntegerRenderScale, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, outputScaleXProperty, outputScaleYProperty, removeEventFilter, removeEventHandler, renderScaleXProperty, renderScaleYProperty, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setForceIntegerRenderScale, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setRenderScaleX, setRenderScaleY, setUserData, setWidth, setX, setY, showingProperty, sizeToScene, widthProperty, xProperty, yProperty
-
-
-
-
Constructor Detail
-
CodeCacheStage
public CodeCacheStage(JITWatchUI parent)
-
-
Method Detail
-
redraw
public final void redraw()
- Specified by:
redrawin interfaceIRedrawable- Specified by:
redrawin classAbstractGraphStage
-
addToGraph
private double addToGraph(double lastCX, double lastCY, javafx.scene.paint.Color colourLine, double lineWidth, CodeCacheEvent event, double x)
-
showLabel
private void showLabel(java.lang.String text, javafx.scene.paint.Color background, double x, double y)
-
-