Library | Package Java Toolkit

Interface ViewDisplay

package com.ptc.pfc.pfcView2D;

public interface ViewDisplay
  extends jxobject



Description

This interface contains the options for display in a drawing view.
See Also:
View2D



Method Summary
CableDisplayStyleGetCableStyle ()
    Get method for attribute "CableStyle"
    The display style for cables.
booleanGetRemoveQuiltHiddenLines ()
    Get method for attribute "RemoveQuiltHiddenLines"
    true to remove quilt hidden lines, false otherwise.
booleanGetShowConceptModel ()
    Get method for attribute "ShowConceptModel"
    true to include the skeleton model in the display, false otherwise.
booleanGetShowWeldXSection ()
    Get method for attribute "ShowWeldXSection"
    true to show weld cross sections in the display, false otherwise.
DisplayStyleGetStyle ()
    Get method for attribute "Style"
    The display style for hidden lines.
TangentEdgeDisplayStyleGetTangentStyle ()
    Get method for attribute "TangentStyle"
    The display style for tangent lines.
voidSetCableStyle (CableDisplayStyle value)
    Set method for attribute "CableStyle"
    The display style for cables.
voidSetRemoveQuiltHiddenLines (boolean value)
    Set method for attribute "RemoveQuiltHiddenLines"
    true to remove quilt hidden lines, false otherwise.
voidSetShowConceptModel (boolean value)
    Set method for attribute "ShowConceptModel"
    true to include the skeleton model in the display, false otherwise.
voidSetShowWeldXSection (boolean value)
    Set method for attribute "ShowWeldXSection"
    true to show weld cross sections in the display, false otherwise.
voidSetStyle (DisplayStyle value)
    Set method for attribute "Style"
    The display style for hidden lines.
voidSetTangentStyle (TangentEdgeDisplayStyle value)
    Set method for attribute "TangentStyle"
    The display style for tangent lines.

Method Detail

GetStyle/SetStyle

DisplayStyleGetStyle ()
voidSetStyle (DisplayStyle value)


    The display style for hidden lines.



GetTangentStyle/SetTangentStyle

TangentEdgeDisplayStyleGetTangentStyle ()
voidSetTangentStyle (TangentEdgeDisplayStyle value)


    The display style for tangent lines.



GetCableStyle/SetCableStyle

CableDisplayStyleGetCableStyle ()
voidSetCableStyle (CableDisplayStyle value)


    The display style for cables.



GetRemoveQuiltHiddenLines/SetRemoveQuiltHiddenLines

booleanGetRemoveQuiltHiddenLines ()
voidSetRemoveQuiltHiddenLines (boolean value)


    true to remove quilt hidden lines, false otherwise.



GetShowConceptModel/SetShowConceptModel

booleanGetShowConceptModel ()
voidSetShowConceptModel (boolean value)


    true to include the skeleton model in the display, false otherwise.



GetShowWeldXSection/SetShowWeldXSection

booleanGetShowWeldXSection ()
voidSetShowWeldXSection (boolean value)


    true to show weld cross sections in the display, false otherwise.