DgAnimator

scalation.animation.DgAnimator
class DgAnimator(_title: String, fgColor: Color, bgColor: Color, aniRatio: Double, width: Int, height: Int) extends VizFrame, Runnable

The DgAnimator class is an animation engine for animating graphs. For example, it can animate bipartite graphs to animate Petri Nets.

Value parameters

_title

the title for the display frame

aniRatio

the ratio of simulation speed vs. animation speed

bgColor

the background color

fgColor

the foreground color

height

the height of the animation panel

width

the width of the animation panel

Attributes

Graph
Supertypes
trait Runnable
class VizFrame
class Frame
class JFrame
trait RootPaneContainer
trait WindowConstants
class Frame
class Window
trait Accessible
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all

Members list

Type members

Classlikes

class Canvas extends ZoomablePanel

The canvas Panel is used to place shapes in the drawing region.

The canvas Panel is used to place shapes in the drawing region.

Attributes

Supertypes
trait MouseMotionListener
trait MouseListener
trait MouseWheelListener
trait EventListener
class JPanel
trait Accessible
class JComponent
class Container
class Component
trait Serializable
trait MenuContainer
trait ImageObserver
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def animate(tStart: Double, tStop: Double): Unit

Start the animation by staring the animation thread.

Start the animation by staring the animation thread.

Value parameters

tStart

the animation start time

tStop

the animation stop time

Attributes

def getCommandQueue: ConcurrentLinkedQueue[AnimateCommand]

Get the animation command queue.

Get the animation command queue.

Attributes

def invokeNow(cmd: AnimateCommand): Unit

Invoke animation command cmd immediately (useful for testing).

Invoke animation command cmd immediately (useful for testing).

Value parameters

cmd

the animation command to invoke

Attributes

def printCommandQueue(t: Double): Unit

Print the contents of the command queue one animation command per line.

Print the contents of the command queue one animation command per line.

Value parameters

t

the given time

Attributes

def run(): Unit

Repeatedly execute animation commands, sleep and repaint.

Repeatedly execute animation commands, sleep and repaint.

Attributes

def saveImage(fname: String): Unit

Save the graphics into an image file.

Save the graphics into an image file.

Value parameters

fname

the file name

Attributes

def setAniDone(): Unit

Set the animation complete flag to true.

Set the animation complete flag to true.

Attributes

Inherited methods

def add(x$0: Component, x$1: <FromJavaObject>, x$2: Int): Unit

Attributes

