public interface ViewStyleFPCurvesBuilder extends TaggedObject, IComponentBuilder
Modifier and Type | Method and Description |
---|---|
NXColor |
color()
Returns the color on the Curve section of the Flat Pattern tab of the View Style Dialog
License requirements: None. |
Font |
font()
Returns the font on the Curve section of the Flat Pattern tab of the View Style Dialog
License requirements: None. |
void |
setColor(NXColor color)
License requirements: drafting ("DRAFTING") . |
void |
setFont(Font font)
License requirements: drafting ("DRAFTING") . |
void |
setState(boolean stateToggle)
License requirements: drafting ("DRAFTING") . |
void |
setWidth(Width width)
License requirements: drafting ("DRAFTING") . |
boolean |
state()
Returns the state toggle on the Curve section of the Flat Pattern tab of the View Style Dialog
License requirements: None. |
FlatPatternSettings.FlatPatternObjectType |
type()
Returns the type of Flat Pattern Curve
License requirements: None. |
Width |
width()
Returns the width on the Curve section of the Flat Pattern tab of the View Style Dialog
License requirements: None. |
printTestData, printTestData, tag, tagValue
validate
FlatPatternSettings.FlatPatternObjectType type() throws NXException, RemoteException
NXException
RemoteException
boolean state() throws NXException, RemoteException
NXException
RemoteException
void setState(boolean stateToggle) throws NXException, RemoteException
stateToggle
- Sets a new state toggle value on the curve section of the flat pattern sub-builderNXException
RemoteException
NXColor color() throws NXException, RemoteException
NXException
RemoteException
void setColor(NXColor color) throws NXException, RemoteException
color
- Sets a new color on the curve section of the flat pattern sub-builderNXException
RemoteException
Font font() throws NXException, RemoteException
NXException
RemoteException
void setFont(Font font) throws NXException, RemoteException
font
- Sets a new font on the curve section of the flat pattern sub-builderNXException
RemoteException
Width width() throws NXException, RemoteException
NXException
RemoteException
void setWidth(Width width) throws NXException, RemoteException
width
- Sets a new width on the curve section of the flat pattern sub-builderNXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.