Class NavigationCanvas

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class NavigationCanvas extends JPanel
See Also:
  • Constructor Details

  • Method Details

    • setBounds

      public void setBounds(int x, int y, int width, int height)
      Overrides:
      setBounds in class Component
    • setBorder

      public void setBorder(Border border)
      This method ignores the given parameter. It is an empty implementation to prevent from setting borders on this canvas.
      Overrides:
      setBorder in class JComponent
      Parameters:
      border - is ignored
    • handleViewChanged

      public void handleViewChanged(ProductSceneView oldView, ProductSceneView newView)