Library | Package Java Toolkit

Interface XSectionNewHatch

package com.ptc.wfc.wfcXSection;

public interface XSectionNewHatch
  extends jxobject



Description

Interface for new line pattern hatching



Method Summary
doubleGetAngle ()
    Get method for attribute "Angle"
    Angle for new line pattern
ColorRGBGetColor ()
    Get method for attribute "Color"
    Color for new line pattern
realseqGetDash ()
    Get method for attribute "Dash"
    Dash for new line pattern
doubleGetXDelta ()
    Get method for attribute "XDelta"
    X delta for new line pattern
doubleGetXOrigin ()
    Get method for attribute "XOrigin"
    X origin for new line pattern
doubleGetYDelta ()
    Get method for attribute "YDelta"
    Y delta for new line pattern
doubleGetYOrigin ()
    Get method for attribute "YOrigin"
    Y origin for new line pattern
voidSetAngle (double value)
    Set method for attribute "Angle"
    Angle for new line pattern
voidSetColor (ColorRGB value)
    Set method for attribute "Color"
    Color for new line pattern
voidSetDash (realseq value)
    Set method for attribute "Dash"
    Dash for new line pattern
voidSetXDelta (double value)
    Set method for attribute "XDelta"
    X delta for new line pattern
voidSetXOrigin (double value)
    Set method for attribute "XOrigin"
    X origin for new line pattern
voidSetYDelta (double value)
    Set method for attribute "YDelta"
    Y delta for new line pattern
voidSetYOrigin (double value)
    Set method for attribute "YOrigin"
    Y origin for new line pattern

Method Detail

GetAngle/SetAngle

doubleGetAngle ()
voidSetAngle (double value)


    Angle for new 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



GetXOrigin/SetXOrigin

doubleGetXOrigin ()
voidSetXOrigin (double value)


    X origin for new 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



GetYOrigin/SetYOrigin

doubleGetYOrigin ()
voidSetYOrigin (double value)


    Y origin for new 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



GetXDelta/SetXDelta

doubleGetXDelta ()
voidSetXDelta (double value)


    X delta for new 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



GetYDelta/SetYDelta

doubleGetYDelta ()
voidSetYDelta (double value)


    Y delta for new 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



GetDash/SetDash

realseqGetDash ()
voidSetDash (realseq value)


    Dash for new 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



GetColor/SetColor

ColorRGBGetColor ()
voidSetColor (ColorRGB value)


    Color for new 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