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

ShapeImageScaledRatioMinPaint

class ShapeImageScaledRatioMinPaint extends ShapeAreaPaint

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

Instance Constructors

  1. new ShapeImageScaledRatioMinPaint (url: String)

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 (backend: Backend, camera: Camera, skel: AreaSkeleton, element: GraphicElement, decor: ShapeDecor): Unit

    Select the general size and position of the shape.

    Select the general size and position of the shape. This is done according to:

    • The style,
    • Eventually the element specific size attribute,
    • Eventually the element contents (decor).
    Attributes
    protected
    Definition Classes
    Area
  9. def configureAreaForGroup (style: Style, camera: Camera): Unit

    Select the general size for the group.

    Select the general size for the group.

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

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

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

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

    Fit the shape size to its contents?

    Fit the shape size to its contents?

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

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

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

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

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

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

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

  21. def paint (shape: Shape, px2gu: Double): Paint

    Definition Classes
    ShapeAreaPaint
  22. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  23. val theCenter : Point2

    The shape position.

    The shape position.

    Attributes
    protected
    Definition Classes
    Area
  24. val theSize : Point2

    The shape size.

    The shape size.

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

    Definition Classes
    AnyRef → Any
  26. val url : String

  27. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ShapeAreaPaint

Inherited from Area

Inherited from ShapePaint

Inherited from AnyRef

Inherited from Any