Class GRShape2D

    • Field Detail

      • sceneGraphOut

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

        public ColorAttribute rgbFillColor
        The red, green, blue, and alpha components of the interior color of the figure. This parameter must contain an array of double values. The default value is {1.0, 1.0, 1.0, 1.0}, corresponding to opaque white.
      • rgbOutlineColor

        public ColorAttribute rgbOutlineColor
        The red, green, blue and alpha components of the outline color of the figure. 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.
      • outlineWidth

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

        protected BasicFigure _figure
        The figure represented by this actor.