Uses of Class
org.apache.poi.hwmf.record.HwmfBrushStyle
-
Packages that use HwmfBrushStyle Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.draw org.apache.poi.hwmf.record -
-
Uses of HwmfBrushStyle in org.apache.poi.hemf.record.emf
Fields in org.apache.poi.hemf.record.emf declared as HwmfBrushStyle Modifier and Type Field Description protected HwmfBrushStyleHemfMisc.EmfExtCreatePen. brushStyleMethods in org.apache.poi.hemf.record.emf that return HwmfBrushStyle Modifier and Type Method Description HwmfBrushStyleHemfMisc.EmfExtCreatePen. getBrushStyle() -
Uses of HwmfBrushStyle in org.apache.poi.hwmf.draw
Methods in org.apache.poi.hwmf.draw that return HwmfBrushStyle Modifier and Type Method Description HwmfBrushStyleHwmfDrawProperties. getBrushStyle()Methods in org.apache.poi.hwmf.draw with parameters of type HwmfBrushStyle Modifier and Type Method Description voidHwmfDrawProperties. setBrushStyle(HwmfBrushStyle brushStyle) -
Uses of HwmfBrushStyle in org.apache.poi.hwmf.record
Fields in org.apache.poi.hwmf.record declared as HwmfBrushStyle Modifier and Type Field Description protected HwmfBrushStyleHwmfMisc.WmfCreateBrushIndirect. brushStyleprotected HwmfBrushStyleHwmfMisc.WmfDibCreatePatternBrush. styleMethods in org.apache.poi.hwmf.record that return HwmfBrushStyle Modifier and Type Method Description HwmfBrushStyleHwmfMisc.WmfCreateBrushIndirect. getBrushStyle()HwmfBrushStyleHwmfMisc.WmfDibCreatePatternBrush. getStyle()static HwmfBrushStyleHwmfBrushStyle. valueOf(int flag)Returns the enum constant of this type with the specified name.static HwmfBrushStyleHwmfBrushStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfBrushStyle[]HwmfBrushStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.
-