|
Cytoscape 2.8.0-beta3 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.ImageIcon
cytoscape.visual.ui.icon.VisualPropertyIcon
cytoscape.visual.ui.icon.LineTypeIcon
public class LineTypeIcon
DOCUMENT ME!
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.ImageIcon |
|---|
ImageIcon.AccessibleImageIcon |
| Field Summary | |
|---|---|
protected Graphics2D |
g2d
|
| Fields inherited from class cytoscape.visual.ui.icon.VisualPropertyIcon |
|---|
bottomPad, color, DEFAULT_ICON_COLOR, DEFAULT_ICON_SIZE, height, leftPad, name, shape, width |
| Fields inherited from class javax.swing.ImageIcon |
|---|
component, tracker |
| Constructor Summary | |
|---|---|
LineTypeIcon()
Creates a new LineTypeIcon object. |
|
LineTypeIcon(LineStyle style)
|
|
LineTypeIcon(Stroke stroke,
int width,
int height,
String name)
Creates a new LineTypeIcon object. |
|
LineTypeIcon(Stroke stroke,
int width,
int height,
String name,
Color color)
Creates a new LineTypeIcon object. |
|
| Method Summary | |
|---|---|
void |
paintIcon(Component c,
Graphics g,
int x,
int y)
DOCUMENT ME! |
void |
setText(String text)
DOCUMENT ME! |
void |
setTextColor(Color color)
DOCUMENT ME! |
void |
setTextFont(Font font)
DOCUMENT ME! |
| Methods inherited from class cytoscape.visual.ui.icon.VisualPropertyIcon |
|---|
getColor, getIconHeight, getIconWidth, getName, getShape, setBottomPadding, setColor, setIconHeight, setIconWidth, setLeftPadding, setName |
| Methods inherited from class javax.swing.ImageIcon |
|---|
getAccessibleContext, getDescription, getImage, getImageLoadStatus, getImageObserver, loadImage, setDescription, setImage, setImageObserver, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Graphics2D g2d
| Constructor Detail |
|---|
public LineTypeIcon()
public LineTypeIcon(LineStyle style)
public LineTypeIcon(Stroke stroke,
int width,
int height,
String name)
stroke - DOCUMENT ME!width - DOCUMENT ME!height - DOCUMENT ME!name - DOCUMENT ME!
public LineTypeIcon(Stroke stroke,
int width,
int height,
String name,
Color color)
stroke - DOCUMENT ME!width - DOCUMENT ME!height - DOCUMENT ME!name - DOCUMENT ME!color - DOCUMENT ME!| Method Detail |
|---|
public void paintIcon(Component c,
Graphics g,
int x,
int y)
paintIcon in interface IconpaintIcon in class ImageIconc - DOCUMENT ME!g - DOCUMENT ME!x - DOCUMENT ME!y - DOCUMENT ME!public void setText(String text)
text - DOCUMENT ME!public void setTextFont(Font font)
font - DOCUMENT ME!public void setTextColor(Color color)
color - DOCUMENT ME!
|
Cytoscape 2.8.0-beta3 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||