Extends
Members
- 
    
    The alignment of any lines drawn (0.5 = middle, 1 = outer, 0 = inner). - Default Value:
- 0.5
 
 
- 
    alpha number inherited
- 
    
    The alpha value used when filling the Graphics object. - Default Value:
- 1
 
 
- 
    cap PIXI.LINE_CAP
- 
    
    Line cap style. - Default Value:
- PIXI.LINE_CAP.BUTT
 
 
- 
    
    The hex color value used when coloring the Graphics object. - Default Value:
- 0xFFFFFF
 
 
- 
    join PIXI.LINE_JOIN
- 
    
    Line join style. - Default Value:
- PIXI.LINE_JOIN.MITER
 
 
- 
    matrix PIXI.Matrix inherited
- 
    
    The transform aplpied to the texture. - Default Value:
- null
 
 
- 
    
    Miter limit. - Default Value:
- 10
 
 
- 
    
    If true the lines will be draw using LINES instead of TRIANGLE_STRIP - Default Value:
- false
 
 
- 
    texture PIXI.Texture inherited
- 
    
    The texture to be used for the fill. - Default Value:
- 0
 
 
- 
    visible boolean inherited
- 
    
    If the current fill is visible. - Default Value:
- false
 
 
- 
    
    The width (thickness) of any lines drawn. - Default Value:
- 0
 
 
Methods
- 
    clone ()PIXI.LineStyle overrides
- 
    
    
    Clones the object Returns:Type Description PIXI.LineStyle 
- 
    destroy () inherited
- 
    
    
    Destroy and don't use after this 
- 
    reset () overrides
- 
    
    
    Reset the line style to default.