Uses of Class
org.meteoinfo.legend.HatchStyle
-
Packages that use HatchStyle Package Description org.meteoinfo.drawing org.meteoinfo.legend -
-
Uses of HatchStyle in org.meteoinfo.drawing
Methods in org.meteoinfo.drawing with parameters of type HatchStyle Modifier and Type Method Description static java.awt.image.BufferedImageDraw. getHatchImage(HatchStyle style, int size, java.awt.Color stripeColor, java.awt.Color backColor)Get hatch style image -
Uses of HatchStyle in org.meteoinfo.legend
Methods in org.meteoinfo.legend that return HatchStyle Modifier and Type Method Description static HatchStyleHatchStyle. getStyle(java.lang.String h)Get hatch style from a stringHatchStylePolygonBreak. getStyle()Get hatch stylestatic HatchStyleHatchStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HatchStyle[]HatchStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.meteoinfo.legend with parameters of type HatchStyle Modifier and Type Method Description voidLegendView. setLegendBreak_PolygonStyle(HatchStyle style)Set legend break polygon stylevoidPolygonBreak. setStyle(HatchStyle value)Set hatch style
-