![]() |
Site Map | Search ExPASy | Contact us | Proteomics tools |
Hosted by NCSC US | Mirror sites: | Canada | China | Korea | Switzerland | Taiwan |
java.lang.Object | +----java.awt.Component | +----java.awt.Canvas | +----DragCanvas | +----DragText
private int Size
private Color TextColor
private String Text
private boolean Multiline
private boolean Centered
private boolean Shaded
private boolean Italic
private boolean Bold
private Font textFont
DragText(String s, int x, int y, int sis, Color c)
public void setColor(Color c)
public void setShaded(boolean Value)
public void setBold(boolean Value)
public void setItalic(boolean Value)
public void setMultiline(boolean Value)
public void setCentered(boolean Value)
public void setWidth(int iWidth)
public void setText(String Value)
public boolean Intersects(int x, int y)
protected void updateFont()
public void paint(Graphics g)
public void paintText(Graphics g, String s, int x, int y, int w, boolean center)
![]() |
Site Map | Search ExPASy | Contact us | Proteomics tools |
Hosted by NCSC US | Mirror sites: | Canada | China | Korea | Switzerland | Taiwan |