Package | Description |
---|---|
com.hfg.bio.seq.graphics | |
com.hfg.svg |
Modifier and Type | Method and Description |
---|---|
SvgGroup |
ContigPlot.generateXAxis() |
Modifier and Type | Method and Description |
---|---|
SvgGroup |
SVG.addGroup() |
SvgGroup |
SvgDefs.addGroup() |
SvgGroup |
SvgGroup.addGroup() |
SvgGroup |
SvgSwitch.addGroup() |
SvgGroup |
SvgSymbol.addGroup() |
SvgGroup |
SvgGroup.addStyle(String inValue) |
SvgGroup |
SvgGroup.addStyle(String inName,
String inValue) |
SvgGroup |
SvgGroup.setClass(String inValue) |
SvgGroup |
SvgGroup.setFilter(String inValue) |
SvgGroup |
SvgGroup.setFont(Font inFont)
Sets both the 'font-family' and 'font-size' attributes based on the Font data.
|
SvgGroup |
SvgGroup.setFontFamily(String inValue) |
SvgGroup |
SvgGroup.setFontSize(GfxSize inValue) |
SvgGroup |
SvgGroup.setFontSize(String inValue) |
SvgGroup |
SvgGroup.setFontWeight(String inValue) |
SvgGroup |
SvgGroup.setId(String inValue) |
SvgGroup |
SvgGroup.setOnClick(String inValue) |
SvgGroup |
SvgGroup.setOnMouseDown(String inValue) |
SvgGroup |
SvgGroup.setOnMouseUp(String inValue) |
SvgGroup |
SvgGroup.setOpacity(float inOpacity)
Specifies a value for the opacity of children of this group (fill, stroke, and text).
|
SvgGroup |
SvgGroup.setStyle(String inValue) |
SvgGroup |
SvgGroup.setTransform(String inValue) |
jataylor@hairyfatguy.com