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

CubicCurveShape

class CubicCurveShape extends LineConnectorShape with ShowCubics

A cubic curve shape.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CubicCurveShape
  2. ShowCubics
  3. LineConnectorShape
  4. ShadowableLine
  5. StrokableLine
  6. Strokable
  7. FillableLine
  8. ConnectorShape
  9. Decorable
  10. Connector
  11. Shape
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CubicCurveShape()

Value Members

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

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

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

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

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

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

    Definition Classes
    Any
  7. def byPos1: Point3

    First control point.

    First control point. Works only for curves.

    Definition Classes
    Connector
  8. def byPos2: Point3

    Second control point.

    Second control point. Works only for curves.

    Definition Classes
    Connector
  9. def cast(g: Graphics2D, shape: java.awt.Shape): Unit

    Render the shadow.

    Render the shadow.

    g

    The Java2D graphics.

    Definition Classes
    ShadowableLine
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def configureConnectorForElement(camera: Camera, element: GraphicEdge, skel: ConnectorSkeleton): Unit

    Definition Classes
    Connector
  12. def configureConnectorForGroup(style: Style, camera: Camera): Unit

    Definition Classes
    Connector
  13. def configureDecorableForElement(backend: Backend, camera: Camera, element: GraphicElement, skel: Skeleton): Unit

    Setup the parts of the decor specific to each element.

    Setup the parts of the decor specific to each element.

    Attributes
    protected
    Definition Classes
    Decorable
  14. def configureDecorableForGroup(style: Style, camera: Camera): Unit

    Configure all the static parts needed to decor the shape.

    Configure all the static parts needed to decor the shape.

    Attributes
    protected
    Definition Classes
    Decorable
  15. def configureFillableLineForElement(style: Style, camera: Camera, element: GraphicElement): Unit

    Attributes
    protected
    Definition Classes
    FillableLine
  16. def configureFillableLineForGroup(bck: Backend, style: Style, camera: Camera, theSize: Double): Unit

    Attributes
    protected
    Definition Classes
    FillableLine
  17. def configureForElement(bck: Backend, element: GraphicElement, skel: Skeleton, camera: Camera): Unit

    Configure all the dynamic and per element settings.

    Configure all the dynamic and per element settings. Some configurations can only be done before painting the element, since they change for each element.

    element

    The specific element to render.

    camera

    the view parameters.

    Definition Classes
    LineConnectorShapeConnectorShapeShape
  18. def configureForGroup(bck: Backend, style: Style, camera: Camera): Unit

    Configure as much as possible the graphics before painting several version of this shape at different positions.

    Configure as much as possible the graphics before painting several version of this shape at different positions.

    style

    The style for the group.

    camera

    the view parameters.

    Definition Classes
    LineConnectorShapeConnectorShapeShape
  19. def configureShadowableLineForGroup(style: Style, camera: Camera): Unit

    Configure all the static parts needed to cast the shadow of the shape.

    Configure all the static parts needed to cast the shadow of the shape.

    Attributes
    protected
    Definition Classes
    ShadowableLine
  20. def configureStrokableForGroup(style: Style, camera: Camera): Unit

    Configure all the static parts needed to stroke the shape.

    Configure all the static parts needed to stroke the shape.

    Attributes
    protected
    Definition Classes
    StrokableLineStrokable
  21. def configureStrokableLineForGroup(style: Style, camera: Camera): Unit

    Attributes
    protected
    Definition Classes
    StrokableLine
  22. def decorArea(backend: Backend, camera: Camera, iconAndText: IconAndText, element: GraphicElement, shape: java.awt.Shape): Unit

    Paint the decorations (text and icon).

    Paint the decorations (text and icon).

    Definition Classes
    Decorable
  23. def decorConnector(backend: Backend, camera: Camera, iconAndText: IconAndText, element: GraphicElement, shape: java.awt.Shape): Unit

    Definition Classes
    Decorable
  24. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  26. def fill(g: Graphics2D, width: Double, shape: java.awt.Shape): Unit

    Definition Classes
    FillableLine
  27. def fill(g: Graphics2D, width: Double, dynColor: Double, shape: java.awt.Shape): Unit

    Definition Classes
    FillableLine
  28. var fillStroke: ShapeStroke

    Definition Classes
    FillableLine
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. def fromPos: Point3

    Origin point of the connector.

    Origin point of the connector.

    Definition Classes
    Connector
  31. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. var isDirected: Boolean

    Is the connector directed ?

    Is the connector directed ?

    Definition Classes
    Connector
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def make(camera: Camera, sox: Double, soy: Double, swx: Double, swy: Double): Unit

    Attributes
    protected
  36. def make(bck: Backend, camera: Camera): Unit

    Must create the shape from informations given earlier, that is, resize it if needed and position it, and do all the things that are specific to each element, and cannot be done for the group of elements.

    Must create the shape from informations given earlier, that is, resize it if needed and position it, and do all the things that are specific to each element, and cannot be done for the group of elements. This method is made to be called inside the render() method, hence it is protected.

    camera

    the view parameters.

    Attributes
    protected
    Definition Classes
    CubicCurveShapeShape
  37. def makeFromPoints(camera: Camera, sox: Double, soy: Double, swx: Double, swy: Double): Unit

    Attributes
    protected
  38. def makeLoop(camera: Camera, sox: Double, soy: Double, swx: Double, swy: Double): Unit

    Attributes
    protected
  39. def makeMulti(camera: Camera, sox: Double, soy: Double, swx: Double, swy: Double): Unit

    Attributes
    protected
  40. def makeMultiOrLoop(camera: Camera, sox: Double, soy: Double, swx: Double, swy: Double): Unit

    Attributes
    protected
  41. def makeShadow(bck: Backend, camera: Camera): Unit

    Same as #make(Camera) for the shadow shape.

    Same as #make(Camera) for the shadow shape. The shadow shape may be moved and resized compared to the original shape. This method is made to be called inside the renderShadow() method, hence it is protected.

    Attributes
    protected
    Definition Classes
    CubicCurveShapeShape
  42. def makeSingle(camera: Camera, sox: Double, soy: Double, swx: Double, swy: Double): Unit

    Attributes
    protected
  43. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  46. var plainFast: Boolean

    Definition Classes
    FillableLine
  47. def render(bck: Backend, camera: Camera, element: GraphicElement, skel: Skeleton): Unit

    Render the shape for the given element.

    Render the shape for the given element.

    camera

    The view parameters.

    element

    The element to render.

    Definition Classes
    CubicCurveShapeShape
  48. def renderShadow(bck: Backend, camera: Camera, element: GraphicElement, skel: Skeleton): Unit

    Render the shape shadow for the given element.

    Render the shape shadow for the given element. The shadow is rendered in a different pass than usual rendering, therefore it is a separate method.

    Definition Classes
    CubicCurveShapeShape
  49. def shadowOffset(xoff: Double, yoff: Double): Unit

    Set the shadow offset according to the shape.

    Set the shadow offset according to the shape.

    Definition Classes
    ShadowableLine
  50. var shadowStroke: ShapeStroke

    The shadow paint.

    The shadow paint.

    Definition Classes
    ShadowableLine
  51. def shadowWidth(width: Double): Unit

    Sety the shadow width added to the shape width.

    Sety the shadow width added to the shape width.

    Definition Classes
    ShadowableLine
  52. var showControlPolygon: Boolean

    Attributes
    protected
    Definition Classes
    ShowCubics
  53. def showCtrlPoints(g: Graphics2D, camera: Camera, skel: ConnectorSkeleton): Unit

    Show the control polygons.

    Show the control polygons.

    Attributes
    protected
    Definition Classes
    ShowCubics
  54. var skel: ConnectorSkeleton

    We will use it often, better store it.

    We will use it often, better store it.

    Definition Classes
    Connector
  55. def stroke(g: Graphics2D, shape: java.awt.Shape): Unit

    Paint the stroke of the shape.

    Paint the stroke of the shape.

    Definition Classes
    Strokable
  56. var strokeColor: Color

    The stroke color.

    The stroke color.

    Definition Classes
    Strokable
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  58. var text: String

    The string of text of the contents.

    The string of text of the contents.

    Definition Classes
    Decorable
  59. var theDecor: ShapeDecor

    The text and icon.

    The text and icon.

    Definition Classes
    Decorable
  60. var theEdge: GraphicEdge

    The edge, we will also need it often.

    The edge, we will also need it often.

    Definition Classes
    Connector
  61. var theFillColor: Color

    Definition Classes
    FillableLine
  62. var theFillPercent: Double

    Definition Classes
    FillableLine
  63. var theShadowColor: Color

    Attributes
    protected
    Definition Classes
    ShadowableLine
  64. val theShadowOff: Point2

    Offset of the shadow according to the shape center.

    Offset of the shadow according to the shape center.

    Attributes
    protected
    Definition Classes
    ShadowableLine
  65. var theShadowWidth: Double

    Additional width of a shadow (added to the shape size).

    Additional width of a shadow (added to the shape size).

    Attributes
    protected
    Definition Classes
    ShadowableLine
  66. var theShape: Double

    Attributes
    protected
  67. var theSize: Double

    Width of the connector.

    Width of the connector.

    Attributes
    protected
    Definition Classes
    Connector
  68. var theSourceSize: Point2

    Overall sizes of the area at the end of the connector.

    Overall sizes of the area at the end of the connector.

    Attributes
    protected
    Definition Classes
    Connector
  69. var theStroke: ShapeStroke

    The stroke.

    The stroke.

    Definition Classes
    Strokable
  70. var theStrokeWidth: Double

    The stroke width.

    The stroke width.

    Definition Classes
    Strokable
  71. var theTargetSize: Point2

    Overall size of the area at the end of the connector.

    Overall size of the area at the end of the connector.

    Attributes
    protected
    Definition Classes
    Connector
  72. def toPos: Point3

    Destination of the connector.

    Destination of the connector.

    Definition Classes
    Connector
  73. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ShowCubics

Inherited from LineConnectorShape

Inherited from ShadowableLine

Inherited from StrokableLine

Inherited from Strokable

Inherited from FillableLine

Inherited from ConnectorShape

Inherited from Decorable

Inherited from Connector

Inherited from Shape

Inherited from AnyRef

Inherited from Any

Ungrouped