Package org.patternfly.icon
Class IconSpec
- java.lang.Object
-
- org.patternfly.icon.IconSpec
-
public final class IconSpec extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intheightIcon height in pixelsStringidunique icon nameStringlicensecopyright holder and SPDX short license identifierStringpathSVG path attribute valueStringsetname of icon setintwidthIcon width in pixelsintxOffsetSVG view box x offsetintyOffsetSVG view box y offset
-
-
-
Field Detail
-
set
public final String set
name of icon set
-
id
public final String id
unique icon name
-
xOffset
public final int xOffset
SVG view box x offset
-
yOffset
public final int yOffset
SVG view box y offset
-
width
public final int width
Icon width in pixels
-
height
public final int height
Icon height in pixels
-
path
public final String path
SVG path attribute value
-
license
public final String license
copyright holder and SPDX short license identifier
-
-