Uses of Class
org.apache.poi.hwmf.record.HwmfPenStyle.HwmfLineJoin
-
Packages that use HwmfPenStyle.HwmfLineJoin Package Description org.apache.poi.hemf.record.emf org.apache.poi.hwmf.record -
-
Uses of HwmfPenStyle.HwmfLineJoin in org.apache.poi.hemf.record.emf
Methods in org.apache.poi.hemf.record.emf with parameters of type HwmfPenStyle.HwmfLineJoin Modifier and Type Method Description static HemfPenStyleHemfPenStyle. valueOf(HwmfPenStyle.HwmfLineCap cap, HwmfPenStyle.HwmfLineJoin join, HwmfPenStyle.HwmfLineDash dash, boolean isAlternateDash, boolean isGeometric) -
Uses of HwmfPenStyle.HwmfLineJoin in org.apache.poi.hwmf.record
Methods in org.apache.poi.hwmf.record that return HwmfPenStyle.HwmfLineJoin Modifier and Type Method Description HwmfPenStyle.HwmfLineJoinHwmfPenStyle. getLineJoin()static HwmfPenStyle.HwmfLineJoinHwmfPenStyle.HwmfLineJoin. valueOf(String name)Returns the enum constant of this type with the specified name.static HwmfPenStyle.HwmfLineJoin[]HwmfPenStyle.HwmfLineJoin. values()Returns an array containing the constants of this enum type, in the order they are declared.
-