Library | Package Java Toolkit

Interface XSectionHatch

SUCCESSOR(S): XSectionHatchStyle

package com.ptc.wfc.wfcXSection;

public interface XSectionHatch
  extends jxobject



Description

Interface for line pattern hatching



Method Summary
intGetAngle ()
    Get method for attribute "Angle"
     Angle for line pattern
doubleGetOffset ()
    Get method for attribute "Offset"
     Offset for line pattern
doubleGetSpacing ()
    Get method for attribute "Spacing"
     Spacing for line pattern
voidSetAngle (int value)
    Set method for attribute "Angle"
     Angle for line pattern
voidSetOffset (double value)
    Set method for attribute "Offset"
     Offset for line pattern
voidSetSpacing (double value)
    Set method for attribute "Spacing"
     Spacing for line pattern

Method Detail

GetAngle/SetAngle

intGetAngle ()
voidSetAngle (int value)


     Angle for line pattern
Manual References:
Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components



GetSpacing/SetSpacing

doubleGetSpacing ()
voidSetSpacing (double value)


     Spacing for line pattern
Manual References:
Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components



GetOffset/SetOffset

doubleGetOffset ()
voidSetOffset (double value)


     Offset for line pattern
Manual References:
Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components