Class MfLogPen
java.lang.Object
org.pentaho.reporting.libraries.pixie.wmf.MfLogPen
- All Implemented Interfaces:
WmfObject
A Windows metafile logical pen object.
-
Field Summary
Fields inherited from interface org.pentaho.reporting.libraries.pixie.wmf.WmfObject
OBJ_BRUSH, OBJ_FONT, OBJ_PALETTE, OBJ_PEN, OBJ_REGION
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
MfLogPen
public MfLogPen()The default pen for a new DC.
-
-
Method Details
-
getStyle
public int getStyle()Return one of the PS_ styles. -
setStyle
public void setStyle(int style) -
getWidth
public int getWidth()Return width. -
setWidth
public void setWidth(int width) -
getColor
Return color of the current pen, or null. -
setColor
-
isSimpleStyle
public boolean isSimpleStyle()True if not a dashed or dotted style. -
isVisible
public boolean isVisible() -
getType
public int getType() -
getStroke
-
toString
-