| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| void | DrawPolylines
(Polylines SetofPolyline)
Draws a set of polylines on the screen |
| StdColor | GetColorByObjectType
(DisplayedType DispType)
Retrieves the standard color used for the specified object type |
| ColorRGBAlternateScheme | GetColorRGBAlternateScheme
()
Sets color scheme of Creo Parametric session |
| ColorRGBVersion | GetColorRGBVersion
()
Gets version of ColorRGB |
| /*optional*/ ColorRGB | ModifyGraphicsColor
(
/*optional*/
ColorRGB Color)
Changes the color used to draw any subsequent graphics |
| /*optional*/ ColorRGB | ModifyTextColor
(
/*optional*/
ColorRGB Color)
Changes the color used to draw any subsequent graphics window text color |
| void | SetColorRGBAlternateScheme
(ColorRGBAlternateScheme Scheme)
Sets color scheme of Creo Parametric session |
| void | SetColorRGBVersion
(ColorRGBVersion Version)
Sets version of ColorRGB |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Method Detail |
|---|
| GetColorByObjectType |
|---|
| StdColor | GetColorByObjectType | (DisplayedType DispType) |
| Retrieves the standard color used for the specified object type Exceptions thrown (but not limited to): XToolkitNotFound - No default color entry exists for this entity type.
|
| SetColorRGBAlternateScheme |
|---|
| void | SetColorRGBAlternateScheme | (ColorRGBAlternateScheme Scheme) |
Sets color scheme of Creo Parametric session
|
| GetColorRGBAlternateScheme |
|---|
| ColorRGBAlternateScheme | GetColorRGBAlternateScheme | () |
Sets color scheme of Creo Parametric session
|
| SetColorRGBVersion |
|---|
| void | SetColorRGBVersion | (ColorRGBVersion Version) |
Sets version of ColorRGB
|
| GetColorRGBVersion |
|---|
| ColorRGBVersion | GetColorRGBVersion | () |
Gets version of ColorRGB
|
| ModifyGraphicsColor |
|---|
| /*optional*/ ColorRGB | ModifyGraphicsColor | ( /*optional*/ ColorRGB Color) |
| Changes the color used to draw any subsequent graphics Exceptions thrown (but not limited to): XToolkitNoChange - The current color is the same as the new color.
|
| ModifyTextColor |
|---|
| /*optional*/ ColorRGB | ModifyTextColor | ( /*optional*/ ColorRGB Color) |
| Changes the color used to draw any subsequent graphics window text color Exceptions thrown (but not limited to): XToolkitNoChange - The current color is the same as the new color.
|
| DrawPolylines |
|---|
| void | DrawPolylines | (Polylines SetofPolyline) |
Draws a set of polylines on the screen
|