Class Line2D

    • Field Detail

      • sceneGraphOut

        public TypedIOPort sceneGraphOut
        The output port for connecting to other GR Actors in the scene graph.
      • lineWidth

        public Parameter lineWidth
        The width of the figure's outline. This parameter must contain a DoubleToken. The default value is 1.0.
      • rgbColor

        public ColorAttribute rgbColor
        The red, green, blue, and alpha components of the line. This parameter must contain an array of double values. The default value is {0.0, 0.0, 0.0, 1.0}, corresponding to opaque black.
      • xStart

        public Parameter xStart
        The x coordinate of the line's start position in the view screen.
      • yStart

        public Parameter yStart
        The y coordinate of the line's start position in the view screen.
      • xEnd

        public Parameter xEnd
        The x coordinate of the line's end position in the view screen.
      • yEnd

        public Parameter yEnd
        The y coordinate of the line's end position in the view screen.