public class AxisUtils
extends java.lang.Object
Constructor and Description |
---|
AxisUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
drawHorizontalAxisDetails(java.awt.Graphics g,
GenomicViewDraw source) |
static void |
drawHorizontalAxisDetailsInspect(java.awt.Graphics g,
GenomicViewInspect source) |
static void |
drawHorizontalAxisRegion(java.awt.Graphics g,
GenomicViewDraw source) |
protected static void |
drawInspectTickmark(java.awt.Graphics g,
GenomicViewInspect source,
java.text.NumberFormat nf,
long datum,
int correction,
int y,
int gap)
draws vertical labels for axis values
|
protected static void |
drawMultipleHorizontalAxis(java.awt.Graphics g,
GenomicViewDraw source,
int[] y_offset,
java.text.NumberFormat nf,
long S,
java.lang.String sym) |
protected static java.text.NumberFormat |
getNumberFormat(long range_factor) |
public static void drawHorizontalAxisDetailsInspect(java.awt.Graphics g, GenomicViewInspect source)
protected static void drawInspectTickmark(java.awt.Graphics g, GenomicViewInspect source, java.text.NumberFormat nf, long datum, int correction, int y, int gap)
g
- source
- nf
- datum
- correction
- y
- gap
- public static void drawHorizontalAxisDetails(java.awt.Graphics g, GenomicViewDraw source)
public static void drawHorizontalAxisRegion(java.awt.Graphics g, GenomicViewDraw source)
protected static java.text.NumberFormat getNumberFormat(long range_factor)
range_factor
- protected static void drawMultipleHorizontalAxis(java.awt.Graphics g, GenomicViewDraw source, int[] y_offset, java.text.NumberFormat nf, long S, java.lang.String sym)
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.