public class ImageBevel extends TeeBase
Title: ImageBevel class
Description: Displays Image bevel around rectangles
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
chart, InternalUse
Constructor and Description |
---|
ImageBevel(IBaseChart c) |
Modifier and Type | Method and Description |
---|---|
void |
assign(ImageBevel b)
Assigns all properties from a bevel to another.
|
void |
Draw(Graphics3D g,
Rectangle rect,
int borderRound)
Draws bevels around rectangle parameter.
|
ChartBrush |
getBrush()
Sets ImageBevel Brush characteristics.
|
ChartPen |
getPen()
Sets ImageBevel Pen characteristics.
|
boolean |
getVisible()
Sets the visibility of the Image Bevel.
Default value: false |
int |
getWidth()
Draws an Image Bevel of the specified width.
Default value: 10 |
void |
setVisible(boolean value)
Sets the visibility of the Image Bevel.
Default value: false |
void |
setWidth(int value)
Draws an Image Bevel of the specified width.
Default value: 10 |
getChart, invalidate, setBooleanProperty, setChart, setColorProperty, setDoubleProperty, setIntegerProperty, setStringProperty
public ImageBevel(IBaseChart c)
public int getWidth()
public void setWidth(int value)
value
- intpublic boolean getVisible()
public void setVisible(boolean value)
value
- booleanpublic ChartPen getPen()
public ChartBrush getBrush()
public void assign(ImageBevel b)
b
- ImageBevelpublic void Draw(Graphics3D g, Rectangle rect, int borderRound)
g
- Graphics3Drect
- RectangleborderRound
- int