Package org.flexdock.plaf.resources
Class FontResourceHandler
- java.lang.Object
-
- org.flexdock.plaf.resources.ResourceHandler
-
- org.flexdock.plaf.resources.FontResourceHandler
-
public class FontResourceHandler extends ResourceHandler
- Author:
- Christopher Butler
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BASE_FONT_KEY
-
Constructor Summary
Constructors Constructor Description FontResourceHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getResource(java.lang.String fontData)
-
Methods inherited from class org.flexdock.plaf.resources.ResourceHandler
getArgs
-
-
-
-
Field Detail
-
BASE_FONT_KEY
public static final java.lang.String BASE_FONT_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getResource
public java.lang.Object getResource(java.lang.String fontData)
- Overrides:
getResource
in classResourceHandler
-
-