Inherited from:
Container
def add(x$0: Component, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
Container
def add(x$0: Component, x$1: Int): Component

Attributes

Inherited from:
Container
def add(x$0: String, x$1: Component): Component

Attributes

Inherited from:
Container
def add(x$0: Component): Component

Attributes

Inherited from:
Container
def add(x$0: PopupMenu): Unit

Attributes

Inherited from:
Component
def addComponentListener(x$0: ComponentListener): Unit

Attributes

Inherited from:
Component
def addContainerListener(x$0: ContainerListener): Unit

Attributes

Inherited from:
Container
def addFocusListener(x$0: FocusListener): Unit

Attributes

Inherited from:
Component
def addHierarchyBoundsListener(x$0: HierarchyBoundsListener): Unit

Attributes

Inherited from:
Component
def addHierarchyListener(x$0: HierarchyListener): Unit

Attributes

Inherited from:
Component
def addInputMethodListener(x$0: InputMethodListener): Unit

Attributes

Inherited from:
Component
def addKeyListener(x$0: KeyListener): Unit

Attributes

Inherited from:
Component
def addMouseListener(x$0: MouseListener): Unit

Attributes

Inherited from:
Component
def addMouseMotionListener(x$0: MouseMotionListener): Unit

Attributes

Inherited from:
Component
def addMouseWheelListener(x$0: MouseWheelListener): Unit

Attributes

Inherited from:
Component
def addNotify(): Unit

Attributes

Inherited from:
Frame
def addPropertyChangeListener(x$0: String, x$1: PropertyChangeListener): Unit

Attributes

Inherited from:
Window
def addPropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
Window
def addWindowFocusListener(x$0: WindowFocusListener): Unit

Attributes

Inherited from:
Window
def addWindowListener(x$0: WindowListener): Unit

Attributes

Inherited from:
Window
def addWindowStateListener(x$0: WindowStateListener): Unit

Attributes

Inherited from:
Window
def applyComponentOrientation(x$0: ComponentOrientation): Unit

Attributes

Inherited from:
Container
def areFocusTraversalKeysSet(x$0: Int): Boolean

Attributes

Inherited from:
Container
def checkImage(x$0: Image, x$1: Int, x$2: Int, x$3: ImageObserver): Int

Attributes

Inherited from:
Component
def checkImage(x$0: Image, x$1: ImageObserver): Int

Attributes

Inherited from:
Component
def contains(x$0: Point): Boolean

Attributes

Inherited from:
Component
def contains(x$0: Int, x$1: Int): Boolean

Attributes

Inherited from:
Component
def createBufferStrategy(x$0: Int, x$1: BufferCapabilities): Unit

Attributes

Inherited from:
Window
def createBufferStrategy(x$0: Int): Unit

Attributes

Inherited from:
Window
def createImage(x$0: Int, x$1: Int): Image

Attributes

Inherited from:
Component
def createImage(x$0: ImageProducer): Image

Attributes

Inherited from:
Component
def createVolatileImage(x$0: Int, x$1: Int, x$2: ImageCapabilities): VolatileImage

Attributes

Inherited from:
Component
def createVolatileImage(x$0: Int, x$1: Int): VolatileImage

Attributes

Inherited from:
Component
final def dispatchEvent(x$0: AWTEvent): Unit

Attributes

Inherited from:
Component
def dispose(): Unit

Attributes

Inherited from:
Window
def doLayout(): Unit

Attributes

Inherited from:
Container
def enableInputMethods(x$0: Boolean): Unit

Attributes

Inherited from:
Component
def findComponentAt(x$0: Point): Component

Attributes

Inherited from:
Container
def findComponentAt(x$0: Int, x$1: Int): Component

Attributes

Inherited from:
Container
def firePropertyChange(x$0: String, x$1: Double, x$2: Double): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Float, x$2: Float): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Long, x$2: Long): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Short, x$2: Short): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Char, x$2: Char): Unit

Attributes

Inherited from:
Component
def firePropertyChange(x$0: String, x$1: Byte, x$2: Byte): Unit

Attributes

Inherited from:
Component
def getAccessibleContext(): AccessibleContext

Attributes

Inherited from:
JFrame
def getAlignmentX(): Float

Attributes

Inherited from:
Container
def getAlignmentY(): Float

Attributes

Inherited from:
Container
def getBackground(): Color

Attributes

Inherited from:
Window
def getBaseline(x$0: Int, x$1: Int): Int

Attributes

Inherited from:
Component
def getBaselineResizeBehavior(): BaselineResizeBehavior

Attributes

Inherited from:
Component
def getBounds(x$0: Rectangle): Rectangle

Attributes

Inherited from:
Component
def getBounds(): Rectangle

Attributes

Inherited from:
Component
def getBufferStrategy(): BufferStrategy

Attributes

Inherited from:
Window
def getColorModel(): ColorModel

Attributes

Inherited from:
Component
def getComponent(x$0: Int): Component

Attributes

Inherited from:
Container
def getComponentAt(x$0: Point): Component

Attributes

Inherited from:
Container
def getComponentAt(x$0: Int, x$1: Int): Component

Attributes

Inherited from:
Container
def getComponentCount(): Int

Attributes

Inherited from:
Container
def getComponentListeners(): Array[ComponentListener]

Attributes

Inherited from:
Component
def getComponentOrientation(): ComponentOrientation

Attributes

Inherited from:
Component
def getComponentZOrder(x$0: Component): Int

Attributes

Inherited from:
Container
def getComponents(): Array[Component]

Attributes

Inherited from:
Container
def getContainerListeners(): Array[ContainerListener]

Attributes

Inherited from:
Container
def getContentPane(): Container

Attributes

Inherited from:
JFrame
def getCursor(): Cursor

Attributes

Inherited from:
Component

Attributes

Inherited from:
JFrame
def getDropTarget(): DropTarget

Attributes

Inherited from:
Component
def getExtendedState(): Int

Attributes

Inherited from:
Frame
final def getFocusCycleRootAncestor(): Container

Attributes

Inherited from:
Window
def getFocusListeners(): Array[FocusListener]

