Package org.snpeff.svg
Class SvgScale
- java.lang.Object
-
- org.snpeff.svg.Svg
-
- org.snpeff.svg.SvgScale
-
public class SvgScale extends Svg
Create an SVG representation of a "Scale and Chromsome labels
-
-
Field Summary
Fields Modifier and Type Field Description static int
SCALE_HEIGHT
static int
SCALE_TICK_HEIGHT
-
Fields inherited from class org.snpeff.svg.Svg
debug, DEFAULT_BASE_Y, DEFAULT_SIZE_X, DEFAULT_SIZE_Y, LINE_COLOR_STROKE, LINE_STROKE_WIDTH, RECT_COLOR_FILL, RECT_COLOR_STROKE, RECT_HEIGHT, RECT_STROKE_WIDTH, TEXT_SIZE, TEXT_STYLE
-
-
-
-
Field Detail
-
SCALE_TICK_HEIGHT
public static final int SCALE_TICK_HEIGHT
- See Also:
- Constant Field Values
-
SCALE_HEIGHT
public static final int SCALE_HEIGHT
- See Also:
- Constant Field Values
-
-