Class CustomIconStyle

java.lang.Object
org.teamapps.icons.api.CustomIconStyle
All Implemented Interfaces:
IconStyle

public class CustomIconStyle
extends java.lang.Object
implements IconStyle
  • Constructor Summary

    Constructors 
    Constructor Description
    CustomIconStyle​(java.lang.String styleId, java.lang.String styleName, java.lang.String baseStyleId, boolean canBeUseAsSubIcon, java.awt.Color[] searchColors, java.awt.Color[] replaceColors)  
    CustomIconStyle​(java.lang.String styleId, java.lang.String styleName, java.lang.String baseStyleId, boolean canBeUseAsSubIcon, java.awt.Color[] searchColors, java.awt.Color[] replaceColors, int matchFuzzinessThreshold)  
    CustomIconStyle​(java.lang.String styleId, java.lang.String styleName, java.lang.String baseStyleId, boolean canBeUseAsSubIcon, java.awt.Color searchColor, java.awt.Color replaceColor)  
  • Method Summary

    Modifier and Type Method Description
    boolean canBeUsedAsSubIcon()  
    java.lang.String getBaseStyleId()  
    int getMatchFuzzinessThreshold()  
    java.awt.Color[] getReplaceColors()  
    java.awt.Color[] getSearchColors()  
    java.lang.String getStyleId()  
    java.lang.String getStyleName()  
    void setMatchFuzzinessThreshold​(int matchFuzzinessThreshold)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CustomIconStyle

      public CustomIconStyle​(java.lang.String styleId, java.lang.String styleName, java.lang.String baseStyleId, boolean canBeUseAsSubIcon, java.awt.Color searchColor, java.awt.Color replaceColor)
    • CustomIconStyle

      public CustomIconStyle​(java.lang.String styleId, java.lang.String styleName, java.lang.String baseStyleId, boolean canBeUseAsSubIcon, java.awt.Color[] searchColors, java.awt.Color[] replaceColors)
    • CustomIconStyle

      public CustomIconStyle​(java.lang.String styleId, java.lang.String styleName, java.lang.String baseStyleId, boolean canBeUseAsSubIcon, java.awt.Color[] searchColors, java.awt.Color[] replaceColors, int matchFuzzinessThreshold)
  • Method Details