Attributes

Inherited from:
Component
def getFocusOwner(): Component

Attributes

Inherited from:
Window
def getFocusTraversalKeys(x$0: Int): Set[AWTKeyStroke]

Attributes

Inherited from:
Window

Attributes

Inherited from:
Component
def getFocusTraversalPolicy(): FocusTraversalPolicy

Attributes

Inherited from:
Container
def getFocusableWindowState(): Boolean

Attributes

Inherited from:
Window
def getFont(): Font

Attributes

Inherited from:
Component
def getFontMetrics(x$0: Font): FontMetrics

Attributes

Inherited from:
Component
def getForeground(): Color

Attributes

Inherited from:
Component
def getGlassPane(): Component

Attributes

Inherited from:
JFrame
@BeanProperty(bound = false)
def getGraphics(): Graphics

Attributes

Inherited from:
JFrame
def getGraphicsConfiguration(): GraphicsConfiguration

Attributes

Inherited from:
Component
def getH: Int

Get the height of the frame.

Get the height of the frame.

Attributes

Inherited from:
VizFrame
def getHeight(): Int

Attributes

Inherited from:
Component
def getHierarchyBoundsListeners(): Array[HierarchyBoundsListener]

Attributes

Inherited from:
Component
def getHierarchyListeners(): Array[HierarchyListener]

Attributes

Inherited from:
Component
def getIconImage(): Image

Attributes

Inherited from:
Frame
def getIconImages(): List[Image]

Attributes

Inherited from:
Window
def getIgnoreRepaint(): Boolean

Attributes

Inherited from:
Component
def getInputContext(): InputContext

Attributes

Inherited from:
Window
def getInputMethodListeners(): Array[InputMethodListener]

Attributes

Inherited from:
Component
def getInputMethodRequests(): InputMethodRequests

Attributes

Inherited from:
Component
def getInsets(): Insets

Attributes

Inherited from:
Container
def getJMenuBar(): JMenuBar

Attributes

Inherited from:
JFrame
def getKeyListeners(): Array[KeyListener]

Attributes

Inherited from:
Component
def getLayeredPane(): JLayeredPane

Attributes

Inherited from:
JFrame
def getLayout(): LayoutManager

Attributes

Inherited from:
Container
def getListeners[T <: EventListener](x$0: Class[T]): Array[T]

Attributes

Inherited from:
Window
def getLocale(): Locale

Attributes

Inherited from:
Window
def getLocation(x$0: Point): Point

Attributes

Inherited from:
Component
def getLocation(): Point

Attributes

Inherited from:
Component
def getLocationOnScreen(): Point

Attributes

Inherited from:
Component
def getMaximizedBounds(): Rectangle

Attributes

Inherited from:
Frame
def getMaximumSize(): Dimension

Attributes

Inherited from:
Container
def getMenuBar(): MenuBar

Attributes

Inherited from:
Frame
def getMinimumSize(): Dimension

Attributes

Inherited from:
Container
def getModalExclusionType(): ModalExclusionType

Attributes

Inherited from:
Window
def getMostRecentFocusOwner(): Component

Attributes

Inherited from:
Window
def getMouseListeners(): Array[MouseListener]

Attributes

Inherited from:
Component
def getMouseMotionListeners(): Array[MouseMotionListener]

Attributes

Inherited from:
Component
def getMousePosition(x$0: Boolean): Point

Attributes

Inherited from:
Container
def getMousePosition(): Point

Attributes

Inherited from:
Component
def getMouseWheelListeners(): Array[MouseWheelListener]

Attributes

Inherited from:
Component
def getName(): String

Attributes

Inherited from:
Component
def getOpacity(): Float

Attributes

Inherited from:
Window
def getOwnedWindows(): Array[Window]

Attributes

Inherited from:
Window
def getOwner(): Window

Attributes

Inherited from:
Window
def getParent(): Container

Attributes

Inherited from:
Component
def getPreferredSize(): Dimension

Attributes

Inherited from:
Container
def getPropertyChangeListeners(x$0: String): Array[PropertyChangeListener]

Attributes

Inherited from:
Component
def getPropertyChangeListeners(): Array[PropertyChangeListener]

Attributes

Inherited from:
Component
@BeanProperty(bound = false, hidden = true, description = "the RootPane object for this frame.")
def getRootPane(): JRootPane

Attributes

Inherited from:
JFrame
def getShape(): Shape

Attributes

Inherited from:
Window
def getSize(x$0: Dimension): Dimension

Attributes

Inherited from:
Component
def getSize(): Dimension

Attributes

Inherited from:
Component
def getState(): Int

Attributes

Inherited from:
Frame
def getTitle(): String

Attributes

Inherited from:
Frame
def getToolkit(): Toolkit

Attributes

Inherited from:
Window
def getTransferHandler(): TransferHandler

Attributes

Inherited from:
JFrame
final def getTreeLock(): <FromJavaObject>

Attributes

Inherited from:
Component
def getType(): Type

Attributes

Inherited from:
Window
def getW: Int

Get the width of the frame.

Get the width of the frame.

Attributes

Inherited from:
VizFrame
final def getWarningString(): String

Attributes

Inherited from:
Window
def getWidth(): Int

Attributes

Inherited from:
Component
def getWindowFocusListeners(): Array[WindowFocusListener]

Attributes

Inherited from:
Window
def getWindowListeners(): Array[WindowListener]

Attributes

Inherited from:
Window
def getWindowStateListeners(): Array[WindowStateListener]

Attributes

Inherited from:
Window
def getX(): Int

Attributes

Inherited from:
Component
def getY(): Int

Attributes

Inherited from:
Component
def hasFocus(): Boolean

Attributes

Inherited from:
Component
def imageUpdate(x$0: Image, x$1: Int, x$2: Int, x$3: Int, x$4: Int, x$5: Int): Boolean

Attributes

Inherited from:
Component
def invalidate(): Unit

Attributes

Inherited from:
Container
def isActive(): Boolean

Attributes

Inherited from:
Window
final def isAlwaysOnTop(): Boolean

Attributes

Inherited from:
Window
def isAlwaysOnTopSupported(): Boolean

Attributes

Inherited from:
Window
def isAncestorOf(x$0: Component): Boolean

Attributes

Inherited from:
Container
def isAutoRequestFocus(): Boolean

Attributes

Inherited from:
Window
def isBackgroundSet(): Boolean

Attributes

Inherited from:
Component
def isCursorSet(): Boolean

Attributes

Inherited from:
Component
def isDisplayable(): Boolean

Attributes

Inherited from:
Component
def isDoubleBuffered(): Boolean

Attributes

Inherited from:
Component
def isEnabled(): Boolean

Attributes

Inherited from:
Component
final def isFocusCycleRoot(): Boolean

Attributes

Inherited from:
Window
def isFocusCycleRoot(x$0: Container): Boolean

Attributes

Inherited from:
Container
def isFocusOwner(): Boolean

Attributes

Inherited from:
Component
final def isFocusTraversalPolicyProvider(): Boolean

Attributes

Inherited from:
Container
def isFocusTraversalPolicySet(): Boolean

Attributes

Inherited from:
Container
def isFocusable(): Boolean

Attributes

Inherited from:
Component
final def isFocusableWindow(): Boolean

Attributes

Inherited from:
Window
def isFocused(): Boolean

Attributes

Inherited from:
Window
def isFontSet(): Boolean

Attributes

Inherited from:
Component
def isForegroundSet(): Boolean

Attributes

Inherited from:
Component
def isLightweight(): Boolean

Attributes

Inherited from:
Component
def isLocationByPlatform(): Boolean

Attributes

Inherited from:
Window
def isMaximumSizeSet(): Boolean

Attributes

Inherited from:
Component
def isMinimumSizeSet(): Boolean

Attributes

Inherited from:
Component
def isOpaque(): Boolean

Attributes

Inherited from:
Window
def isPreferredSizeSet(): Boolean

Attributes

Inherited from:
Component
def isResizable(): Boolean

Attributes

Inherited from:
Frame
def isShowing(): Boolean

Attributes

Inherited from:
Window
def isUndecorated(): Boolean

Attributes

Inherited from:
Frame
def isValid(): Boolean

Attributes

Inherited from:
Component
def isValidateRoot(): Boolean

Attributes

Inherited from:
Window
def isVisible(): Boolean

Attributes

Inherited from:
Component
def list(x$0: PrintWriter, x$1: Int): Unit

Attributes

Inherited from:
Container
def list(x$0: PrintStream, x$1: Int): Unit

Attributes

Inherited from:
Container
def list(x$0: PrintWriter): Unit

Attributes

Inherited from:
Component
def list(x$0: PrintStream): Unit

Attributes

Inherited from:
Component
def list(): Unit

Attributes

Inherited from:
Component
def pack(): Unit

Attributes

Inherited from:
Window
def paint(x$0: Graphics): Unit

Attributes

Inherited from:
Window
def paintAll(x$0: Graphics): Unit

Attributes

Inherited from:
Component
def paintComponents(x$0: Graphics): Unit

Attributes

Inherited from:
Container
def prepareImage(x$0: Image, x$1: Int, x$2: Int, x$3: ImageObserver): Boolean

Attributes

Inherited from:
Component
def prepareImage(x$0: Image, x$1: ImageObserver): Boolean

Attributes

Inherited from:
Component
def printAll(x$0: Graphics): Unit

Attributes

Inherited from:
Component
def printComponents(x$0: Graphics): Unit

Attributes

Inherited from:
Container
def remove(x$0: Component): Unit

Attributes

Inherited from:
JFrame
def remove(x$0: MenuComponent): Unit

Attributes

Inherited from:
Frame
def remove(x$0: Int): Unit

Attributes

Inherited from:
Container
def removeAll(): Unit

Attributes

Inherited from:
Container
def removeComponentListener(x$0: ComponentListener): Unit

Attributes

Inherited from:
Component
def removeContainerListener(x$0: ContainerListener): Unit

Attributes

Inherited from:
Container
def removeFocusListener(x$0: FocusListener): Unit

Attributes

Inherited from:
Component
def removeHierarchyBoundsListener(x$0: HierarchyBoundsListener): Unit

Attributes

Inherited from:
Component
def removeHierarchyListener(x$0: HierarchyListener): Unit

Attributes

Inherited from:
Component
def removeInputMethodListener(x$0: InputMethodListener): Unit

Attributes

Inherited from:
Component
def removeKeyListener(x$0: KeyListener): Unit

Attributes

Inherited from:
Component
def removeMouseListener(x$0: MouseListener): Unit

Attributes

Inherited from:
Component
def removeMouseMotionListener(x$0: MouseMotionListener): Unit

Attributes

Inherited from:
Component
def removeMouseWheelListener(x$0: MouseWheelListener): Unit

Attributes

Inherited from:
Component
def removeNotify(): Unit

Attributes

Inherited from:
Frame
def removePropertyChangeListener(x$0: String, x$1: PropertyChangeListener): Unit

Attributes

Inherited from:
Component
def removePropertyChangeListener(x$0: PropertyChangeListener): Unit

Attributes

Inherited from:
Component
def removeWindowFocusListener(x$0: WindowFocusListener): Unit

Attributes

Inherited from:
Window
def removeWindowListener(x$0: WindowListener): Unit

Attributes

Inherited from:
Window
def removeWindowStateListener(x$0: WindowStateListener): Unit

Attributes

Inherited from:
Window
def repaint(x$0: Long, x$1: Int, x$2: Int, x$3: Int, x$4: Int): Unit

Attributes

