Instance Constructors
-
new
SCanvas3D
(c: Canvas3D)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
background
: Color
-
def
background_=
(c: Color): Unit
-
def
border
: Border
-
def
border_=
(b: Border): Unit
-
def
bounds
: Rectangle
-
def
bounds_=
(bnd: (Int, Int, Int, Int)): Unit
-
object
canvasFocus
extends Publisher
-
object
canvasKeys
extends Publisher
-
-
-
-
def
clone
(): AnyRef
-
def
cursor
: Cursor
-
def
cursor_=
(c: Cursor): Unit
-
def
deafTo
(ps: Publisher*): Unit
-
def
displayable
: Boolean
-
def
enabled
: Boolean
-
def
enabled_=
(b: Boolean): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(that: Any): Boolean
-
def
finalize
(): Unit
-
def
focusable
: Boolean
-
def
focusable_=
(b: Boolean): Unit
-
def
font
: Font
-
def
font_=
(f: Font): Unit
-
def
foreground
: Color
-
def
foreground_=
(c: Color): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hasFocus
: Boolean
-
def
hashCode
(): Int
-
def
ignoreRepaint
: Boolean
-
def
ignoreRepaint_=
(b: Boolean): Unit
-
var
initP
: JComponent
-
def
inputVerifier
: (Component) ⇒ Boolean
-
def
inputVerifier_=
(v: (Component) ⇒ Boolean): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
isRendererRunning
: Boolean
-
def
listenTo
(ps: Publisher*): Unit
-
val
listeners
: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
-
def
locale
: Locale
-
def
location
: Point
-
def
locationOnScreen
: Point
-
def
location_=
(loc: (Int, Int)): Unit
-
def
maximumSize
: Dimension
-
def
maximumSize_=
(x: Dimension): Unit
-
def
minimumSize
: Dimension
-
def
minimumSize_=
(x: Dimension): Unit
-
def
name
: String
-
def
name_=
(s: String): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
onFirstSubscribe
(): Unit
-
def
onLastUnsubscribe
(): Unit
-
def
opaque
: Boolean
-
def
opaque_=
(b: Boolean): Unit
-
def
paint
(g: Graphics2D): Unit
-
def
paintBorder
(g: Graphics2D): Unit
-
def
paintChildren
(g: Graphics2D): Unit
-
def
paintComponent
(g: Graphics2D): Unit
-
lazy val
peer
: JPanel
-
def
preferredSize
: Dimension
-
def
preferredSize_=
(x: Dimension): Unit
-
def
publish
(e: Event): Unit
-
val
reactions
: Reactions
-
def
repaint
(rect: Rectangle): Unit
-
def
repaint
(): Unit
-
def
requestFocus
(): Unit
-
def
requestFocusInWindow
(): Boolean
-
def
revalidate
(): Unit
-
def
self
: Component
-
def
showing
: Boolean
-
def
size
: Dimension
-
def
startRenderer
: Unit
-
def
stopRenderer
: Unit
-
def
subscribe
(listener: Reaction): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
toolkit
: Toolkit
-
def
tooltip
: String
-
def
tooltip_=
(t: String): Unit
-
def
unsubscribe
(listener: Reaction): Unit
-
def
visible
: Boolean
-
def
visible_=
(b: Boolean): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
xLayoutAlignment
: Double
-
def
xLayoutAlignment_=
(x: Double): Unit
-
def
yLayoutAlignment
: Double
-
def
yLayoutAlignment_=
(y: Double): Unit
Deprecated Value Members
-
lazy val
Mouse
: SCanvas3D.this.mouse.type
-
def
size_=
(dim: Dimension): Unit
Inherited from Component
Inherited from UIElement
Inherited from LazyPublisher
Inherited from Publisher
Inherited from Reactor
Inherited from Proxy
Inherited from AnyRef
Inherited from Any
The class SCanvas3D provides a heavyweight Scala Swing component that Java 3D can render into.
1.3 - 2011/09/19