Library | Package Java Toolkit

Interface LineStyleData

package com.ptc.wfc.wfcSession;

public interface LineStyleData
  extends jxobject



Description

Provides the information about the Line Style.



Method Summary
StringGetCapStyle ()
    Get method for attribute "CapStyle"
     Cap style of Line style.
/*optional*/ realseqGetDashList ()
    Get method for attribute "DashList"
     Dash list in Line style.
doubleGetDashOffset ()
    Get method for attribute "DashOffset"
     Dash offset of Line style.
StringGetDefinition ()
    Get method for attribute "Definition"
     Definition of Line style.
StringGetFillRule ()
    Get method for attribute "FillRule"
     Fill rule of Line style.
StringGetFillStyle ()
    Get method for attribute "FillStyle"
     Fill style of Line style.
StringGetJoinStyle ()
    Get method for attribute "JoinStyle"
     Join style of Line style.
StringGetName ()
    Get method for attribute "Name"
     Name of Line style.

Method Detail

GetName

StringGetName ()


     Name of Line style.
Manual References:
Graphics: Line Styles for Graphics, Graphics: Line Styles for Graphics



GetDefinition

StringGetDefinition ()


     Definition of Line style.
Manual References:
Graphics: Line Styles for Graphics, Graphics: Line Styles for Graphics



GetCapStyle

StringGetCapStyle ()


     Cap style of Line style.
Manual References:
Graphics: Line Styles for Graphics, Graphics: Line Styles for Graphics



GetJoinStyle

StringGetJoinStyle ()


     Join style of Line style.
Manual References:
Graphics: Line Styles for Graphics, Graphics: Line Styles for Graphics



GetDashOffset

doubleGetDashOffset ()


     Dash offset of Line style.
Manual References:
Graphics: Line Styles for Graphics, Graphics: Line Styles for Graphics



GetDashList

/*optional*/ realseqGetDashList ()


     Dash list in Line style.
Manual References:
Graphics: Line Styles for Graphics, Graphics: Line Styles for Graphics



GetFillStyle

StringGetFillStyle ()


     Fill style of Line style.
Manual References:
Graphics: Line Styles for Graphics, Graphics: Line Styles for Graphics



GetFillRule

StringGetFillRule ()


     Fill rule of Line style.
Manual References:
Graphics: Line Styles for Graphics