|
GLG Toolkit v. 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genlogic.GlgDataSample
com.genlogic.GlgDataSampleExt
public class GlgDataSampleExt
DataSample object: holds data for one point of a chart.
Field Summary | |
---|---|
byte |
drawn_size
BAR width or MARKER size. |
byte |
drawn_type
BAR fill type or MARKER type. |
int |
edge_color
Edge color of a BAR or MARKER. |
int |
fill_color
Fill color of a BAR or MARKER. |
byte |
line_width
BAR line width. |
int |
saved_type
Type of the saved extended data: BAR_EXT_DATA or MARKER_EXT_DATA |
double |
y_low
BAR YLow value. |
Fields inherited from class com.genlogic.GlgDataSample |
---|
extended_data, marker_vis, time, valid, value |
Constructor Summary | |
---|---|
GlgDataSampleExt()
Constructor. |
Method Summary | |
---|---|
static GlgDataSampleExt |
GetFromCache()
Returns an object from an internal cache, or creates a new object if the cache is empty. |
static void |
ReleaseToCache(GlgDataSampleExt obj)
Returns the object to the internal cache for reuse. |
Methods inherited from class com.genlogic.GlgDataSample |
---|
ReleaseToCache |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int saved_type
public double y_low
public int fill_color
public int edge_color
public byte drawn_size
public byte drawn_type
public byte line_width
Constructor Detail |
---|
public GlgDataSampleExt()
Method Detail |
---|
public static GlgDataSampleExt GetFromCache()
public static void ReleaseToCache(GlgDataSampleExt obj)
|
GLG Toolkit v. 4.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |