|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.gui.glyph.GlyphUtils
public class GlyphUtils
Utils class used by Glyph implementors. Creates Shapes from x and y coordinates
| Method Summary | |
|---|---|
static java.awt.Shape |
getShape(int[] x,
int[] y)
|
static java.awt.Shape |
getShape(java.util.List points)
|
static java.awt.Shape |
getShape(java.util.List x,
java.util.List y)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.awt.Shape getShape(java.util.List x,
java.util.List y)
public static java.awt.Shape getShape(java.util.List points)
public static java.awt.Shape getShape(int[] x,
int[] y)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||