public class TableB extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TableB.Composite
Composite pattern - collection of TableB
|
class |
TableB.Descriptor |
Modifier and Type | Method and Description |
---|---|
void |
addDescriptor(short x,
short y,
int scale,
int refVal,
int width,
String name,
String units,
String desc) |
TableB.Descriptor |
getDescriptor(short id) |
Collection<TableB.Descriptor> |
getDescriptors() |
Collection<Short> |
getKeys() |
String |
getLocation() |
String |
getName() |
void |
show(Formatter out) |
public void addDescriptor(short x, short y, int scale, int refVal, int width, String name, String units, String desc)
public String getName()
public String getLocation()
public TableB.Descriptor getDescriptor(short id)
public Collection<TableB.Descriptor> getDescriptors()
public Collection<Short> getKeys()
public void show(Formatter out)
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.