Uses of Class
org.teamapps.icon.shape.ShapeIcon
-
-
Uses of ShapeIcon in org.teamapps.icon.shape
Fields in org.teamapps.icon.shape declared as ShapeIcon Modifier and Type Field Description static ShapeIconShapeIcon. CIRCLEstatic ShapeIconShapeIcon. HEXAGONstatic ShapeIconShapeIcon. PENTAGONstatic ShapeIconShapeIcon. SQUAREstatic ShapeIconShapeIcon. TRIANGLEMethods in org.teamapps.icon.shape that return ShapeIcon Modifier and Type Method Description ShapeIconShapeIconDecoder. decodeIcon(String encodedIconString, org.teamapps.icons.IconDecoderContext context)static ShapeIconShapeIcon. forName(String constantName)static ShapeIconShapeIcon. valueOf(String constantName)ShapeIconShapeIcon. withStyle(ShapeIconStyle style)Methods in org.teamapps.icon.shape that return types with arguments of type ShapeIcon Modifier and Type Method Description static Collection<ShapeIcon>ShapeIcon. allIcons()Methods in org.teamapps.icon.shape with parameters of type ShapeIcon Modifier and Type Method Description StringShapeIconEncoder. encodeIcon(ShapeIcon icon, org.teamapps.icons.IconEncoderContext iconEncoderContext)org.teamapps.icons.IconResourceShapeIconLoader. loadIcon(ShapeIcon icon, int size, org.teamapps.icons.IconLoaderContext context)
-