Interface IRendererProperty

All Superinterfaces:
Serializable
All Known Implementing Classes:
RendererProperty

public interface IRendererProperty extends Serializable
This interface describes a property for the renderers.
Since:
9.2
Author:
A.Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the property.
  • Method Details

    • getValue

      Serializable getValue()
      Returns the value of the property.
      Returns:
      The value of the property.