Class VolumeProfileStudy.LoadingLabel

java.lang.Object
com.motivewave.platform.sdk.draw.Figure
com.motivewave.platform.sdk.profile.VolumeProfileStudy.LoadingLabel
Enclosing class:
VolumeProfileStudy

protected class VolumeProfileStudy.LoadingLabel extends Figure
  • Constructor Details

    • LoadingLabel

      protected LoadingLabel()
  • Method Details

    • contains

      public boolean contains(double x, double y, DrawContext ctx)
      Description copied from class: Figure
      This method is called by the study framework to determine if the figure contains the x and y coordinates.
      Overrides:
      contains in class Figure
      Returns:
      true if this figure contains the (x,y) coordinates.
    • draw

      public void draw(Graphics2D gc, DrawContext ctx)
      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.
      Overrides:
      draw in class Figure
      Parameters:
      gc - graphics context
      ctx - draw context