Package | Description |
---|---|
net.maizegenetics.gui |
Classes for the graphical display of GenotypeTables and other graphical elements
|
Modifier and Type | Method and Description |
---|---|
GenotypeTableMask.MaskType |
AbstractGenotypeTableMask.getMaskType() |
GenotypeTableMask.MaskType |
GenotypeTableMask.getMaskType() |
static GenotypeTableMask.MaskType |
GenotypeTableMask.MaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenotypeTableMask.MaskType[] |
GenotypeTableMask.MaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static GenotypeTableMaskBoolean |
GenotypeTableMaskBoolean.getInstanceCompareAlignments(GenotypeTable align1,
GenotypeTable align2,
String name,
GenotypeTableMask.MaskType type) |
Constructor and Description |
---|
AbstractGenotypeTableMask(GenotypeTable align,
String name,
Color color,
GenotypeTableMask.MaskType type) |
GenotypeTableMaskBoolean(GenotypeTable align,
byte[][] mask,
String name,
Color color,
GenotypeTableMask.MaskType type) |
GenotypeTableMaskBoolean(GenotypeTable align,
byte[][] mask,
String name,
GenotypeTableMask.MaskType type) |
Copyright © 2018. All rights reserved.