Module omix.api
Package omix.lang

Interface Brush

All Superinterfaces:
Paint
All Known Implementing Classes:
Color, FillPattern, Gradient, LinearGradient, RadialGradient, Texture

public interface Brush
extends Paint
This interface represents the brush of diagram components which can be:
  • Color
  • Gradient
  • Fillpattern
  • Texture
Since:
Omix 1.8.0
Author:
Dr. Peter Droste, Omix Visualization
  • Method Summary

    Modifier and Type Method Description
    Brush clone()  
    boolean equals​(Object obj)  
    int hashCode()