API Documentation > Interfaces > Interface EdgeDisplay
Interface EdgeDisplay

package com.ptc.wfc.wfcGeometry;

public interface
EdgeDisplay
extends
jxobject


Description
User Guide References:
Method Summary
Get method for attribute "Color"
/*optional*/ String
Get method for attribute "Font"
/*optional*/ Double
Get method for attribute "Width"
void
Set method for attribute "Color"
void
SetFont ( /*optional*/ String value)
Set method for attribute "Font"
void
SetWidth ( /*optional*/ Double value)
Set method for attribute "Width"
Method Detail
GetColor
GetColor
()
SetColor
void
SetColor
(ColorRGB value)
User Guide References:
GetFont
/*optional*/ String
GetFont
()
SetFont
void
SetFont
( /*optional*/ String value)
Exceptions thrown (but not limited to):
XToolkitNotFound - The edge display uses the default font.
User Guide References:
GetWidth
/*optional*/ Double
GetWidth
()
SetWidth
void
SetWidth
( /*optional*/ Double value)
Exceptions thrown (but not limited to):
XToolkitNotFound - The default edge width is used.
User Guide References:
Was this helpful?