Uses of Class
com.imyeyu.font.icon.svg.GlyphPoint
Packages that use GlyphPoint
-
Uses of GlyphPoint in com.imyeyu.font.icon.svg
Methods in com.imyeyu.font.icon.svg that return GlyphPointModifier and TypeMethodDescriptionGlyphPoint.move(int dx, int dy) GlyphPoint.transform(double xx, double xy, double yx, double yy, int dx, int dy) Methods in com.imyeyu.font.icon.svg that return types with arguments of type GlyphPointModifier and TypeMethodDescriptionGlyph.getContours()static List<List<GlyphPoint>> GlyphNormalizer.normalize(List<List<GlyphPoint>> contours, IconFontOptions options) SvgPathParser.parse()Method parameters in com.imyeyu.font.icon.svg with type arguments of type GlyphPointModifier and TypeMethodDescriptionstatic List<List<GlyphPoint>> GlyphNormalizer.normalize(List<List<GlyphPoint>> contours, IconFontOptions options) static BoundsBounds.of(List<List<GlyphPoint>> contours) voidGlyph.setContours(List<List<GlyphPoint>> contours) Constructor parameters in com.imyeyu.font.icon.svg with type arguments of type GlyphPoint