Uses of Class
org.apache.poi.hwmf.draw.HwmfDrawProperties
-
Packages that use HwmfDrawProperties Package Description org.apache.poi.hemf.draw org.apache.poi.hwmf.draw -
-
Uses of HwmfDrawProperties in org.apache.poi.hemf.draw
Subclasses of HwmfDrawProperties in org.apache.poi.hemf.draw Modifier and Type Class Description classHemfDrawPropertiesMethods in org.apache.poi.hemf.draw with parameters of type HwmfDrawProperties Modifier and Type Method Description protected HemfDrawPropertiesHemfGraphics. newProperties(HwmfDrawProperties oldProps) -
Uses of HwmfDrawProperties in org.apache.poi.hwmf.draw
Fields in org.apache.poi.hwmf.draw declared as HwmfDrawProperties Modifier and Type Field Description protected HwmfDrawPropertiesHwmfGraphics. propMethods in org.apache.poi.hwmf.draw that return HwmfDrawProperties Modifier and Type Method Description HwmfDrawPropertiesHwmfGraphics. getProperties()protected HwmfDrawPropertiesHwmfGraphics. newProperties(HwmfDrawProperties oldProps)Methods in org.apache.poi.hwmf.draw with parameters of type HwmfDrawProperties Modifier and Type Method Description protected HwmfDrawPropertiesHwmfGraphics. newProperties(HwmfDrawProperties oldProps)Constructors in org.apache.poi.hwmf.draw with parameters of type HwmfDrawProperties Constructor Description HwmfDrawProperties(HwmfDrawProperties other)
-