public class EpiProPalette.EpiProContigPalette
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected EpiProPalette.ColorInfo |
color_info |
protected int |
contig_end |
protected int |
contig_length |
protected int |
contig_start |
protected java.awt.Color[] |
palette |
Modifier | Constructor and Description |
---|---|
protected |
EpiProPalette.EpiProContigPalette() |
|
EpiProPalette.EpiProContigPalette(EpiProPalette.ColorInfo info,
int contig_length,
int mode) |
Modifier and Type | Method and Description |
---|---|
protected float |
getColorEnd() |
protected float |
getColorStart() |
int |
getContigEnd() |
int |
getContigLength() |
int |
getContigStart() |
protected java.awt.Color[] |
getPalette() |
java.awt.Color |
getUnmappedReadColor(long genomic_location) |
void |
setColorEnd(float color_end) |
void |
setColorStart(float color_start) |
void |
setContigEnd(int contig_end) |
void |
setContigStart(int contig_start) |
protected void |
updateContigPalette(int mode) |
protected transient java.awt.Color[] palette
protected int contig_start
protected int contig_end
protected int contig_length
protected EpiProPalette.ColorInfo color_info
protected EpiProPalette.EpiProContigPalette()
public EpiProPalette.EpiProContigPalette(EpiProPalette.ColorInfo info, int contig_length, int mode)
protected void updateContigPalette(int mode)
protected java.awt.Color[] getPalette()
public java.awt.Color getUnmappedReadColor(long genomic_location)
public int getContigLength()
public int getContigStart()
public void setContigStart(int contig_start)
public int getContigEnd()
public void setContigEnd(int contig_end)
protected float getColorStart()
public void setColorStart(float color_start)
protected float getColorEnd()
public void setColorEnd(float color_end)
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.