de
.
sciss
.
lucre
.
data
.
gui
.
InteractiveSkipOctreePanel
Model
trait
Model
[
S <:
Sys
[S]
,
D <:
Space
[D]
,
Point <: PointLike
]
extends AnyRef
Linear Supertypes
AnyRef,
Any
Known Subclasses
Model2D
Ordering
Alphabetic
By inheritance
Inherited
Hide All
Show all
Model
AnyRef
Any
Visibility
Public
All
Abstract Value Members
abstract
def
addPDFSupport
(
f:
JFrame
)
:
Unit
abstract
def
consistency
()
:
Unit
abstract
def
coords
(
p: PointLike
)
: IndexedSeq[
Int
]
abstract
def
cursor
:
Cursor
[S]
abstract
def
distanceMeasures
: IndexedSeq[(String, de.sciss.lucre.geom.DistanceMeasure.Ops[_, D])]
abstract
def
highlight
: Set[Point]
abstract
def
highlight_=
(
points: Set[Point]
)
:
Unit
abstract
def
hyperCube
(
coords: IndexedSeq[
Int
]
,
ext:
Int
)
: HyperCube
abstract
def
nTimes
:
Int
abstract
def
point
(
coords: IndexedSeq[
Int
]
)
: Point
abstract
def
queryShape
(
q: HyperCube
)
: de.sciss.lucre.geom.QueryShape[_, D]
abstract
def
rangeHyperCube
:
Option
[HyperCube]
abstract
def
rangeHyperCube_=
(
q:
Option
[HyperCube]
)
:
Unit
abstract
def
repaint
()
:
Unit
abstract
def
tree
(
implicit
tx: Tx
)
:
SkipOctree
[S, D, Point]
abstract
def
view
:
JComponent
Concrete Value Members
final
def
!=
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
addMouseAdapter
(
ma:
MouseListener
with
MouseMotionListener
)
:
Unit
final
def
asInstanceOf
[
T0
]
: T0
Definition Classes
Any
def
clone
()
: AnyRef
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
eq
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
: java.lang.Class[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
insets
:
Insets
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0: AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
newPanel
()
:
InteractiveSkipOctreePanel
[S, D, Point]
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
pointString
(
p: PointLike
)
: String
final
def
synchronized
[
T0
]
(
arg0: ⇒ T0
)
: T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
Inherited from AnyRef
Inherited from
Any