public interface ViewStyleTraceLinesBuilder extends TaggedObject, IComponentBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
createGaps()
Returns the create gaps toggle on the TRACE LINES tab of the View Style Dialog
License requirements: None. |
double |
gapSize()
Returns the gap size on the TRACE LINES tab of the View Style Dialog
License requirements: None. |
NXColor |
hiddenColor()
Returns the hidden color on the TRACE LINES tab of the View Style Dialog
License requirements: None. |
Font |
hiddenFont()
Returns the hidden font on the TRACE LINES tab of the View Style Dialog
License requirements: None. |
Width |
hiddenWidth()
Returns the hidden width on the TRACE LINES tab of the View Style Dialog
License requirements: None. |
void |
setCreateGaps(boolean createGapsToggle)
License requirements: drafting ("DRAFTING") . |
void |
setGapSize(double gapSize)
License requirements: drafting ("DRAFTING") . |
void |
setHiddenColor(NXColor hiddenColor)
License requirements: drafting ("DRAFTING") . |
void |
setHiddenFont(Font hiddenFont)
License requirements: drafting ("DRAFTING") . |
void |
setHiddenWidth(Width hiddenWidth)
License requirements: drafting ("DRAFTING") . |
void |
setVisibleColor(NXColor visibleColor)
License requirements: drafting ("DRAFTING") . |
void |
setVisibleFont(Font font)
License requirements: drafting ("DRAFTING") . |
void |
setVisibleWidth(Width width)
License requirements: drafting ("DRAFTING") . |
NXColor |
visibleColor()
Returns the visible color on the TRACE LINES tab of the View Style Dialog
License requirements: None. |
Font |
visibleFont()
Returns the visible font on the TRACE LINES tab of the View Style Dialog
License requirements: None. |
Width |
visibleWidth()
Returns the visible width on the TRACE LINES tab of the View Style Dialog
License requirements: None. |
printTestData, printTestData, tag, tagValue
validate
NXColor visibleColor() throws NXException, RemoteException
NXException
RemoteException
void setVisibleColor(NXColor visibleColor) throws NXException, RemoteException
visibleColor
- Sets a new visible color on the trace lines sub-builderNXException
RemoteException
Font visibleFont() throws NXException, RemoteException
NXException
RemoteException
void setVisibleFont(Font font) throws NXException, RemoteException
font
- Sets a new visible font on the trace lines sub-builderNXException
RemoteException
Width visibleWidth() throws NXException, RemoteException
NXException
RemoteException
void setVisibleWidth(Width width) throws NXException, RemoteException
width
- Sets a new visible width on the trace lines sub-builderNXException
RemoteException
NXColor hiddenColor() throws NXException, RemoteException
NXException
RemoteException
void setHiddenColor(NXColor hiddenColor) throws NXException, RemoteException
hiddenColor
- Sets a new hidden color on the trace lines sub-builderNXException
RemoteException
Font hiddenFont() throws NXException, RemoteException
NXException
RemoteException
void setHiddenFont(Font hiddenFont) throws NXException, RemoteException
hiddenFont
- Sets a new hidden font on the trace lines sub-builderNXException
RemoteException
Width hiddenWidth() throws NXException, RemoteException
NXException
RemoteException
void setHiddenWidth(Width hiddenWidth) throws NXException, RemoteException
hiddenWidth
- Sets a new hidden width on the trace lines sub-builderNXException
RemoteException
boolean createGaps() throws NXException, RemoteException
NXException
RemoteException
void setCreateGaps(boolean createGapsToggle) throws NXException, RemoteException
createGapsToggle
- Sets a new create gaps toggle value on the trace lines sub-builderNXException
RemoteException
double gapSize() throws NXException, RemoteException
NXException
RemoteException
void setGapSize(double gapSize) throws NXException, RemoteException
gapSize
- Sets a new gap size on the trace lines sub-builderNXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.