Class ChartAxes

All Implemented Interfaces:
Drawable, Fillable, Strokeable

public class ChartAxes extends Rectangle
  • Constructor Details

    • ChartAxes

      public ChartAxes(double x, double y, double width, double height)
  • Method Details

    • setAxesColor

      public void setAxesColor(Color pColor)
    • draw

      public void draw(Graphics2D graphics, AffineTransform transform)
      Description copied from class: Shape
      Zeichnet die Form, aber wendet zuvor noch eine zusätzliche Transformations- matrix an. Wird u.A. von der ShapeGroup verwendet.
      Overrides:
      draw in class Shape