Interface IGraphicsObject

All Known Subinterfaces:
IShape
All Known Implementing Classes:
ShapeWrapper

public interface IGraphicsObject
An abstract super interface for objects used in the rendering process.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details

    • getData

      Object getData()
    • setData

      void setData(Object data)