org.graphstream.ui.j2dviewer.renderer.shape.ShapePaint

ShapeVerticalGradientPaint

class ShapeVerticalGradientPaint extends ShapeGradientPaint

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ShapeVerticalGradientPaint
  2. ShapeGradientPaint
  3. ShapeAreaPaint
  4. Area
  5. ShapePaint
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShapeVerticalGradientPaint (colors: Array[Color], fractions: Array[Float])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def configureAreaForElement (g: Graphics2D, camera: Camera, info: NodeInfo, element: GraphicElement, decor: ShapeDecor): Unit

    Attributes
    protected
    Definition Classes
    Area
  9. def configureAreaForElement (g: Graphics2D, camera: Camera, info: NodeInfo, element: GraphicElement, x: Double, y: Double, contentOverallWidth: Double, contentOverallHeight: Double): Unit

    Attributes
    protected
    Definition Classes
    Area
  10. def configureAreaForElement (g: Graphics2D, camera: Camera, info: NodeInfo, element: GraphicElement, x: Double, y: Double): Unit

    Attributes
    protected
    Definition Classes
    Area
  11. def configureAreaForGroup (style: Style, camera: Camera): Unit

    Attributes
    protected
    Definition Classes
    Area
  12. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  13. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. var fit : Boolean

    Attributes
    protected
    Definition Classes
    Area
  16. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  17. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  18. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  19. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  20. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  21. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  22. def paint (xFrom: Double, yFrom: Double, xTo: Double, yTo: Double, px2gu: Double): Paint

    Definition Classes
    ShapeGradientPaintShapeAreaPaint
  23. def paint (shape: Shape, px2gu: Double): Paint

    Definition Classes
    ShapeAreaPaint
  24. def positionAndFit (g: Graphics2D, camera: Camera, info: NodeInfo, element: GraphicElement, x: Double, y: Double, contentOverallWidth: Double, contentOverallHeight: Double): Unit

    Attributes
    protected
    Definition Classes
    Area
  25. def realPaint (x0: Double, y0: Double, x1: Double, y1: Double): Paint

  26. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  27. val theCenter : Point2

    Attributes
    protected
    Definition Classes
    Area
  28. val theSize : Point2

    Attributes
    protected
    Definition Classes
    Area
  29. def toString (): String

    Definition Classes
    AnyRef → Any
  30. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ShapeGradientPaint

Inherited from ShapeAreaPaint

Inherited from Area

Inherited from ShapePaint

Inherited from AnyRef

Inherited from Any