Uses of Class
org.broad.igv.bbfile.BigWigSectionHeader.WigItemType
-
Packages that use BigWigSectionHeader.WigItemType Package Description org.broad.igv.bbfile -
-
Uses of BigWigSectionHeader.WigItemType in org.broad.igv.bbfile
Methods in org.broad.igv.bbfile that return BigWigSectionHeader.WigItemType Modifier and Type Method Description BigWigSectionHeader.WigItemType
BigWigSectionHeader. getItemType()
static BigWigSectionHeader.WigItemType
BigWigSectionHeader.WigItemType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BigWigSectionHeader.WigItemType[]
BigWigSectionHeader.WigItemType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-