Class VolumeProfileStudy.LoadingLabel
java.lang.Object
com.motivewave.platform.sdk.draw.Figure
com.motivewave.platform.sdk.profile.VolumeProfileStudy.LoadingLabel
- Enclosing class:
VolumeProfileStudy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
contains
(double x, double y, DrawContext ctx) This method is called by the study framework to determine if the figure contains the x and y coordinates.void
draw
(Graphics2D gc, DrawContext ctx) This method draws the figure on the graph (using the given Graphics2D).Methods inherited from class com.motivewave.platform.sdk.draw.Figure
getBounds, getPopupMessage, isUnderlay, isVisible, layout, setBounds, setPopupMessage, setUnderlay
-
Constructor Details
-
LoadingLabel
protected LoadingLabel()
-
-
Method Details
-
contains
Description copied from class:Figure
This method is called by the study framework to determine if the figure contains the x and y coordinates. -
draw
Description copied from class:Figure
This method draws the figure on the graph (using the given Graphics2D). This method is called by the study framework to display the figure on the graph.
-