Trait/Object

de.sciss.nuages.impl

VisualDataImpl

Related Docs: object VisualDataImpl | package impl

Permalink

trait VisualDataImpl[S <: Sys[S]] extends VisualData[S]

Linear Supertypes
VisualData[S], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VisualDataImpl
  2. VisualData
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def boundsResized(): Unit

    Permalink
    Attributes
    protected
  2. abstract def main: NuagesPanel[S]

    Permalink
    Attributes
    protected
  3. abstract def name: String

    Permalink

    GUI property: name displayed.

    GUI property: name displayed.

    Definition Classes
    VisualDataImplVisualData
  4. abstract def renderDetail(g: Graphics2D, vi: VisualItem): Unit

    Permalink
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def drawLabel(g: Graphics2D, vi: VisualItem, fontSize: Float, text: String): Unit

    Permalink
    Attributes
    protected
  7. def drawName(g: Graphics2D, vi: VisualItem, fontSize: Float): Unit

    Permalink
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. var fixed: Boolean

    Permalink

    GUI property: whether the node is allowed to move around as part of the dynamic layout (false) or not (true).

    GUI property: whether the node is allowed to move around as part of the dynamic layout (false) or not (true).

    Definition Classes
    VisualDataImplVisualData
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. val gp: GeneralPath

    Permalink
    Attributes
    protected
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val innerE: Double

    Permalink
    Attributes
    protected
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def itemDragged(vi: VisualItem, e: MouseEvent, pt: Point2D): Unit

    Permalink

    Called when the pointer device has dragged the item.

    Called when the pointer device has dragged the item.

    Definition Classes
    VisualDataImplVisualData
  18. def itemEntered(vi: VisualItem, e: MouseEvent, pt: Point2D): Unit

    Permalink

    Called when the pointer device has entered the item.

    Called when the pointer device has entered the item.

    Definition Classes
    VisualDataImplVisualData
  19. def itemExited(vi: VisualItem, e: MouseEvent, pt: Point2D): Unit

    Permalink

    Called when the pointer device has exited the item.

    Called when the pointer device has exited the item.

    Definition Classes
    VisualDataImplVisualData
  20. def itemPressed(vi: VisualItem, e: MouseEvent, pt: Point2D): Boolean

    Permalink

    Called when the pointer device has pressed the item.

    Called when the pointer device has pressed the item.

    returns

    true if the event was handled, false if it was ignored and should bubble up to the parent container

    Definition Classes
    VisualDataImplVisualData
  21. def itemReleased(vi: VisualItem, e: MouseEvent, pt: Point2D): Unit

    Permalink

    Called when the pointer device has released the item.

    Called when the pointer device has released the item.

    Definition Classes
    VisualDataImplVisualData
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. val outerE: Double

    Permalink
    Attributes
    protected
  26. var outline: Shape

    Permalink
    Attributes
    protected
  27. val r: Rectangle2D

    Permalink
    Attributes
    protected
  28. def render(g: Graphics2D, vi: VisualItem): Unit

    Permalink

    Asks the receiver to paint its GUI representation.

    Asks the receiver to paint its GUI representation.

    Definition Classes
    VisualDataImplVisualData
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def update(shp: Shape): Unit

    Permalink

    Called from drag-control: updates the current geometric shape of the corresponding visual item.

    Called from drag-control: updates the current geometric shape of the corresponding visual item.

    Definition Classes
    VisualDataImplVisualData
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from VisualData[S]

Inherited from AnyRef

Inherited from Any

Ungrouped