Class GraffitiFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class GraffitiFrame
extends JFrame
A specialized internal frame for the graffiti editor. A GraffitiInternalFrame is always resizable, closeable, maximizable and iconifyable.
See Also:
JInternalFrame, MainFrame, Serialized Form
  • Constructor Details

    • GraffitiFrame

      public GraffitiFrame​(GraffitiInternalFrame internalFrame, boolean fullscreen)
      Constructs a new GraffitiInternalFrame.
  • Method Details

    • getSession

      public EditorSession getSession()
      Returns the session this frame is opened in.
      Returns:
      the session this frame is opened in.
    • getView

      public View getView()
      Returns the view of this frame.
      Returns:
      the view of this frame.
    • getFrameNumber

      public int getFrameNumber()
    • getInitTitle

      public String getInitTitle()
    • setTitle

      public void setTitle​(String title)
      Overrides:
      setTitle in class Frame
    • detachOrAttachActiveFrame

      public static void detachOrAttachActiveFrame​(boolean fullscreen)
    • setSession

      public void setSession​(EditorSession s)
      Parameters:
      editorSessionOfTargetGraph -