Class ComponentPainterProperty

    • Constructor Detail

      • ComponentPainterProperty

        public ComponentPainterProperty​(PropertyGroup group,
                                        java.lang.String name,
                                        java.lang.String description,
                                        PropertyValueHandler valueStorage)
    • Method Detail

      • get

        public ComponentPainter get​(java.lang.Object valueContainer)
        Returns the ComponentPainter value of this property in a value container.
        Parameters:
        valueContainer - the value container
        Returns:
        the ComponentPainter value of this property
      • set

        public void set​(java.lang.Object valueContainer,
                        ComponentPainter componentPainter)
        Sets the ComponentPainter value of this property in a value container.
        Parameters:
        valueContainer - the value container
        componentPainter - the ComponentPainter value