public class MetaPen extends MetaObject
| Modifier and Type | Field and Description | 
|---|---|
static int |  
           PS_DASH  |  
          
static int |  
           PS_DASHDOT  |  
          
static int |  
           PS_DASHDOTDOT  |  
          
static int |  
           PS_DOT  |  
          
static int |  
           PS_INSIDEFRAME  |  
          
static int |  
           PS_NULL  |  
          
static int |  
           PS_SOLID  |  
          
META_BRUSH, META_FONT, META_NOT_SUPPORTED, META_PEN, type| Constructor and Description | 
|---|
MetaPen()  |  
          
| Modifier and Type | Method and Description | 
|---|---|
BaseColor |  
           getColor()  |  
          
int |  
           getPenWidth()  |  
          
int |  
           getStyle()  |  
          
void |  
           init(InputMeta in)  |  
          
getTypepublic static final int PS_SOLID
public static final int PS_DASH
public static final int PS_DOT
public static final int PS_DASHDOT
public static final int PS_DASHDOTDOT
public static final int PS_NULL
public static final int PS_INSIDEFRAME
public void init(InputMeta in) throws IOException
IOException 
           public int getStyle()
public int getPenWidth()
public BaseColor getColor()
Copyright © 1998–2019. All rights reserved.