Packages

c

de.sciss.nuages

NuagesShapeRenderer

class NuagesShapeRenderer[T <: Txn[T]] extends AbstractShapeRenderer

Linear Supertypes
AbstractShapeRenderer, Renderer, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NuagesShapeRenderer
  2. AbstractShapeRenderer
  3. Renderer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NuagesShapeRenderer(size: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def drawShape(arg0: Graphics2D, arg1: VisualItem, arg2: Shape): Unit
    Attributes
    protected[prefuse.render]
    Definition Classes
    AbstractShapeRenderer
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def getRawShape(vi: VisualItem): Shape
    Attributes
    protected
    Definition Classes
    NuagesShapeRenderer → AbstractShapeRenderer
  11. def getRenderType(arg0: VisualItem): Int
    Definition Classes
    AbstractShapeRenderer
  12. def getShape(arg0: VisualItem): Shape
    Definition Classes
    AbstractShapeRenderer
  13. def getStroke(arg0: VisualItem): BasicStroke
    Attributes
    protected[prefuse.render]
    Definition Classes
    AbstractShapeRenderer
  14. def getTransform(arg0: VisualItem): AffineTransform
    Attributes
    protected[prefuse.render]
    Definition Classes
    AbstractShapeRenderer
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def locatePoint(arg0: Point2D, arg1: VisualItem): Boolean
    Definition Classes
    AbstractShapeRenderer → Renderer
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def render(g: Graphics2D, vi: VisualItem): Unit
    Definition Classes
    NuagesShapeRenderer → AbstractShapeRenderer → Renderer
  22. def setBounds(arg0: VisualItem): Unit
    Definition Classes
    AbstractShapeRenderer → Renderer
  23. def setManageBounds(arg0: Boolean): Unit
    Definition Classes
    AbstractShapeRenderer
  24. def setRenderType(arg0: Int): Unit
    Definition Classes
    AbstractShapeRenderer
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AbstractShapeRenderer

Inherited from Renderer

Inherited from AnyRef

Inherited from Any

Ungrouped