Inherited from:
JFrame
def repaint(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
Component
def repaint(x$0: Long): Unit

Attributes

Inherited from:
Component
def repaint(): Unit

Attributes

Inherited from:
Component
def requestFocus(x$0: Cause): Unit

Attributes

Inherited from:
Component
def requestFocus(): Unit

Attributes

Inherited from:
Component
def requestFocusInWindow(x$0: Cause): Boolean

Attributes

Inherited from:
Component
def requestFocusInWindow(): Boolean

Attributes

Inherited from:
Component
def revalidate(): Unit

Attributes

Inherited from:
Component
final def setAlwaysOnTop(x$0: Boolean): Unit

Attributes

Inherited from:
Window
def setAutoRequestFocus(x$0: Boolean): Unit

Attributes

Inherited from:
Window
def setBackground(x$0: Color): Unit

Attributes

Inherited from:
Frame
def setBounds(x$0: Rectangle): Unit

Attributes

Inherited from:
Window
def setBounds(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Inherited from:
Window
def setComponentOrientation(x$0: ComponentOrientation): Unit

Attributes

Inherited from:
Component
def setComponentZOrder(x$0: Component, x$1: Int): Unit

Attributes

Inherited from:
Container
@BeanProperty(bound = false, hidden = true, description = "The client area of the frame where child components are normally inserted.")
def setContentPane(x$0: Container): Unit

Attributes

Inherited from:
JFrame
def setCursor(x$0: Cursor): Unit

Attributes

Inherited from:
Window
@BeanProperty(preferred = true, description = "The frame\'s default close operation.", enumerationValues = "WindowConstants.DO_NOTHING_ON_CLOSE", "WindowConstants.HIDE_ON_CLOSE", "WindowConstants.DISPOSE_ON_CLOSE", "WindowConstants.EXIT_ON_CLOSE")
def setDefaultCloseOperation(x$0: Int): Unit

Attributes

Inherited from:
JFrame
def setDropTarget(x$0: DropTarget): Unit

Attributes

Inherited from:
Component
def setEnabled(x$0: Boolean): Unit

Attributes

Inherited from:
Component
def setExtendedState(x$0: Int): Unit

Attributes

Inherited from:
Frame
final def setFocusCycleRoot(x$0: Boolean): Unit

Attributes

Inherited from:
Window
def setFocusTraversalKeys(x$0: Int, x$1: Set[_ <: AWTKeyStroke]): Unit

Attributes

Inherited from:
Container
def setFocusTraversalKeysEnabled(x$0: Boolean): Unit

Attributes

Inherited from:
Component
def setFocusTraversalPolicy(x$0: FocusTraversalPolicy): Unit

Attributes

Inherited from:
Container
final def setFocusTraversalPolicyProvider(x$0: Boolean): Unit

Attributes

Inherited from:
Container
def setFocusable(x$0: Boolean): Unit

Attributes

Inherited from:
Component
def setFocusableWindowState(x$0: Boolean): Unit

Attributes

Inherited from:
Window
def setFont(x$0: Font): Unit

Attributes

Inherited from:
Container
def setForeground(x$0: Color): Unit

Attributes

Inherited from:
Component
@BeanProperty(bound = false, hidden = true, description = "A transparent pane used for menu rendering.")
def setGlassPane(x$0: Component): Unit

Attributes

Inherited from:
JFrame
def setIconImage(x$0: Image): Unit

Attributes

Inherited from:
JFrame
def setIconImages(x$0: List[_ <: Image]): Unit

Attributes

Inherited from:
Window
def setIgnoreRepaint(x$0: Boolean): Unit

Attributes

Inherited from:
Component
@BeanProperty(bound = false, hidden = true, description = "The menubar for accessing pulldown menus from this frame.")
def setJMenuBar(x$0: JMenuBar): Unit

Attributes

Inherited from:
JFrame
@BeanProperty(bound = false, hidden = true, description = "The pane that holds the various frame layers.")
def setLayeredPane(x$0: JLayeredPane): Unit

Attributes

Inherited from:
JFrame
def setLayout(x$0: LayoutManager): Unit

Attributes

Inherited from:
JFrame
def setLocale(x$0: Locale): Unit

Attributes

Inherited from:
Component
def setLocation(x$0: Point): Unit

Attributes

Inherited from:
Window
def setLocation(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
Window
def setLocationByPlatform(x$0: Boolean): Unit

Attributes

Inherited from:
Window
def setLocationRelativeTo(x$0: Component): Unit

Attributes

Inherited from:
Window
def setMaximizedBounds(x$0: Rectangle): Unit

Attributes

Inherited from:
Frame
def setMaximumSize(x$0: Dimension): Unit

Attributes

Inherited from:
Component
def setMenuBar(x$0: MenuBar): Unit

Attributes

Inherited from:
Frame
def setMinimumSize(x$0: Dimension): Unit

Attributes

Inherited from:
Window
def setMixingCutoutShape(x$0: Shape): Unit

Attributes

Inherited from:
Component
def setModalExclusionType(x$0: ModalExclusionType): Unit

Attributes

Inherited from:
Window
def setName(x$0: String): Unit

Attributes

Inherited from:
Component
def setOpacity(x$0: Float): Unit

Attributes

Inherited from:
Frame
def setPreferredSize(x$0: Dimension): Unit

Attributes

Inherited from:
Component
def setResizable(x$0: Boolean): Unit

Attributes

Inherited from:
Frame
def setShape(x$0: Shape): Unit

Attributes

Inherited from:
Frame
def setSize(x$0: Int, x$1: Int): Unit

Attributes

Inherited from:
Window
def setSize(x$0: Dimension): Unit

Attributes

Inherited from:
Window
def setState(x$0: Int): Unit

Attributes

Inherited from:
Frame
def setTitle(x$0: String): Unit

Attributes

Inherited from:
Frame
@BeanProperty(hidden = true, description = "Mechanism for transfer of data into the component")
def setTransferHandler(x$0: TransferHandler): Unit

Attributes

Inherited from:
JFrame
def setType(x$0: Type): Unit

Attributes

Inherited from:
Window
def setUndecorated(x$0: Boolean): Unit

Attributes

Inherited from:
Frame
def setVisible(x$0: Boolean): Unit

Attributes

Inherited from:
Window
def toBack(): Unit

Attributes

Inherited from:
Window
def toFront(): Unit

Attributes

Inherited from:
Window
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Component
def transferFocus(): Unit

Attributes

Inherited from:
Component
def transferFocusBackward(): Unit

Attributes

Inherited from:
Component

Attributes

Inherited from:
Container
def transferFocusUpCycle(): Unit

Attributes

Inherited from:
Component
def update(x$0: Graphics): Unit

Attributes

Inherited from:
JFrame
def validate(): Unit

Attributes

Inherited from:
Container

Deprecated and Inherited methods

@Deprecated
def action(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def applyResourceBundle(x$0: String): Unit

Attributes

Deprecated
true
Inherited from:
Window
@Deprecated
def applyResourceBundle(x$0: ResourceBundle): Unit

Attributes

Deprecated
true
Inherited from:
Window
@Deprecated
def bounds(): Rectangle

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def countComponents(): Int

Attributes

Deprecated
true
Inherited from:
Container
@Deprecated
def deliverEvent(x$0: Event): Unit

Attributes

Deprecated
true
Inherited from:
Container
@Deprecated
def disable(): Unit

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def enable(x$0: Boolean): Unit

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def enable(): Unit

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def getCursorType(): Int

Attributes

Deprecated
true
Inherited from:
Frame
@Deprecated
def gotFocus(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def handleEvent(x$0: Event): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def hide(): Unit

Attributes

Deprecated
true
Inherited from:
Window
@Deprecated
def insets(): Insets

Attributes

Deprecated
true
Inherited from:
Container
@Deprecated
def inside(x$0: Int, x$1: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def isFocusTraversable(): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def keyDown(x$0: Event, x$1: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def keyUp(x$0: Event, x$1: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def layout(): Unit

Attributes

Deprecated
true
Inherited from:
Container
@Deprecated
def locate(x$0: Int, x$1: Int): Component

Attributes

Deprecated
true
Inherited from:
Container
@Deprecated
def location(): Point

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def lostFocus(x$0: Event, x$1: <FromJavaObject>): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def minimumSize(): Dimension

Attributes

Deprecated
true
Inherited from:
Container
@Deprecated
def mouseDown(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def mouseDrag(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def mouseEnter(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def mouseExit(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def mouseMove(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def mouseUp(x$0: Event, x$1: Int, x$2: Int): Boolean

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def move(x$0: Int, x$1: Int): Unit

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def nextFocus(): Unit

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def postEvent(x$0: Event): Boolean

Attributes

Deprecated
true
Inherited from:
Window
@Deprecated
def preferredSize(): Dimension

Attributes

Deprecated
true
Inherited from:
Container
@Deprecated
def reshape(x$0: Int, x$1: Int, x$2: Int, x$3: Int): Unit

Attributes

Deprecated
true
Inherited from:
Window
@Deprecated
def resize(x$0: Dimension): Unit

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def resize(x$0: Int, x$1: Int): Unit

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def setCursor(x$0: Int): Unit

Attributes

Deprecated
true
Inherited from:
Frame
@Deprecated
def show(): Unit

Attributes

Deprecated
true
Inherited from:
Window
@Deprecated
def show(x$0: Boolean): Unit

Attributes

Deprecated
true
Inherited from:
Component
@Deprecated
def size(): Dimension

Attributes

Deprecated
true
Inherited from:
Component