Chart FX 7 for Java Server

com.softwarefx.chartfx.server.adornments
Interface IBorderAdornment

All Known Implementing Classes:
ImageBorder, SimpleBorder

public interface IBorderAdornment

The IBorderAdornment interface is for internal use only.


Method Summary
 Color getColor()
          Gets the Color.
 void setColor(Color value)
          Sets the color of the border.
 

Method Detail

getColor

Color getColor()

Gets the Color. For more detail see setColor(java.awt.Color).


setColor

void setColor(Color value)

Sets the color of the border.


http://www.softwarefx.com

2008 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.