de.mirell.m3d

class CLine

Object | +--de.mirell.m3d.C3DObject | +--de.mirell.m3d.CLine
Implemented Interfaces: IDrawable, IXMLSerializableAll Known Subclasses: CCurve

class CLine extends C3DObject

    Field Summary

    public onRotated: Function
    Properties inherited from class de.mirell.m3d.C3DObject

    Constructor

    public CLine ( )

    Method Summary

    public draw ( ): Void
    Draws the object
    public fromXML ( value: XML ): Void
    Unserializes XML into the object
    public getStyle ( ): CStyle
    public setStyle ( Value: CStyle ): Void
    public toXML ( ): XML
    Serializes the object into XML

    Field Documentation

    onRotated

    public var onRotated: Function

      Constructor Documentation

      CLine

      public function CLine (
      )

        Method Documentation

        draw

        public function draw (
        ): Void
        Draws the object
        This method is called from the renderer when the object needs to draw itself.

        fromXML

        public function fromXML (
        value: XML): Void
        Unserializes XML into the object
        Object state is set according to XML.

        getStyle

        public function getStyle (
        ): CStyle

          setStyle

          public function setStyle (
          Value: CStyle): Void

            toXML

            public function toXML (
            ): XML
            Serializes the object into XML
            The current object state will be serialized. The fromXML method must be able to unserialize the XML.

            The documentation was generated from the following file:
            • CLine.as, Last Modified: 02.01.2004 05:30:20