Uses of Class
org.apache.poi.hwmf.record.HwmfHatchStyle
-
Packages that use HwmfHatchStyle Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfHatchStyle in org.apache.poi.hemf.record.emf
Fields in org.apache.poi.hemf.record.emf declared as HwmfHatchStyle Modifier and Type Field Description protected HwmfHatchStyleHemfMisc.EmfExtCreatePen. hatchStyleMethods in org.apache.poi.hemf.record.emf that return HwmfHatchStyle Modifier and Type Method Description HwmfHatchStyleHemfMisc.EmfExtCreatePen. getHatchStyle() -
Uses of HwmfHatchStyle in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfHatchStyle Modifier and Type Method Description HwmfHatchStyleHwmfDrawProperties. getBrushHatch()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfHatchStyle Modifier and Type Method Description voidHwmfDrawProperties. setBrushHatch(HwmfHatchStyle brushHatch) -
Uses of HwmfHatchStyle in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfHatchStyle Modifier and Type Field Description protected HwmfHatchStyleHwmfMisc.WmfCreateBrushIndirect. brushHatchMethods in org.apache.poi.hwmf.record that return HwmfHatchStyle Modifier and Type Method Description HwmfHatchStyleHwmfMisc.WmfCreateBrushIndirect. getBrushHatch()static HwmfHatchStyleHwmfHatchStyle. valueOf(int flag)Returns the enum constant of this type with the specified name.static HwmfHatchStyleHwmfHatchStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfHatchStyle[]HwmfHatchStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-