GLG Toolkit, Java Class Library
Version 4.5
|
An abstract superclass of all GLG objects. More...
An abstract superclass of all GLG objects.
Provides GLG API functionality for all GLG objects, with methods grouped by the API type (Standard, Intermediate and Extended).
Inherited by GlgAction, GlgAngularAxis, GlgAnnotation, GlgArc, GlgAxis, GlgBoxAttr, GlgChart, GlgColorTable, GlgConnection, GlgDataPoint, GlgDataValue, GlgDynArray, GlgEdge, GlgFont, GlgFontTable, GlgFrame, GlgFunction, GlgGIS, GlgHistory, GlgImage, GlgLegend, GlgLevelLine, GlgLight, GlgLightViewport, GlgLineAttr, GlgList, GlgMarker, GlgMatrix, GlgParallelogram, GlgPlot, GlgPolySurface, GlgPolygon, GlgPolyline, GlgReference, GlgRenderingAttr, GlgResourceReference, GlgRounded, GlgScreen, GlgSeries, GlgSpline, GlgSquareSeries, GlgTag, GlgText, GlgVector, GlgViewport, and GlgXform.
Public Member Functions | |
void | AbortGISRequest (String resource_name) |
Aborts a GIS object's asynchronous map loading request in progress, if any. More... | |
GlgObject | AddAnnotation (String resource_name, GlgObject annotation, double position_x, double position_y, boolean add_box) |
Adds an annotation to the chart object. More... | |
GlgObject | AddAttachmentPoint (double dx, double dy, double dz) |
Adds an attachment point to the reference object and returns the added point. More... | |
boolean | AddDataSampleNode (GlgDataSampleNode node, boolean quick_mode) |
Adds a data sample node directly to the plot's data buffer. More... | |
void | AddListener (GlgCallbackType type, Object listener) |
Adds a GLG event listener to a viewport. More... | |
boolean | AddObject (Object object, GlgAccessType access_type, GlgPositionModifier pos_modifier) |
A generic method for adding an object to the container. More... | |
boolean | AddObjectAt (Object object, int index) |
Adds an object at the specified position inside the container. More... | |
boolean | AddObjectToBottom (Object object) |
Adds an object at the end of the container. More... | |
boolean | AddObjectToTop (Object object) |
Adds an object at the beginning of the container. More... | |
GlgObject | AddPlot (String resource_name, GlgObject plot) |
Adds a plot line to the chart object. More... | |
GlgObject | AddTimeLine (String resource_name, GlgObject time_line, double time_stamp) |
Adds a vertical time line to the chart object. More... | |
void | ChangeObject (String resource_path) |
Sends a change message the object without actually changing the object's properties. More... | |
boolean | ClearDataBuffer (String resource_name) |
Clears accumulated data samples of a real-time chart or one of its plots. More... | |
GlgObject | CloneObject (GlgCloneType clone_type) |
Creates a specialized copy (clone) of an object. More... | |
boolean | ConfigureWindow (int x, int y, int width, int height, GlgConfigureMask mask, GlgObject parent) |
Sets the size and/or position of a viewport's window. More... | |
boolean | ConstrainObject (GlgObject to_attribute) |
Constrains an attribute or a point of the object to an attribute or a point of another object. More... | |
boolean | ContainsObject (Object object) |
Checks if object belongs to the container. More... | |
GlgObject | CopyObject () |
Creates a copy of the object. More... | |
GlgObject | CreateAlarmList () |
Creates and returns a list of alarms defined in the object. More... | |
GlgObject | CreateChartSelection (GlgObject plot, double x, double y, double dx, double dy, boolean screen_coord, boolean include_invalid, boolean x_priority) |
Selects the chart's data sample closest to the specified position. More... | |
BufferedImage | CreateImage (String resource_name) |
Creates and returns an image of the current state of the viewport's graphics. More... | |
BufferedImage | CreateImageCustom (String resource_name, Rectangle image_area, int gap) |
Creates an image of the specified rectangular region of the viewport's graphics. More... | |
GlgObject | CreateInversedMatrix () |
ADVANCED: Inverts the matrix object. More... | |
GlgObject | CreatePointArray (GlgControlPointType type) |
ADVANCED: Creates and returns an array containing all control points of the object. More... | |
GlgObject | CreateResourceList (boolean list_named_res, boolean list_def_attr, boolean list_aliases) |
Returns a list of the object's resources. More... | |
GlgObject | CreateTagList (boolean unique_tag_sources) |
Creates and returns a list of data tags defined in the object. More... | |
String | CreateTooltipString (double x, double y, double dx, double dy, String format) |
Creates and returns a chart or axis tooltip string corresponding to the specified position in screen coordinates. More... | |
boolean | DeleteAnnotation (String resource_name, GlgObject annotation, double position_x, double position_y) |
Deletes an annotation from the chart. More... | |
boolean | DeleteBottomObject () |
Deletes an object from the bottom of the container. More... | |
boolean | DeleteObject (GlgAccessType access_type, GlgPositionModifier pos_modifier, boolean replace_element, Object replace_obj) |
A generic method for deleting an object from the container. More... | |
boolean | DeleteObject (Object object) |
Finds and deletes an object from the container. More... | |
boolean | DeleteObjectAt (int index) |
Deletes an object from the specified position in the container. More... | |
boolean | DeletePlot (String resource_name, GlgObject plot) |
Deletes a plot line from the chart. More... | |
boolean | DeleteTags (GlgTagType tag_type_mask) |
Deletes all data tags or all public properties inside the object the method is invoked on. More... | |
boolean | DeleteTimeLine (String resource_name, GlgObject time_line, double time_stamp) |
Deletes a time line from the chart. More... | |
boolean | DeleteTopObject () |
Deletes an object from the beginning of the container. More... | |
void | DialogInitialDraw (GlgObject parent) |
Displays a GLG drawing of the viewport as a floating dialog for the first time after it has been created or loaded. More... | |
void | DialogSetupHierarchy (GlgObject parent) |
Provides an explicit request to set up the object hierarchy of a drawing displayed in a dialog window. More... | |
boolean | ExportPostScript (String file, double x, double y, double width, double height, boolean portrait, boolean stretch, boolean center) |
Generates a PostScript output of the current state of the viewport's graphics. More... | |
int | ExportStrings (String filename, GlgMediumType medium_type, char separator1, char separator2, String charset_name) |
Writes all text strings defined in the viewport's drawing into a string translation file. More... | |
int | ExportTags (String filename, GlgMediumType medium_type, char separator1, char separator2, String charset_name) |
Writes tag names and tag sources of all data tags defined in the viewport's drawing to a tag remapping file. More... | |
boolean | FindObjects (GlgFindObjectsData data) |
Finds either one or all parents or children of the object that match the supplied search criteria. More... | |
boolean | FitObject (GlgCoordType coord_type, GlgCube box, boolean keep_ratio) |
Fits the object to the specified rectangular area. More... | |
void | Flush (int size) |
Set the size of the container object. More... | |
GlgObject | GetAction (GlgActionType action_type, GlgTriggerType trigger_type, int button, GlgArmedStateType armed_state, GlgDoubleClickStateType double_click_state, String action, String subaction, boolean enabled_only) |
Returns the first found action with the matching parameters attached to the object. More... | |
GlgObject | GetAlarmObject (String alarm_label, boolean single_alarm) |
Retrieves an alarm object with a specified alarm label inside the object the method is invoked on. More... | |
GlgCube | GetBox () |
Returns the object's bounding box extent in screen coordinates. More... | |
GlgMinMax | GetChartDataExtent (String resource_name, boolean x_extent, boolean visible_only) |
Queries the minimum and maximum extent of the data accumulated in the chart or in one of its plots in the specified X or Y direction. More... | |
GlgDataType | GetDataType () |
Returns The data object's data type. More... | |
GlgObject | GetDrawingMatrix () |
ADVANCED: Returns transformation matrix used to draw the object. More... | |
Double | GetDResource (String resource_name) |
Returns the current value of the object's D (double) resource. More... | |
GlgDouble | GetDResourceObj (String resource_name) |
Returns the current value of the object's D (double) resource. More... | |
Double | GetDTag (String tag_source) |
Returns the current value of the object's D (double) tag. More... | |
GlgDouble | GetDTagObj (String tag_source) |
Returns the current value of the object's D (double) tag. More... | |
Object | GetElement (int index) |
Returns element at the specified position in the container. More... | |
GlgGISRequestObserver | GetGISRequestInfo (String resource_name) |
Obtains information about an asynchronous map loading request in progress for the GIS object the method is invoked on. More... | |
GlgPoint | GetGResource (String resource_name) |
Returns the current value of the object's G (geometrical or color) resource. More... | |
GlgPoint | GetGTag (String tag_source) |
Returns the current value of the object's G (geometrical or color) tag. More... | |
int | GetImageHeight () |
Returns the height of the last image generated by the GLG Graphics Server for the top viewport. More... | |
int | GetImageWidth () |
Returns the width of the last image generated by the GLG Graphics Server for the top viewport. More... | |
int | GetIndex (Object object) |
Returns index of the first occurrence of an object in the container. More... | |
GlgObject | GetLegendSelection (double x, double y) |
Returns the plot object corresponding to the legend item at the specified position in the legend object the method is invoked on, if any. More... | |
GlgMatrixData | GetMatrixData (GlgMatrixData matrix_data) |
ADVANCED: Queries matrix coefficients of the matrix. More... | |
GlgObject | GetNamedObject (String name) |
Finds an object with the specified name inside the container of GLG objects and returns it. More... | |
GlgObject | GetNamedPlot (String resource_name, String plot_name) |
Given a name of the chart's plot, returns the plot's object ID. More... | |
Object | GetNativeComponent (String resource_name, GlgComponentQueryType type) |
ADVANCED: Returns a native component used to render the viewport. More... | |
int | GetNumParents () |
ADVANCED: Returns number of the object's parents. More... | |
Object | GetObjectData () |
Retrieves application data attached to the object via SetObjectData. More... | |
String | GetObjectName () |
Returns the object's name. More... | |
GlgObjectType | GetObjectType () |
Returns the object's type. More... | |
GlgObject | GetObjectViewport (boolean heavy_weight, boolean self) |
Returns parent viewport of the drawable object. More... | |
GlgObject | GetParent () |
ADVANCED: Returns the object's parent object, if one exists, or an array of all parents for constrained data objects. More... | |
GlgObject | GetParentViewport (boolean heavy_weight) |
Returns parent viewport of the drawable object. More... | |
Object | GetResource (String resource_name) |
Deprecated, use GetNativeComponent: Returns an ID of a native resource. More... | |
GlgObject | GetResourceObject (String resource_name) |
Finds and returns a named resource or an attribute of the object. More... | |
int | GetSize () |
Returns size of the container object. More... | |
String | GetSResource (String resource_name) |
Returns the current value of the object's S (string) resource. More... | |
String | GetSTag (String tag_source) |
Returns the current value of the object's S (string) tag. More... | |
int | GetStringIndex (String search_string) |
Returns index of the first occurrence of a string in the container of the STRING type. More... | |
GlgObject | GetTagObject (String search_string, boolean by_name, boolean unique_tags, boolean single_tag, GlgTagType tag_type_mask) |
Retrieves a tag object with a specified tag name, data tag source, or export tag category inside the object the method is invoked on. More... | |
char[] | GetWidgetPassword (String resource_name) |
Returns password entered into the password text widget. More... | |
boolean | GISConvert (String resource_name, GlgCoordType coord_type, boolean coord_to_lat_lon, GlgPoint in_point, GlgPoint out_point) |
Performs coordinate conversion from the GIS coordinates of the GIS Object to the GLG coordinates of the drawing and visa versa. More... | |
GlgObject | GISCreateSelection (String resource_name, String layers, double x, double y, GlmLabelSelectionMode select_labels) |
Returns a message object containing information about GIS features located at a specified position on the map. More... | |
GlgDouble | GISGetElevation (String resource_name, String layer_name, double lon, double lat) |
Returns an elevation of a lat/lon point on a map. More... | |
boolean | HasResourceObject (String resource_name) |
Checks if the object's named resource exists. More... | |
boolean | HasTag (String tag_name, GlgTagType tag_type_mask) |
Checks if a data or export tag with a specified tag name exists inside the object the method is invoked on. More... | |
boolean | HasTagName (String tag_name) |
Checks if the object's data tag with a specified tag name exists. More... | |
boolean | HasTagSource (String tag_source) |
Checks if the object's data tag with a specified tag source exists. More... | |
int | ImportStrings (String filename, GlgMediumType medium_type, boolean verbose, String charset_name) |
Replaces text strings in the viewport's drawing with the strings loaded from a string translation file. More... | |
int | ImportTags (String filename, GlgMediumType medium_type, boolean verbose, String charset_name) |
Replaces the TagName and TagSource attributes of data tags in the viewport's drawing with information loaded from a tag remapping file. More... | |
void | InitialDraw () |
Draws a GLG viewport object for the first time after it has been created or loaded. More... | |
boolean | InstallGISRequest (String resource_name) |
Installs a new map received by the GIS request in the GIS object. More... | |
void | Inverse () |
Inverses the order of elements inside the container object. More... | |
boolean | IsAt (GlgPositionType position) |
Checks the position of the iteration pointer (the current element of the container). More... | |
boolean | IsDrawable () |
Checks if the object is drawable. More... | |
Object | Iterate () |
Traverses the container object's elements in the forward direction. More... | |
Object | IterateBack () |
Traverses the container object's elements in the backward direction. More... | |
boolean | LayoutObjects (GlgObject anchor, GlgLayoutType type, double distance, boolean use_box, boolean process_subobjects) |
Performs operations ranging from setting an object's width and height to aligning and layout of groups of objects. More... | |
boolean | MoveObject (GlgCoordType coord_type, GlgPoint start_point, GlgPoint end_point) |
Moves an object by a move vector. More... | |
boolean | MoveObjectBy (GlgCoordType coord_type, double x, double y, double z) |
Moves the object by the specified distances. More... | |
boolean | MoveObjectBy (GlgCoordType coord_type, GlgPoint point) |
Moves the object by distances specified by the GlgPoint object. More... | |
boolean | NativePrint (Graphics graphics) |
Generates printing output of the current state of the viewport's graphics. More... | |
boolean | PositionObject (GlgCoordType coord_type, GlgAnchoringType anchoring, double x, double y, double z) |
Positions the object at the specified location. More... | |
boolean | PositionObject (GlgCoordType coord_type, GlgAnchoringType anchoring, GlgPoint position) |
Positions the object at the location specified by the GlgPoint object. More... | |
Double | PositionToValue (String resource_name, double x, double y, boolean outside_x, boolean outside_y) |
Returns a value corresponding to the specified position on top of the Chart or an Axis object. More... | |
GlgDouble | PositionToValueObj (String resource_name, double x, double y, boolean outside_x, boolean outside_y) |
Returns a value corresponding to the specified position on top of the Chart or an Axis object. More... | |
GlgObject | QueryTags (GlgTagType tag_type_mask) |
Returns a group of all tags of the requested tag type defined in the object. More... | |
void | ReleaseObject (GlgObject suspend_info) |
Releases the object that was suspended for editing. More... | |
boolean | ReorderElement (int current_index, int new_index) |
Changes an element's position inside the container. More... | |
boolean | RequestGISMap (String resource_name, double extent_x, double extent_y, double center_x, double center_y, double angle, GlgProjectionType projection, String layers, GlgGISRequestFlags flags, GlgGISRequestObserver request_observer) |
Initiates an asynchronous GIS map loading request. More... | |
boolean | RequestGISZoom (String resource_name, char type, double value, GlgGISRequestObserver request_observer) |
Initiates an asynchronous GIS zooming or panning request compatible with the SetZoom method interface. More... | |
boolean | Reset () |
Reinitializes the viewport's drawing by resetting its drawing hierarchy, then setting it up again and rendering the drawing. More... | |
void | ResetHierarchy () |
Resets the object hierarchy of the object. More... | |
boolean | RotateObject (GlgCoordType coord_type, GlgPoint center, double x_angle, double y_angle, double z_angle) |
Rotates the object. More... | |
boolean | SaveObject (Object medium, GlgMediumType medium_type) |
Saves the object into a stream using a default charset. More... | |
boolean | SaveObject (Object medium, GlgMediumType medium_type, String charset_name) |
Saves the object into a stream using the specified charset. More... | |
boolean | SaveObject (String filename) |
Saves the object to a file using a default charset. More... | |
boolean | SaveObject (String filename, String charset_name) |
Saves the object to a file using the specified charset. More... | |
boolean | ScaleObject (GlgCoordType coord_type, GlgPoint center, double x_scale, double y_scale, double z_scale) |
Scales the object. More... | |
boolean | ScreenToWorld (boolean inside_vp, GlgPoint in_point, GlgPoint out_point) |
Converts a point's screen coordinates to the GLG world coordinate system. More... | |
Object | SendMessage (String resource_name, String message, Object param1, Object param2, Object param3, Object param4) |
Sends a message to the object to request some action to be performed. More... | |
boolean | SetBrowserSelection (String resource_name, String selection, String filter) |
Sets a new value of a browser's Selection and Filter text boxes of the Resource, Tag, Alarm and Data browser widgets after the browser object has already been set up. More... | |
boolean | SetChartFilter (String resource_name, GlgChartFilter filter, Object client_data) |
Attaches a custom data filter to the chart's plot. More... | |
boolean | SetCursorType (String resource_name, GlgCursorType cursor_type) |
Sets cursor for the viewport's drawing or one of its child viewports. More... | |
boolean | SetDResource (String resource_name, double value) |
Sets a new value of the object's D (double) resource. More... | |
boolean | SetDResource (String resource_name, Double value) |
Sets a new value of the object's D (double) resource. More... | |
boolean | SetDResource (String resource_name, double value, boolean if_changed) |
Sets a new value of the object's D (double) resource. More... | |
boolean | SetDResource (String resource_name, Double value, boolean if_changed) |
Sets a new value of the object's D (double) resource. More... | |
boolean | SetDResource (String resource_name, GlgDouble value) |
Sets a new value of the object's D (double) resource. More... | |
boolean | SetDResource (String resource_name, GlgDouble value, boolean if_changed) |
Sets a new value of the object's D (double) resource. More... | |
boolean | SetDTag (String tag_source, double value, boolean if_changed) |
Sets a new value of the object's D (double) tag. More... | |
boolean | SetDTag (String tag_source, Double value, boolean if_changed) |
Sets a new value of the object's D (double) tag. More... | |
boolean | SetDTag (String tag_source, GlgDouble value, boolean if_changed) |
Sets a new value of the object's D (double) tag. More... | |
boolean | SetElement (int index, Object new_object) |
Replaces the object at the specified position in the container. More... | |
void | SetEnd () |
Initializes the container object for the backward traversing. More... | |
void | SetFocus (String resource_name) |
Sets the keyboard focus to the object's viewport. More... | |
boolean | SetGResource (String resource_name, double x_value, double y_value, double z_value) |
Sets new values of the object's G (geometrical or color) resource. More... | |
boolean | SetGResource (String resource_name, double x_value, double y_value, double z_value, boolean if_changed) |
Sets new values of the object's G (geometrical or color) resource. More... | |
boolean | SetGResource (String resource_name, GlgPoint g_value) |
Sets new values of the object's G (geometrical or color) resource. More... | |
boolean | SetGResource (String resource_name, GlgPoint g_value, boolean if_changed) |
Sets new values of the object's G (geometrical or color) resource. More... | |
boolean | SetGTag (String tag_source, double x_value, double y_value, double z_value, boolean if_changed) |
Sets new values of the object's G (geometrical or color) tag. More... | |
boolean | SetGTag (String tag_source, GlgPoint value, boolean if_changed) |
Sets new values of the object's G (geometrical or color) tag. More... | |
void | SetImageSize (int width, int height) |
Sets the size of the image to be generated by the Graphics Server for this top viewport. More... | |
boolean | SetLabelFormatter (String resource_name, GlgLabelFormatter formatter) |
Attaches a custom label formatter to the chart axis or the stand-alone axis object. More... | |
boolean | SetLinkedAxis (String resource_name, GlgObject axis_object, String axis_resource_name) |
Associates the chart's plot, level line or annotation object with an Y axis for automatic rescaling. More... | |
void | SetMatrixData (GlgMatrixData matrix_data) |
ADVANCED: Sets matrix's coefficients to the supplied values. More... | |
void | SetObjectData (Object data) |
Attaches arbitrary application data to the graphical object the method is invoked on. More... | |
boolean | SetResourceFromObject (String resource_name, GlgObject value) |
Sets a new value of the object's resource to the value of contained in the provided data object of the same data type. More... | |
boolean | SetResourceFromObject (String resource_name, GlgObject value, boolean if_changed) |
Sets the value of the object's data object to the value of another data object of the same data type. More... | |
boolean | SetResourceObject (String resource_name, GlgObject value) |
Replaces a resource object inside the object the method is invoked on. More... | |
GlgGISRequestObserver | SetScrollbarObserver (String resource_name, GlgGISRequestObserver request_observer) |
Controls the the way integrated scrollbars work for the GIS object. More... | |
boolean | SetSResource (String resource_name, String value) |
Replaces the string of the object's S (string) resource. More... | |
boolean | SetSResource (String resource_name, String value, boolean if_changed) |
Replaces the string of the object's S (string) resource. More... | |
boolean | SetSResourceFromD (String resource_name, String format, double value) |
Sets the value of the object's S (string) resource from a double value, converting the value into a string using a C-style printf format string. More... | |
boolean | SetSResourceFromD (String resource_name, String format, Double value) |
Sets the value of the object's S (string) resource from a double value, converting the value into a string using a C-style printf format string. More... | |
boolean | SetSResourceFromD (String resource_name, String format, double value, boolean if_changed) |
Sets the value of the object's S (string) resource from a double value, converting the value into a string using a C-style printf format string. More... | |
boolean | SetSResourceFromD (String resource_name, String format, Double value, boolean if_changed) |
Sets the value of the object's S (string) resource from a double value, converting the value into a string using a C-style printf format string. More... | |
boolean | SetSTag (String tag_source, String value, boolean if_changed) |
Replaces the string of the object's S (string) tag. More... | |
boolean | SetSTagFromD (String tag_source, String format, double value, boolean if_changed) |
Sets the value of the object's S (string) tag from a double value, converting the value into a string using a C-style printf format string. More... | |
boolean | SetSTagFromDObj (String tag_source, String format, Double value, boolean if_changed) |
Sets the value of the object's S (string) tag from a double value, converting the value into a string using a C-style printf format string. More... | |
void | SetStart () |
Initializes the container object for the forward traversing. More... | |
void | SetupHierarchy () |
Provides an explicit request to set up the object hierarchy of the object without rendering it. More... | |
boolean | SetXform (GlgObject xform) |
Adds or deletes transformations attached to the object. More... | |
boolean | SetZoom (String resource_name, char type, double value) |
Provides a programmatic interface to integrated zooming and panning. More... | |
boolean | SetZoomMode (String resource_name, GlgObject zoom_object, String zoom_object_resource_name, GlgZoomMode zoom_mode) |
Sets or resets the viewport's zoom mode by supplying a GIS or Chart object to be zoomed. More... | |
GlgObject | SuspendObject () |
Suspends the object for editing after it has been drawn. More... | |
boolean | TransformObject (GlgObject xform, GlgCoordType coord_type, GlgObject parent) |
ADVANCED: Transforms all control points of the object with an arbitrary transformation. More... | |
void | TransformPoint (GlgPoint in_point, GlgPoint out_point) |
Transforms a single point using the matrix object the method is invoked on. More... | |
void | TraverseObjects (GlgObjectActionInterface action) |
Traverses the object hierarchy of the object and and performs the specified actions on the object itself and all its subobjects, including object attributes. More... | |
boolean | UnconstrainObject () |
Unconstrains the object's attribute or the object's point. More... | |
boolean | Update () |
Updates the drawing of a viewport or a light viewport with the latest resource values. More... | |
boolean | UpdateChartState (String resource_name, int state) |
Triggers updating the chart's state after prefilling it with data using the quick mode of AddDataSampleNode. More... | |
boolean | UpdateChartTimeAxis (String resource_name, double time_stamp, boolean initialize) |
Scrolls the chart forward to show all data samples up to the provided time stamp or index. More... | |
boolean | UpdateImmediately () |
Advanced: Updates the drawing of a viewport or a light viewport with the latest resource values, immediately. More... | |
boolean | WorldToScreen (boolean inside_vp, GlgPoint in_point, GlgPoint out_point) |
Converts a point's coordinates from the GLG world coordinate system to the screen coordinate system. More... | |
Static Public Member Functions | |
static void | AddHandler (String handler_name, GlgHandler handler) |
Registers a custom interaction handler. More... | |
static void | Bell () |
Emits an audio beep. More... | |
static String | ConcatResNames (String resource_name1, String resource_name2) |
Creates a composite resource path from two components. More... | |
static GlgObject | ConvertViewportType (GlgObject object) |
Converts a viewport to a light viewport, or a light viewport to a viewport. More... | |
static GlgDataSampleNode | CreateDataSampleNode (GlgObject plot, boolean extended) |
Creates a data sample node to be used with the AddDataSampleNode method. More... | |
static String | CreateIndexedName (String template_name, int resource_index) |
Creates a string with a name of an enumerated resource. More... | |
static GlgObject | CreateMessage (GlgObject viewport) |
Creates a GLG message object that may be sent by an interaction handler to a parent handler or a parent's Input callback via SendMessageToParent. More... | |
static GlgObject | CreateSelection (GlgObject top_vp, GlgCube rectangle, GlgObject selected_vp) |
Returns a list of the objects intersecting a given rectangle. More... | |
static GlgObject | CreateSelection (MouseEvent mouse_event, int delta, GlgObject top_vp, GlgObject selected_vp) |
Returns a list of names of objects located under the mouse. More... | |
static GlgObject | CreateSelectionMessage (GlgObject top_vp, GlgCube rectangle, GlgObject selected_vp, GlgSelectionEventType selection_type, int button) |
Searches for an Action object that would be activated by the user interaction event. More... | |
static GlgObject | CreateSelectionNames (GlgObject top_vp, GlgCube rectangle, GlgObject selected_vp) |
Returns a list of names of objects intersecting a given rectangle. More... | |
static GlgObject | CreateSelectionNames (MouseEvent mouse_event, int delta, GlgObject top_vp, GlgObject selected_vp) |
Returns a list of names of objects located under the mouse. More... | |
static boolean | EnableAttachmentPoints (boolean state) |
Controls the use of attachment points to determine object extents when the objects are aligned. More... | |
static boolean | EnableTimerXforms (boolean state) |
ADVANCED: Enables or disables all timer transformations defined inside GLG drawings. More... | |
static void | Error (GlgErrorType error_type, String message, Exception exception) |
Display an error message using the GLG error handler. More... | |
static void | FreeDataSampleNode (GlgObject plot, GlgDataSampleNode node) |
Returns a data sample node to the plot cache for reuse, if possible. More... | |
static Object | GetHandlerData (GlgObject viewport) |
Retrieves stored data used by a custom handler instance. More... | |
static boolean | GetModifierState (GlgModifierType modifier) |
Returns the current state of a modifier. More... | |
static GlgDataSample | GetNodeDataSample (GlgDataSampleNode node) |
Returns the datasample contained in the node. More... | |
static GlgObject | GetSelectedPlot () |
Returns the plot object corresponding to the last legend item selected with the mouse, if any. More... | |
static String | GetStackTraceAsString () |
Returns current stack trace as a string. More... | |
static String | GetStackTraceAsString (Exception e) |
Returns the stack trace of the specified exception as a string. More... | |
static void | GlmConvert (GlgProjectionType projection, boolean stretch, GlgCoordType coord_type, boolean coord_to_lat_lon, GlgPoint center, GlgPoint extent, double angle, double min_x, double max_x, double min_y, double max_y, GlgPoint in_point, GlgPoint out_point) |
A low level method that performs coordinate conversion from the GIS coordinates of a map to the GLG coordinates of the drawing and visa versa without the help of a GLG GIS Object. More... | |
static boolean | HasJava2D () |
Queries device graphical capabilities. More... | |
static boolean | IHCallCurrIH (GlgIHCallEvent call_event) |
Passes an event to the current handler. More... | |
static boolean | IHCallCurrIHWithModifToken (GlgIHCallEvent call_event, int token) |
A variation on IHCallCurrIHWithToken that reuses an existing user interface event. More... | |
static boolean | IHCallCurrIHWithToken (int token) |
Passes a token to the current handler. More... | |
static void | IHCallPrevIHWithModifToken (GlgIHCallEvent call_event, int token) |
A variation on IHCallPrevIHWithToken that reuses an existing user interface event. More... | |
static void | IHCallPrevIHWithToken (int token) |
Passes the token to the parent handler of the currently active handler. More... | |
static void | IHChangeBParameter (GlgObject ih, String name, boolean value) |
Changes a boolean value stored in a named parameter. More... | |
static void | IHChangeDParameter (GlgObject ih, String name, double value) |
Changes a double value stored in a named parameter. More... | |
static void | IHChangeIParameter (GlgObject ih, String name, int value) |
Changes an integer value stored in a named parameter. More... | |
static void | IHChangeNParameter (GlgObject ih, String name, Object value) |
Replaces a native object stored in a named parameter. More... | |
static void | IHChangeOParameter (GlgObject ih, String name, GlgObject value) |
Replaces a GLG object stored in a named parameter. More... | |
static void | IHChangeSParameter (GlgObject ih, String name, String value) |
Replaces a string stored in a named parameter. More... | |
static boolean | IHGetBParameter (GlgObject ih, String name) |
Returns a boolean value stored in a named parameter. More... | |
static GlgObject | IHGetCurrIH () |
Retrieves the current active interface handler. More... | |
static double | IHGetDParameter (GlgObject ih, String name) |
Returns a double value stored in a named parameter. More... | |
static GlgIHHandlerInterface | IHGetHandlerInterface (GlgObject ih) |
Retrieves a handler interface instance used to implement a handler. More... | |
static int | IHGetIParameter (GlgObject ih, String name) |
Returns an integer value stored in a named parameter. More... | |
static Object | IHGetNParameter (GlgObject ih, String name) |
Returns a native object stored in a named parameter. More... | |
static GlgObject | IHGetOParameter (GlgObject ih, String name) |
Returns a GLG object stored in a named parameter. More... | |
static boolean | IHGetOptBParameter (GlgObject ih, String name, boolean default_value) |
Returns a boolean value stored in an optional named parameter. More... | |
static double | IHGetOptDParameter (GlgObject ih, String name, double default_value) |
Returns a double value stored in an optional named parameter. More... | |
static int | IHGetOptIParameter (GlgObject ih, String name, int default_value) |
Returns an integer value stored in an optional named parameter. More... | |
static Object | IHGetOptNParameter (GlgObject ih, String name, Object default_value) |
Returns a native object stored in an optional named parameter. More... | |
static GlgObject | IHGetOptOParameter (GlgObject ih, String name, GlgObject default_value) |
Returns a GLG object stored in an optional named parameter. More... | |
static String | IHGetOptSParameter (GlgObject ih, String name, String default_value) |
Returns a string stored in an optional named parameter. More... | |
static GlgIHHandlerInterface | IHGetPrevHandlerInterface () |
Retrieves a handler interface instance used to implement the parent handler of the currently active handler. More... | |
static GlgObject | IHGetPrevIH () |
Retrieves the currently active interface handler's parent handler. More... | |
static String | IHGetSParameter (GlgObject ih, String name) |
Returns a string stored in a named parameter. More... | |
static int | IHGetToken (GlgIHCallEvent call_event) |
Returns a token associated with the MESSAGE_EVENT event. More... | |
static GlgCallEventType | IHGetType (GlgIHCallEvent call_event) |
Returns an event's type. More... | |
static void | IHInit () |
Initializes installable handler utilities, must be invoked after Init, but before any installable handler methods are used. More... | |
static GlgObject | IHInstall (GlgIHHandlerInterface handler_interface) |
Creates an interface handler with the specified handler interface and installs it. More... | |
static void | IHPassToken (GlgIHHandlerInterface handler_interface, int token, boolean uninstall) |
Installs a handler, starts it and invokes its entry point with the specified token. More... | |
static void | IHResetup (GlgObject ih) |
Reinitializes the current handler that have already been installed to "restart" its logic. More... | |
static void | IHSetBParameter (GlgObject ih, String name, boolean value) |
Creates and stores a named boolean parameter. More... | |
static void | IHSetDParameter (GlgObject ih, String name, double value) |
Creates and stores a named string parameter. More... | |
static void | IHSetIParameter (GlgObject ih, String name, int value) |
Creates and stores a named integer parameter. More... | |
static void | IHSetNParameter (GlgObject ih, String name, Object value) |
Creates and stores a named parameter that holds any native object. More... | |
static void | IHSetOParameter (GlgObject ih, String name, GlgObject value) |
Creates and stores a named parameter that holds a GLG object. More... | |
static void | IHSetOParameterFromD (GlgObject ih, String name, double value) |
Creates and stores a named double parameter that is stored as a GLG Data object of the D type. More... | |
static void | IHSetOParameterFromG (GlgObject ih, String name, double value1, double value2, double value3) |
Creates and stores a named parameter that keeps X, Y and Z or R, G and B values stored as a GLG Data object of the G type. More... | |
static void | IHSetOParameterFromG (GlgObject ih, String name, GlgPoint point) |
Creates and stores a named parameter that contains geometrical (XYZ) or color (RGB) data and is stored as a GLG Data object of the G type. More... | |
static void | IHSetSParameter (GlgObject ih, String name, String value) |
Creates and stores a named string parameter. More... | |
static void | IHStart () |
Initializes and starts the current handler after it has been installed with IHInstall. More... | |
static void | IHTerminate () |
Terminates installable handler utilities. More... | |
static void | IHUninstall () |
Uninstalls the current handler (the last handler on the handler stack). More... | |
static void | IHUninstallWithEvent (GlgIHCallEvent call_event) |
Uninstalls the current handler and passes an event to the previous handler. More... | |
static void | IHUninstallWithToken (int token) |
Uninstalls the current handler and passes a token to the previous handler. More... | |
static void | Init () |
Initializes GLG Toolkit. More... | |
static boolean | IsDemo () |
Queries the type of the GLG library. More... | |
static GlgObject | LoadObject (Object medium, GlgMediumType medium_type) |
Loads an object from a stream using a default charset. More... | |
static GlgObject | LoadObject (Object medium, GlgMediumType medium_type, String charset_name) |
Loads an object from a stream using the specified charset. More... | |
static GlgObject | LoadObject (String filename, GlgMediumType medium_type) |
Loads an object from a GLG drawing file or a URL using a default charset. More... | |
static GlgObject | LoadObject (String filename, GlgMediumType medium_type, String charset_name) |
Loads an object from a file or a URL using the specified charset. More... | |
static GlgObject | LoadWidget (GlgObject glg_object) |
Finds a viewport named $Widget inside an object and returns it. More... | |
static GlgObject | LoadWidget (String filename, GlgMediumType medium_type) |
Loads a viewport named $Widget from a file or a URL using a default charset. More... | |
static GlgObject | LoadWidget (String filename, GlgMediumType medium_type, String charset_name) |
Loads a viewport named $Widget from a file or a URL using the specified charset. More... | |
static void | Lock () |
Locks a servlet's thread for accessing global GLG data. More... | |
static String | Printf (String format, double value) |
C-style printf method for formatting double values. More... | |
static String | Printf (String format, int value) |
C-style printf method for formatting integer values. More... | |
static String | Printf (String format, String value) |
C-style printf method for formatting strings. More... | |
static double | Rand (double low, double high) |
Returns a random number in the specified range. More... | |
static boolean | RootToScreenCoord (GlgObject viewport, GlgPoint point) |
Converts screen coordinates relative to the root window to the screen coordinates in the specified viewport. More... | |
static boolean | SaveImage (RenderedImage image, String image_file, String image_format) |
Saves an image to a file in a requested format. More... | |
static void | SendMessageToParent (GlgObject viewport, GlgObject message_obj, String action, String subaction) |
Sends a message to the Input callback. More... | |
static GlgAlarmHandler | SetAlarmHandler (GlgAlarmHandler alarm_handler) |
Installs a global alarm handler that will be invoked to process alarms. More... | |
static boolean | SetAttachmentMoveMode (boolean state) |
Changes the global attachment point move mode and returns the previous mode state. More... | |
static void | SetBrowserObject (GlgObject browser, GlgObject glg_object) |
Sets the object for browsing with the GLG Resource, Tag and Alarm browser widgets. More... | |
static void | SetCustomSetupHandler (GlgCustomSetupHandler handler) |
Installs a custom setup handler that will be invoked to perform custom processing of objects tagged using the CustomSetup flag in the GLG drawing. More... | |
static boolean | SetEditMode (GlgObject viewport, String resource_name, boolean edit_mode) |
Sets the viewport's edit mode to disable input objects in the viewport while the drawing is being edited. More... | |
static GlgErrorHandler | SetErrorHandler (GlgErrorHandler new_handler) |
Replaces the GLG Toolkit error handler and returns the previous error handler. More... | |
static void | SetHandlerData (GlgObject viewport, Object data) |
Stores data used by the custom handler instance. More... | |
static GlgTooltipFormatter | SetTooltipFormatter (GlgTooltipFormatter formatter) |
Supplies a custom tooltip formatter. More... | |
static boolean | Sleep (long millisec) |
Sleeps for the specified number of milliseconds. More... | |
static boolean | Sync () |
Flushes graphical output. More... | |
static void | Terminate () |
Destroys GLG Toolkit's internal objects. More... | |
static void | ThrowExceptionOnError (boolean user_error, boolean internal_error) |
Controls displaying a stack trace on errors. More... | |
static boolean | TraceObject (GlgObject object, boolean state, boolean is_widget, GlgObject top_parent, GlgObjectActionInterface action) |
Highlights all objects in the drawing that depend on the tag or resource object that is being traced. More... | |
static boolean | TranslatePointOrigin (GlgObject from_viewport, GlgObject to_viewport, GlgPoint point) |
Converts screen coordinates of a point in one viewport to the screen coordinates of another viewport. More... | |
static void | Unlock () |
Unlocks a servlet's thread. More... | |
static void | UnlockThread () |
Unlocks a servlet's thread regardless of the lock's reference count. More... | |
Static Public Attributes | |
static final int | ABS_FLIPPED_SCREEN_COORD_SYSTEM = 2 |
Uses screen soordinates, Y axis points up. More... | |
static final int | ABS_GREATER_THAN_HALF_BOOL = 3 |
Boolean conversion type constant. More... | |
static final int | ABS_SCREEN_COORD_SYSTEM = 1 |
Uses screen coordinates, Y axis points down. More... | |
static final int | ACTION = 45 |
Object type constant. More... | |
static final int | ADJUST_COL_WIDTH = 2 |
Expand column width to fill the space of empty columns at the end of the series (column rows are horizontal if ColumnsFirst=YES). More... | |
static final int | ADJUST_ROW_HEIGHT = 1 |
Expand row hight to fill the space of empty rows at the end of the series (rows are vertical if ColumnsFirst=YES). More... | |
static final int | ADJUST_ROWS_AND_COLUMNS = 3 |
Expand both row heigh and columns width to fill the space missing rows and missing columns. More... | |
static final int | AFTER = 2 |
Adjust the current position to the next element. More... | |
static final int | AFTER_HI_SETUP = 2 |
After an object's hierarchy setup. More... | |
static final int | AFTER_RESET_CB = 5 |
After an object's hierarchy reset. More... | |
static final int | AFTER_RESET_SETUP = 5 |
After an object's reset. More... | |
static final int | AFTER_SETUP_CB = 2 |
After an object's hierarchy setup. More... | |
static final int | ALIAS = 17 |
Object type constant. More... | |
static final int | ALIGN_BOTTOM = 5 |
Align bottom edges. More... | |
static final int | ALIGN_HCENTER = 3 |
Align horizontal centers (center on vertical axis). More... | |
static final int | ALIGN_LEFT = 1 |
Align left edges. More... | |
static final int | ALIGN_RIGHT = 2 |
Align right edges. More... | |
static final int | ALIGN_TOP = 4 |
Align top edges. More... | |
static final int | ALIGN_VCENTER = 6 |
Align vertical centers (center on horizontal axis). More... | |
static final int | ANGULAR_AXIS = 48 |
Object type constant. More... | |
static final int | ANTI_ALIASING_DBL = 2 |
Anti-aliasing constant. More... | |
static final int | ANTI_ALIASING_INT = 1 |
Anti-aliasing constant. More... | |
static final int | ANTI_ALIASING_OFF = 0 |
Anti-aliasing constant. More... | |
static final int | ANTI_ALIASING_UNSET = 15 |
Anti-aliasing constant. More... | |
static final int | ANY_ARMED_STATE = 0 |
Select an action regardless of the settings of its ProcessArmed attribute. More... | |
static final int | ANY_DOUBLE_CLICK_STATE = 0 |
Select an action regardless of the settings of its ProcessDoubleClick attribute. More... | |
static final int | APPLICATION_SHELL = 2 |
ShellType constant. More... | |
static final int | ARC = 18 |
Object type constant. More... | |
static final int | AREA_LEVEL = 2 |
Area between two lines. More... | |
static final int | ARMED_AND_UNARMED = 3 |
Activates the action for either state of the Control key, but indicates the state of the Control key. More... | |
static final int | ARMED_NONE = 0 |
Activates the action regardles of the state of the Control key. More... | |
static final int | ARMED_ONLY = 1 |
Activates the action only if the Control key is pressed. More... | |
static final int | ARMED_ONLY_STATE = 1 |
Select an action with ProcessArmed set to ARMED_ONLY. More... | |
static final int | ARRAY = 9 |
Object type constant. More... | |
static final int | ARROW_POSITION_MASK = 0x0f |
Extracts arrow position. More... | |
static final int | ARROW_TYPE_MASK = 0xf0 |
Extracts arrow fill type. More... | |
static final int | ATTRIBUTE = 3 |
Object type constant. More... | |
static final int | AUTO_CONVEX = 0 |
Polygon convex type constant: auto-determine. More... | |
static final int | AUTO_LINE_CAP = 0 |
Specifies line cap that depends on line width. More... | |
static final int | AVERAGE_FILTER = 2 |
Filter type constant. More... | |
static final int | AXIS = 41 |
Object type constant. More... | |
static final int | AXIS_ELEM = 1 |
Draws axis line. More... | |
static final int | AXIS_LINE = 1 |
Draws the axis line. More... | |
static final int | B_SPLINE = 1 |
Spline type constant. More... | |
static final int | BAND = 2 |
Arc FillType constant. More... | |
static final int | BAR_EXT_DATA = 2 |
Bar attribute data. More... | |
static final int | BAR_MIN_MAX_FILTER = 4 |
Filter type constant. More... | |
static final int | BAR_PLOT = 3 |
Plot type constant. More... | |
static final int | BEFORE = 1 |
Adjust the current position to the previous element. More... | |
static final int | BEFORE_HI_SETUP = 1 |
Before an object's hierarchy setup. More... | |
static final int | BEFORE_RESET_CB = 4 |
Before an object's hierarchy reset. More... | |
static final int | BEFORE_RESET_SETUP = 4 |
Before an object's reset. More... | |
static final int | BEFORE_SETUP_CB = 1 |
Before an object's hierarchy setup. More... | |
static final int | BEHIND_PLOT = 1 |
Draws Level and Time lines behind the plot. More... | |
static final int | BITMASK_XF = 55 |
Xform type constant. More... | |
static final int | BOOL0_XF = 0 |
Boolean operator constant: A || B || C. More... | |
static final int | BOOL10_XF = 10 |
Boolean operator constant: A && !B && !C. More... | |
static final int | BOOL11_XF = 11 |
Boolean operator constant: !A && !B && !C. More... | |
static final int | BOOL12_XF = 12 |
Boolean operator constant: A && B || C. More... | |
static final int | BOOL13_XF = 13 |
Boolean operator constant: A && !B || C. More... | |
static final int | BOOL14_XF = 14 |
Boolean operator constant: A && B || !C. More... | |
static final int | BOOL15_XF = 15 |
Boolean operator constant: A && !B || !C. More... | |
static final int | BOOL16_XF = 16 |
Boolean operator constant: !A. More... | |
static final int | BOOL17_XF = 17 |
Boolean operator constant: A. More... | |
static final int | BOOL18_XF = 18 |
Boolean operator constant: A || !B || C. More... | |
static final int | BOOL19_XF = 19 |
Boolean operator constant: !A || B || C. More... | |
static final int | BOOL1_XF = 1 |
Boolean operator constant: A || B || !C. More... | |
static final int | BOOL20_XF = 20 |
Boolean operator constant: !A || !B || C. More... | |
static final int | BOOL21_XF = 21 |
Boolean operator constant: !A || B || !C. More... | |
static final int | BOOL22_XF = 22 |
Boolean operator constant: A && !B && C. More... | |
static final int | BOOL23_XF = 23 |
Boolean operator constant: !A && B && C. More... | |
static final int | BOOL24_XF = 24 |
Boolean operator constant: !A && !B && C. More... | |
static final int | BOOL25_XF = 25 |
Boolean operator constant: !A && B && !C. More... | |
static final int | BOOL26_XT = 26 |
Boolean operator constant: ( !A || B ) && C. More... | |
static final int | BOOL27_XT = 27 |
Boolean operator constant: ( !A || B ) && !C. More... | |
static final int | BOOL28_XT = 28 |
Boolean operator constant: ( !A || !B ) && C. More... | |
static final int | BOOL29_XT = 29 |
Boolean operator constant: ( !A || !B ) && !C. More... | |
static final int | BOOL2_XF = 2 |
Boolean operator constant: A || !B || !C. More... | |
static final int | BOOL30_XT = 30 |
Boolean operator constant: !A && B || C. More... | |
static final int | BOOL31_XT = 31 |
Boolean operator constant: !A && B || !C. More... | |
static final int | BOOL32_XT = 32 |
Boolean operator constant: !A && !B || C. More... | |
static final int | BOOL33_XT = 33 |
Boolean operator constant: !A && !B || !C. More... | |
static final int | BOOL3_XF = 3 |
Boolean operator constant: !A || !B || !C. More... | |
static final int | BOOL4_XF = 4 |
Boolean operator constant: ( A || B ) && C. More... | |
static final int | BOOL5_XF = 5 |
Boolean operator constant: ( A || B ) && !C. More... | |
static final int | BOOL6_XF = 6 |
Boolean operator constant: ( A || !B ) && C. More... | |
static final int | BOOL7_XF = 7 |
Boolean operator constant: ( A || !B ) && !C. More... | |
static final int | BOOL8_XF = 8 |
Boolean operator constant: A && B && C. More... | |
static final int | BOOL9_XF = 9 |
Boolean operator constant: A && B && !C. More... | |
static final int | BOOLEAN_XF = 35 |
Xform type constant. More... | |
static final int | BOTTOM = 1 |
Start from the bottom. More... | |
static final int | BOUND = 1 |
Bound: uses value defined in the drawing. More... | |
static final int | BOX = 0x2 |
MarkerType constant. More... | |
static final int | BOX_ALL = ( 1 | 2 | 4 | 8 ) |
Draws filled box around minor and major ticks. More... | |
static final int | BOX_ATTR = 33 |
Object type constant. More... | |
static final int | BOX_ELEM = 2 |
Draw the outline's background. More... | |
static final int | BOX_MAJOR = ( 1 | 2 | 8 ) |
Draws filled box around major ticks. More... | |
static final int | BOX_MINOR = ( 1 | 2 | 4 ) |
Draws filled box around minor ticks. More... | |
static final int | BOX_TOOLTIP = 1 |
Enables a native box-style tooltip. More... | |
static final int | BULLETIN_WIDGET = 5 |
WidgetType constant. More... | |
static final int | BUTT_LINE_CAP = 1 |
Specifies flat line cap. More... | |
static final int | C_SPLINE = 2 |
Spline type constant. More... | |
static final int | CENTER_INDEX_RULER_SCROLL_AXIS = 13 |
Ruler variant of the CENTER_INDEX_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More... | |
static final int | CENTER_INDEX_SCROLL_AXIS = 6 |
Axis type for scrolling sample indices centered in the middle of a sample's slot. More... | |
static final int | CENTER_RULER_AXIS = 2 |
Axis type: Ruler with labels centered in the middle of the unit slot. More... | |
static final int | CENTER_RULER_SCROLL_AXIS = 9 |
Axis type for a scrolling ruler with labels centered in the middle of the unit slot. More... | |
static final int | CHANGE_ALARM_XF = 43 |
Xform type constant. More... | |
static final int | CHANGE_CURSOR_ACTION = 8 |
Action type constant. More... | |
static final int | CHANGE_EVENT = 6 |
Triggered by a change of an object inside the interaction handler's viewport. More... | |
static final int | CHANGE_OFFSETS = 0 |
Change the transformation's offsets. More... | |
static final int | CHART = 38 |
Object type constant. More... | |
static final int | CHART_ANNOTATION = 47 |
Object type constant. More... | |
static final int | CHART_AREA = 44 |
Object type constant. More... | |
static final int | CHART_AUTOSCALE_STATE = 1 |
Triggers chart autoscale. More... | |
static final int | CHART_BUFFER_STATE = 2 |
Triggers trimming of the chart buffer. More... | |
static final int | CHART_FILTER_VERSION = 2 |
Custom filter version. More... | |
static final int | CHART_SCROLLBAR_STATE = 4 |
Updates position of the chart's scrollbars. More... | |
static final int | CHART_ZOOM_MODE = 2 |
Zoom type constant. More... | |
static final int | CHILD_WIDGET_QUERY = 2 |
Queries native components of the list and text edit viewports. More... | |
static final int | CHORD = 0 |
Arc FillType constant. More... | |
static final int | CIRCLE = 0x8 |
MarkerType constant. More... | |
static final int | CIRCULAR_WAVEFORM = 2 |
Timer waveform type constant. More... | |
static final int | CLEANUP_EVENT = 3 |
Invoked on the handler reset. More... | |
static final int | CLICK_SELECTION = 16 |
Return MouseClick events. More... | |
static final int | CLOSED = 0 |
Object OpenType constant. More... | |
static final int | COLOR_SCALE_XF = 62 |
Xform type constant. More... | |
static final int | COLOR_XR = 2 |
Attribute role constant: color. More... | |
static final int | COLORTABLE = 22 |
Object type constant. More... | |
static final int | COMPARE_EQ_XT = 0 |
Comparison operator constant: A == B. More... | |
static final int | COMPARE_GE_XT = 5 |
Comparison operator constant: A >= B. More... | |
static final int | COMPARE_GT_XT = 4 |
Comparison operator constant: A > B. More... | |
static final int | COMPARE_LE_XT = 3 |
Comparison operator constant: A <= B. More... | |
static final int | COMPARE_LT_XT = 2 |
Comparison operator constant: A < B. More... | |
static final int | COMPARE_NE_XT = 1 |
Comparison operator constant: A != B. More... | |
static final int | COMPARE_XF = 54 |
Xform type constant. More... | |
static final int | CONCATENATE_XF = 18 |
Xform type constant. More... | |
static final int | CONICAL = 6 |
GradientType constant. More... | |
static final int | CONICAL_ABS = 12 |
GradientType constant. More... | |
static final int | CONNECTOR = 30 |
Object type constant. More... | |
static final int | CONSTRAINED_CLONE = 3 |
Clone type constant. More... | |
static final int | CONTAINER_REF = 2 |
Reference type constant. More... | |
static final int | CONTROL_MOD = 2 |
Modifier constant. More... | |
static final int | CONVEX = 1 |
Polygon convex type constant. More... | |
static final double | COORD_MAPPING_ADJ = 0.5 |
Coordinate adjustement constant used to map the pixel index to the center of the pixel (i.e pixel #5 is mapped to coord=5.5). More... | |
static final int | CROSS = 0x1 |
MarkerType constant. More... | |
static final int | CROSS_BOX = ( 0x1 | 0x2 ) |
Composite MarkerType constant. More... | |
static final int | CROSS_CIRCLE = ( 0x1 | 0x8 ) |
Composite MarkerType constant. More... | |
static final int | CROSS_DIAMOND = ( 0x1 | 0x40 ) |
Composite MarkerType constant. More... | |
static final int | CROSSHAIR_CURSOR = 0 |
Cursor type constant. More... | |
static final int | CURRENT = 3 |
Start from the current position. More... | |
static final int | CUSTOM_ACCESS_TAG = 8 |
Custom tag access type constant for programmatic use. More... | |
static final int | CUSTOM_FILTER = 101 |
Filter type constant. More... | |
static final int | CUSTOM_MATCH = 16 |
Use the specified custom match method. More... | |
static final int | D = 2 |
Data type constant: D (double). More... | |
static final int | D_FORMAT_XF = 20 |
Xform type constant. More... | |
static final int | D_FROM_G_XF = 59 |
Xform type constant. More... | |
static final int | DATA = 2 |
Object type constant. More... | |
static final int | DATA_TAG = 1 |
Data tag. More... | |
static final int | DB_FORCED = 2 |
Enables double buffering even if it was disabled for the deployment platform. More... | |
static final int | DB_OFF = 0 |
Disables double buffering. More... | |
static final int | DB_ON = 1 |
Enables double buffering if it is was not disabled for the deployment platform. More... | |
static final int | DBL_VALUE = 3 |
GlgDouble elements. More... | |
static final int | DDATA_XR = 8 |
Attribute role constant: generic D "D" (double) data. More... | |
static final int | DEFAULT_CURSOR = -1 |
Cursor type constant. More... | |
static final int | DEFAULT_POINT_TYPE = 0 |
Control points and attachment points. More... | |
static final int | DEFAULT_SCROLLBAR = 0 |
Scrollbar type constant. More... | |
static final int | DEFAULT_SELECTION_TYPE = 0 |
Select based on the object's FillType. More... | |
static final int | DI_SETUP_EVENT = 5 |
Invoked on the drawing setup triggered by the change of the interaction handler's viewport or an object inside it. More... | |
static final int | DIAGONAL_CROSS = 0x100 |
MarkerType constant. More... | |
static final int | DIALOG_AREA_WIDGET = 29 |
WidgetType constant. More... | |
static final int | DIALOG_SHELL = 1 |
ShellType constant. More... | |
static final int | DIAMOND = 0x40 |
MarkerType constant. More... | |
static final int | DISABLE_XY = 0 |
Chart crosshair type constant. More... | |
static final int | DISCARD_FILTER = 3 |
Filter type constant. More... | |
static final int | DISPLAY = 12 |
Object type constant. More... | |
static final int | DIVIDE_XF = 23 |
Xform type constant. More... | |
static final int | DMAP_XF = 57 |
Xform type constant. More... | |
static final int | DONT_FILL_SPACE = 0 |
Don't adjust row and column dimensions to fill an empty space left by invisible rows or columns. More... | |
static final int | DONT_KEEP_RATIO = 0 |
Don't preserve X/Y ratio or size. More... | |
static final int | DONT_ROTATE_PATH = 0 |
Path rotation type constant. More... | |
static final int | DOT = 0x20 |
MarkerType constant. More... | |
static final int | DOUBLE_CLICK_MOD = 3 |
Modifier constant. More... | |
static final int | DOUBLE_CLICK_NONE = 0 |
Handle double click as a single click. More... | |
static final int | DOUBLE_CLICK_ONLY = 1 |
Activates the action only for double clicks. More... | |
static final int | DOUBLE_CLICK_ONLY_STATE = 1 |
Select an action with ProcessDoubleClick set to DOUBLE_CLICK_ONLY. More... | |
static final int | DOWN_ARROW_WIDGET = 11 |
WidgetType constant. More... | |
static final int | DRAWING_AREA_WIDGET = 0 |
WidgetType constant. More... | |
static final int | DRAWING_COORD = 2 |
World coordinates that include all viewing xforms of the viewport. More... | |
static final int | DRAWING_ZOOM_MODE = 0 |
Zoom type constant. More... | |
static final int | DRAWN_BUTTON_WIDGET = 2 |
WidgetType constant. More... | |
static final int | EDGE = 1 |
Draw edge. More... | |
static final int | EDGE_LINE_FILL = ( 1 | 4 ) |
Convenience constant to draw filled thick lines. More... | |
static final int | EDGE_SHADING = 1 |
Polygon shading constant. More... | |
static final int | ELLIPTICAL = 10 |
GradientType constant. More... | |
static final int | EMBEDDED_SHELL = 3 |
ShellType constant. More... | |
static final int | ENABLE_X = 1 |
Chart crosshair type constant. More... | |
static final int | ENABLE_XY = 3 |
Chart crosshair type constant. More... | |
static final int | ENABLE_Y = 2 |
Chart crosshair type constant. More... | |
static final int | END = 4 |
After the last container element. More... | |
static final int | END_APOS = 2 |
Arrow position constant. More... | |
static final int | END_ARROW = 18 |
ArrowType constant. More... | |
static final int | END_FILL_ARROW = 34 |
ArrowType constant. More... | |
static final int | EQUAL_ZERO_BOOL = 0 |
Boolean conversion type constant. More... | |
static final double | EQUATOR_RADIUS = 6378136.0 |
Equator radius in meters. More... | |
static final int | EXPORT_DYN_TAG = 4 |
Dynamics export tag. More... | |
static final int | EXPORT_TAG = 2 |
Export tag. More... | |
static final int | EXT_DATA_AUTO = 1 |
Enables extended data. More... | |
static final int | EXT_DATA_LINE = 2 |
Enables extended data and prioritizes line attributes over marker attributes. More... | |
static final int | EXT_DATA_NONE = 0 |
Disables extended data. More... | |
static final int | EXT_LIST_WIDGET = 28 |
WidgetType constant. More... | |
static final int | FILE = 0 |
Load type constant: load from a file. More... | |
static final int | FILL = 2 |
Draw fill. More... | |
static final int | FILL_ATYPE = 2 |
Arrow fill type constant. More... | |
static final int | FILL_EDGE = ( 1 | 2 ) |
Convenience constant to draw fill and edge. More... | |
static final int | FILL_EDGE_ATYPE = 3 |
Arrow fill type constant. More... | |
static final int | FILL_EDGE_SHADING = 3 |
Polygon shading constant. More... | |
static final int | FILL_SHADING = 2 |
Polygon shading constant. More... | |
static final int | FILLED_BOX = 0x4 |
MarkerType constant. More... | |
static final int | FILLED_CIRCLE = 0x10 |
MarkerType constant. More... | |
static final int | FILLED_DIAMOND = 0x80 |
MarkerType constant. More... | |
static final int | FINISHED_SETUP = 3 |
After finishing object setup: all transformed values are valid. More... | |
static final int | FINISHED_SETUP_CB = 3 |
After finishing object setup: all transformed values are valid. More... | |
static final int | FIRST = 1 |
At the first container element. More... | |
static final int | FIT_TO_BOX_TEXT = 2 |
Text subtype constant. More... | |
static final int | FIXED_BOX_TEXT = 8 |
Text subtype constant. More... | |
static final int | FIXED_IMAGE = 1 |
Image type constant. More... | |
static final int | FIXED_OFFSET_XF = 61 |
Xform type constant. More... | |
static final int | FIXED_TEXT = 1 |
Text subtype constant. More... | |
static final int | FLAT_LIGHT = 1 |
LightType constant. More... | |
static final int | FLIPPED_SCREEN_COORD_SYSTEM = 2 |
Fixed size screen coordinate system, Y axis points up. More... | |
static final int | FLOATING_BAR_PLOT = 4 |
Plot type constant. More... | |
static final int | FONT = 27 |
Object type constant. More... | |
static final int | FONTTABLE = 16 |
Object type constant. More... | |
static final int | FORM_WIDGET = 6 |
WidgetType constant. More... | |
static final int | FRAME = 26 |
Object type constant. More... | |
static final int | FRAME_1D = 1 |
Frame type constant. More... | |
static final int | FRAME_2D = 2 |
Frame type constant. More... | |
static final int | FRAME_3D = 3 |
Frame type constant. More... | |
static final int | FREE_FRAME = 4 |
Frame type constant. More... | |
static final int | FULL_CLONE = 2 |
Clone type constant. More... | |
static final int | FUNCTION = 5 |
Object type constant. More... | |
static final int | FUNCTION0_XT = 0 |
Operator constant: min( A, B ) More... | |
static final int | FUNCTION10_XT = 10 |
Operator constant: A / B. More... | |
static final int | FUNCTION11_XT = 11 |
Operator constant: A % B. More... | |
static final int | FUNCTION12_XT = 12 |
Operator constant: trunk( A / B ) More... | |
static final int | FUNCTION1_XT = 1 |
Operator constant: max( A, B ) More... | |
static final int | FUNCTION2_XT = 2 |
Operator constant: abs( A - B ) More... | |
static final int | FUNCTION3_XT = 3 |
Operator constant: round( A ) More... | |
static final int | FUNCTION4_XT = 4 |
Operator constant: floor( A ) More... | |
static final int | FUNCTION5_XT = 5 |
Operator constant: ceil( A ) More... | |
static final int | FUNCTION6_XT = 6 |
Operator constant: trunk( A ) More... | |
static final int | FUNCTION7_XT = 7 |
Operator constant: A + B. More... | |
static final int | FUNCTION8_XT = 8 |
Operator constant: A - B. More... | |
static final int | FUNCTION9_XT = 9 |
Operator constant: A * B. More... | |
static final int | FUNCTION_XF = 63 |
Xform type constant. More... | |
static final int | G = 3 |
Data type constant G (geometrical: XYZ or RGB triplet). More... | |
static final int | G_FROM_D_XF = 58 |
Xform type constant. More... | |
static final int | GDATA_XR = 7 |
Attribute role constant: generic G "G" (XYZ or RGB) data. More... | |
static final int | GEOM_XR = 1 |
Attribute role constant: control point. More... | |
static final int | GIS = 35 |
Object type constant. More... | |
static final int | GIS_ABORT_BY_API = 6 |
Aborted by the AbortGISRequest API method. More... | |
static final int | GIS_ABORT_OF_ZOOM_MODE = 3 |
Aborted due to the abort of the ZoomTo request by the application. More... | |
static final int | GIS_ABORT_ON_GIS_CHANGE = 1 |
Aborted due to GIS object parameters change. More... | |
static final int | GIS_ABORT_ON_LOAD_ERROR = 4 |
Aborted due to the map image generation errors. More... | |
static final int | GIS_ABORT_ON_NEW_REQUEST = 2 |
Aborted due to new request being issued. More... | |
static final int | GIS_ABORT_ON_RESET = 5 |
Aborted due to a reset of the GIS object. More... | |
static final int | GIS_LBL_SEL_IN_TILE_PRECISION = 1 |
GIS label selection constant: enables faster label selection with "in-tile" precision. More... | |
static final int | GIS_LBL_SEL_MAX_PRECISION = 2 |
GIS label selection constant: enables label selection with the maximum precision. More... | |
static final int | GIS_LBL_SEL_NONE = 0 |
GIS label selection constant: disables label selection. More... | |
static final double | GIS_OUTSIDE_VALUE = -2000.0 |
A negative value for Z coordinates of converted points outside of the visible part of the globe in the GIS orthographic projection. More... | |
static final int | GIS_REQUEST_ANGLE = 4 |
Update GIS angle. More... | |
static final int | GIS_REQUEST_CENTER = 2 |
Update GIS center. More... | |
static final int | GIS_REQUEST_EXTENT = 1 |
Update GIS extent. More... | |
static final int | GIS_REQUEST_LAYERS = 0x10 |
Update GIS layers. More... | |
static final int | GIS_REQUEST_PROJECTION = 8 |
Update GIS projection. More... | |
static final int | GIS_REQUEST_READY = 7 |
The GIS request is ready to be installed using InstallGISRequest. More... | |
static final int | GIS_ZOOM_MODE = 1 |
Zoom type constant. More... | |
static final int | GLG_CONTROL_AND_ATTACHMENT_POINTS = 17 |
Control points and attachment points. More... | |
static final int | GLG_CONTROL_POINTS = 1 |
Control points only. More... | |
static final int | GLG_DONT_CREATE = -1 |
Don't create, destroy if have been created. More... | |
static final int | GLG_DONT_DRAW = 0 |
Don't draw, keep if have been created to preserve attribute values. More... | |
static final int | GLG_IN_BACKGROUND = 1 |
Draw in the background, create if doesn't exist. More... | |
static final int | GLG_IN_FOREGROUND = 2 |
Draw in the foreground, create if doesn't exist. More... | |
static final int | GLG_NON_DRAWABLE_OBJECT = 6 |
Non-drawable container with GLG_OBJECT elements, is used for creating custom property groups. More... | |
static final int | GLG_OBJECT = 1 |
Drawable container with GlgObject elements. More... | |
static final int | GLG_TOOLTIP = 0 |
Disables native tooltips to use GLG tooltips. More... | |
static final int | GLM_10000_METER = 1 |
Accuracy constant. More... | |
static final int | GLM_1000_METER = 2 |
Accuracy constant. More... | |
static final int | GLM_100_METER = 3 |
Accuracy constant. More... | |
static final int | GLM_10_METER = 4 |
Accuracy constant. More... | |
static final int | GLM_1_METER = 5 |
Accuracy constant. More... | |
static final int | GLM_FAILED_ACCURACY = -1 |
Accuracy constant indicating a failed coordinate conversion. More... | |
static final int | GLOBAL = 2 |
Global type constant. More... | |
static final int | GREATER_THAN_HALF_BOOL = 2 |
Boolean conversion type constant. More... | |
static final int | GREATER_THAN_ZERO_BOOL = 1 |
Boolean conversion type constant. More... | |
static final int | GRID_FOREGROUND = 1 |
If specified, the chart grid is drawn in the foreground, otherwise it is is drawn in the background. More... | |
static final int | GRID_X = 1 |
Major X grid. More... | |
static final int | GRID_x = 4 |
Minor X grid. More... | |
static final int | GRID_Xx = ( 1 | 4 ) |
Major and minor X grid). More... | |
static final int | GRID_XxY = ( ( 1 | 4 ) | 2 ) |
Major and minor X grid with major Y grid. More... | |
static final int | GRID_XxYy = ( ( 1 | 4 ) | ( 2 | 8 ) ) |
X and Y grid, major and minor. More... | |
static final int | GRID_XY = ( 1 | 2 ) |
Major X and Y grid. More... | |
static final int | GRID_XYy = ( 1 | ( 2 | 8 ) ) |
Major X grid with major and minor Y grid. More... | |
static final int | GRID_Y = 2 |
Major Y grid. More... | |
static final int | GRID_y = 8 |
Minor Y grid. More... | |
static final int | GRID_Yy = ( 2 | 8 ) |
Major and minor Y grid. More... | |
static final int | GROUP = 9 |
Object type constant: uses a default group type (ARRAY). More... | |
static final int | H_CB = 5 |
H callback of GlgJBean. More... | |
static final int | HAND_CURSOR = 2 |
Cursor type constant. More... | |
static final int | HBOTTOM_DOWN = 5 |
Axis direction option. More... | |
static final int | HBOTTOM_UP = 4 |
Axis direction option. More... | |
static final int | HCENTER = 0 |
Horizontal anchoring constant. More... | |
static final int | HCENTER_DOWN = 3 |
Axis direction option. More... | |
static final int | HCENTER_UP = 2 |
Axis direction option. More... | |
static final int | HI_RESETUP_EVENT = 2 |
Invoked only on re-setup of an interface handler. More... | |
static final int | HI_SETUP_EVENT = 1 |
Invoked on the initial setup of an interface handler. More... | |
static final int | HIERARCHY_CB = 9 |
Hierarchy callback. More... | |
static final int | HISTORY = 23 |
Object type constant. More... | |
static final int | HLEFT = 1 |
Horizontal anchoring constant. More... | |
static final int | HLINE = 0x200 |
MarkerType constant. More... | |
static final int | HORIZONTAL = 0 |
Orientation type constant. More... | |
static final int | HORIZONTAL_LEGEND = 0 |
Legend layout type. More... | |
static final int | HORIZONTAL_SCALE_WIDGET = 12 |
WidgetType constant. More... | |
static final int | HORIZONTAL_SCROLL_WIDGET = 14 |
WidgetType constant. More... | |
static final int | HORIZONTAL_SEPARATOR_WIDGET = 24 |
WidgetType constant. More... | |
static final int | HORIZONTAL_TEXT = 0 |
Text direction constant. More... | |
static final int | HORIZONTAL_WRAPPED_LEGEND = 1 |
Legend layout type. More... | |
static final int | HRIGHT = 2 |
Horizontal anchoring constant. More... | |
static final int | HTOP_DOWN = 1 |
Axis direction option. More... | |
static final int | HTOP_UP = 0 |
Axis direction option. More... | |
static final int | IDENTITY_XF = 52 |
Xform type constant. More... | |
static GlgObject | IH_CURR |
ID of the current installable interface handler. More... | |
static GlgObject | IH_GLOBAL |
ID of the global data cache of the installable interface handlers. More... | |
static GlgObject | IH_NEW |
ID of the last installed installable interface handler. More... | |
static final int | IMAGE = 29 |
Object type constant. More... | |
static final int | IN_FRONT_OF_PLOT = 0 |
Draws Level and Time lines in front of the plot. More... | |
static final int | INCREMENTAL_XF = 64 |
Xform type constant. More... | |
static final int | INDEX_RULER_SCROLL_AXIS = 12 |
Ruler variant of the INDEX_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More... | |
static final int | INDEX_SCROLL_AXIS = 5 |
Axis type for scrolling sample indices. More... | |
static final int | INDEX_SWEEP_AXIS = 19 |
Sweep version of the INDEX_SCROLL_AXIS. More... | |
static final int | INFO = 5 |
Error type constant to print a message on the Java console. More... | |
static final int | INHERIT_COORD_SYSTEM = 0 |
Inherits coordinate system from the drawing (default). More... | |
static final int | INIT_ONLY_TAG = 1 |
Tag access type constant. More... | |
static final int | INPUT_CB = 1 |
Input callback. More... | |
static final int | INPUT_TAG = 0 |
Tag access type constant. More... | |
static final int | INPUT_TRIGGER = 3 |
Trigger type constant. More... | |
static final int | INT_VALUE = 3 |
GlgInteger elements. More... | |
static final int | INTERNAL_ERROR = 1 |
Error type constant reserved for internal errors. More... | |
static final int | INVERSE_BOUND = 2 |
Inverse bound: inherits value from the template. More... | |
static final int | INVERSED_CONICAL = 7 |
GradientType constant. More... | |
static final int | INVERSED_CONICAL_ABS = 13 |
GradientType constant. More... | |
static final int | INVERSED_ELLIPTICAL = 11 |
GradientType constant. More... | |
static final int | INVERSED_LINE_FILL = 8 |
A flag that reverses colors when combined with LINE_FILL: thick lines will use EdgeColor for fill and FillColor for edges. More... | |
static final int | INVERSED_LINE_WIDTH_GRADIENT = ( 256 + 512 ) |
GradientType constant. More... | |
static final int | INVERSED_LINEAR = 3 |
GradientType constant. More... | |
static final int | INVERSED_LINEAR2 = 5 |
GradientType constant. More... | |
static final int | INVERSED_SCREEN_SCALING = 4 |
Uses inversed screen scaling. More... | |
static final int | INVERSED_SPHERICAL = 9 |
GradientType constant. More... | |
static final int | INVERSED_WORLD_SCALING = 3 |
Uses inversed world scaling. More... | |
static final int | JAVA_SCRIPT_XF = 56 |
Xform type constant. More... | |
static final int | KEEP_RATIO = 1 |
Preserve X/Y ratio. More... | |
static final int | KEEP_SIZE = 2 |
Preserve size and X/Y ratio. More... | |
static final int | LABEL_AND_MARKER_ANNOTATION = 3 |
Annotation type constant. More... | |
static final int | LABEL_ANNOTATION = 1 |
Annotation type constant. More... | |
static final int | LABEL_WIDGET = 20 |
WidgetType constant. More... | |
static final int | LAST = 2 |
At the last container element. More... | |
static final int | LATEST_RELEASE = 0x7fffffff |
Latest release compatibility (default). More... | |
static final int | LCENTER = 0 |
Line anchoring constant for multi-line text objects. More... | |
static final int | LEFT_ARROW_WIDGET = 8 |
WidgetType constant. More... | |
static final int | LEGEND = 43 |
Object type constant. More... | |
static final int | LEVEL_LINE = 42 |
Object type constant. More... | |
static final int | LIGHT = 34 |
Object type constant. More... | |
static final int | LIGHT_VIEWPORT = 46 |
Object type constant. More... | |
static final int | LIGHT_VIEWPORT_SCROLLBAR = 3 |
Scrollbar type constant. More... | |
static final int | LINE_AND_FILL = 1 |
Line attributes type constant. More... | |
static final int | LINE_AND_MARKERS_PLOT = 33 |
Plot type constant. More... | |
static final int | LINE_ATTR = 40 |
Object type constant. More... | |
static final int | LINE_ATYPE = 1 |
Arrow fill type constant. More... | |
static final int | LINE_EXT_DATA = 3 |
Line attribute data. More... | |
static final int | LINE_FILL = 4 |
A flag used with EDGE to render the outer edges of thick lines using EdgeColor and the middle part using FillColor. More... | |
static final int | LINE_FILL_INV = ( 4 | 8 ) |
Convenience constant to draw filled thick lines with inversed colors. More... | |
static final int | LINE_LEVEL = 1 |
Single line. More... | |
static final int | LINE_NO_FILL = 0 |
Line attributes type constant. More... | |
static final int | LINE_PLOT = 1 |
Plot type constant. More... | |
static final int | LINE_WIDTH_GRADIENT = 256 |
GradientType constant. More... | |
static final int | LINEAR = 2 |
GradientType constant. More... | |
static final int | LINEAR2 = 4 |
GradientType constant. More... | |
static final int | LINEAR3_XF = 53 |
Xform type constant. More... | |
static final int | LINES_ALL = ( 1 | 4 | 8 ) |
Draws lines around minor and major ticks. More... | |
static final int | LINES_MAJOR = ( 1 | 8 ) |
Draws lines around major ticks. More... | |
static final int | LINES_MINOR = ( 1 | 4 ) |
Draws lines around minor ticks. More... | |
static final int | LINHERIT = 4 |
Line anchoring constant for multi-line text objects. More... | |
static final int | LIST = 10 |
Object type constant. More... | |
static final int | LIST_WIDGET = 25 |
WidgetType constant. More... | |
static final int | LIST_XF = 22 |
Xform type constant. More... | |
static final int | LLEFT = 1 |
Line anchoring constant for multi-line text objects. More... | |
static final int | LOCAL = 0 |
Global type constant. More... | |
static final int | LOCAL_TIME = 0 |
Time conversion type constant. More... | |
static final int | LOCAL_TIME_RULER_SCROLL_AXIS = 10 |
Ruler variant of the LOCAL_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More... | |
static final int | LOCAL_TIME_SCROLL_AXIS = 3 |
Axis type: local time scrolling axis. More... | |
static final int | LOCAL_TIME_SWEEP_AXIS = 16 |
Axis type: local time sweep axis. More... | |
static final int | LRIGHT = 2 |
Line anchoring constant for multi-line text objects. More... | |
static final int | LV_ENTER_NOTIFY = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 1 ) |
GLG event type. More... | |
static final int | LV_LEAVE_NOTIFY = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 2 ) |
GLG event type. More... | |
static final int | LV_RESIZE = (( AWTEvent.RESERVED_ID_MAX + 2000 ) + 3 ) |
GLG event type. More... | |
static final int | LVP_FLIPPED_SCREEN_COORD_SYSTEM = 5 |
Uses screen coordinates with origin in the upper left corner of the light viewport, Y axis points down. More... | |
static final int | LVP_SCREEN_COORD_SYSTEM = 4 |
Uses screen coordinates with origin in the upper left corner of the light viewport, Y axis points up. More... | |
static final int | MAIN_WINDOW_WIDGET = 4 |
WidgetType constant. More... | |
static final int | MAJOR_ELEM = 8 |
Draws an outline around major ticks. More... | |
static final int | MAJOR_VERSION = 4 |
Major version number. More... | |
static final int | MARKER = 14 |
Object type constant. More... | |
static final int | MARKER_ANNOTATION = 2 |
Annotation type constant. More... | |
static final int | MARKER_EXT_DATA = 1 |
Marker attribute data. More... | |
static final int | MARKERS_PLOT = 32 |
Plot type constant. More... | |
static final int | MATRIX = 4 |
Object type constant. More... | |
static final int | MATRIX_XF = 5 |
Xform and matrix type constant. More... | |
static final int | MENU_BAR_WIDGET = 16 |
WidgetType constant. More... | |
static final int | MESSAGE_ACTION = 8 |
Triggered by a message send to the interaction handler's viewport via the SendMessage method. More... | |
static final int | MESSAGE_EVENT = 4 |
Invoked to handle tokens sent to an interface handler , or to handle messages sent to an interaction handler by its children. More... | |
static final int | MIDDLE_APOS = 4 |
Arrow position constant. More... | |
static final int | MIDDLE_ARROW = 20 |
ArrowType constant. More... | |
static final int | MIDDLE_FILL_ARROW = 36 |
ArrowType constant. More... | |
static final int | MIDDLE_INVERSED_APOS = 5 |
Arrow position constant. More... | |
static final int | MIDDLE_INVERSED_ARROW = 21 |
ArrowType constant. More... | |
static final int | MIDDLE_INVERSED_FILL_ARROW = 37 |
ArrowType constant. More... | |
static final int | MIN_MAX_FILTER = 1 |
Filter type constant. More... | |
static final int | MINOR_ELEM = 4 |
Draws an outline around minor ticks. More... | |
static final int | MINOR_VERSION = 5 |
Minor version number. More... | |
static final int | MOUSE_CLICK = 4 |
Enables object selection on mouse click. More... | |
static final int | MOUSE_CLICK_TRIGGER = 1 |
Trigger type constant. More... | |
static final int | MOUSE_MOVE_AND_CLICK = ( MOUSE_OVER_SELECTION | MOUSE_CLICK | MOUSE_OVER_TOOLTIP ) |
Convenience constant that matches ProcessMouse's option in the Builder. More... | |
static final int | MOUSE_MOVE_AND_CLICK_NAMED = ( MOUSE_MOVE_AND_CLICK | NAMED_TOOLTIP ) |
Convenience constant that matches ProcessMouse's option in the Builder. More... | |
static final int | MOUSE_OVER_SELECTION = 1 |
Enabled object highlighting and selection on mouse over. More... | |
static final int | MOUSE_OVER_TOOLTIP = 2 |
Enables object tooltips on mouse over when used together with MOUSE_OVER_SELECTION. More... | |
static final int | MOUSE_OVER_TRIGGER = 2 |
Trigger type constant. More... | |
static final int | MOVE_ANCHOR_POINT = 1 |
Move the transformation's anchor point. More... | |
static final int | MOVE_BY_XFORM = 1 |
Apply a static transformation to the object. More... | |
static final int | MOVE_CURSOR = 3 |
Cursor type constant. More... | |
static final int | MOVE_POINTS = 0 |
Move object points. More... | |
static final int | MOVE_REFERENCE = 2 |
For internal use by attachment points of reference objects. More... | |
static final int | MOVE_SELECTION = 8 |
Return MouseMove events. More... | |
static final int | MS_FRAME_WIDGET = 18 |
WidgetType constant. More... | |
static final int | MULTI_BYTE = 1 |
Multi-byte font. More... | |
static final int | MULTI_LIST_WIDGET = 27 |
WidgetType constant. More... | |
static final int | NAMED_TOOLTIP = 8 |
Forces using object names instead of TooltipString resources for tooltips. More... | |
static final int | NATIVE_EVENT = 7 |
Triggered by a native event received by the interaction handler's viewport. More... | |
static final int | NATIVE_OBJECT = 10 |
Native object elements. More... | |
static final int | NATIVE_SCROLLBAR = 1 |
Scrollbar type constant. More... | |
static final int | NO_ACTION = 0 |
Action type constant. More... | |
static final int | NO_ARROW = 0 |
ArrowType constant. More... | |
static final int | NO_CHART_CACHE = 0 |
Chart cache use constant. More... | |
static final int | NO_EXT_DATA = 0 |
No extended data. More... | |
static final int | NO_GRADIENT = 0 |
GradientType constant. More... | |
static final int | NO_GRID = 0 |
Grid disabled. More... | |
static final int | NO_LIGHT = 0 |
LightType constant. More... | |
static final int | NO_MOUSE_EVENTS = 0 |
Disables all event processing if no other masks are selected. More... | |
static final int | NO_OUTLINE = 0 |
Draws no outline. More... | |
static final int | NO_PAN = 0 |
Pan type and tooltip mode constant. More... | |
static final int | NO_SCALING = 0 |
Scaling type constant. More... | |
static final int | NO_SHADING = 0 |
Polygon shading constant. More... | |
static final int | NO_STRETCH = 0 |
Stretch type constant. More... | |
static final int | NO_TOP_SHELL = 0 |
ShellType constant. More... | |
static final int | NO_TRIGGER = 0 |
Trigger type constant. More... | |
static final int | NO_ZOOM_STATE = 0 |
No active Zoom operation. More... | |
static final int | NON_CONVEX = 2 |
Polygon convex type constant. More... | |
static final int | NULL_FILTER = 0 |
Filter type constant. More... | |
static final int | NUMERICAL_VALUE = 0 |
Numerical value. More... | |
static final int | OBJECT_COORD = 4 |
World coordinates of the object, include all xforms applied to the object. More... | |
static final int | OBJECT_ID_MATCH = 8 |
Match by the specified object ID. More... | |
static final int | OBJECT_NAME_MATCH = 2 |
Match by the specified object name. More... | |
static final int | OBJECT_TYPE_MATCH = 1 |
Match by the specified object type. More... | |
static final int | OPEN = 1 |
Object OpenType constant. More... | |
static final int | OPEN_INVERSED = 2 |
Object OpenType constant. More... | |
static final int | OPTION_MENU_WIDGET = 21 |
WidgetType constant. More... | |
static final int | ORTHOGRAPHIC_PROJECTION = 2 |
GIS projection type constant. More... | |
static final int | OUTLINE_FOREGROUND = 2 |
If specified, the data area outline is drawn in the foreground, otherwise it is drawn in the background. More... | |
static final int | OUTPUT_TAG = 2 |
Tag access type constant. More... | |
static final int | PA_PA = 0 |
Parallelogram with 3 points. More... | |
static final int | PAN_DRAG_STATE = 4 |
Panning the drawing by dragging it with the mouse. More... | |
static final int | PAN_X = 1 |
Pan type and tooltip mode constant. More... | |
static final int | PAN_X_AUTO = 4 |
Pan type constant. More... | |
static final int | PAN_X_STATE = 1 |
A mask that may be combined with either PAN_DRAG_STATE or ZOOM_TO_STATE using bitwise OR to limit the current operation to operate only in X direction. More... | |
static final int | PAN_XY = 3 |
Pan type and tooltip mode constant. More... | |
static final int | PAN_XY_AUTO = 12 |
Pan type constant. More... | |
static final int | PAN_Y = 2 |
Pan type constant. More... | |
static final int | PAN_Y_AUTO = 8 |
Pan type constant. More... | |
static final int | PAN_Y_STATE = 2 |
A mask that may be combined with either PAN_DRAG_STATE or ZOOM_TO_STATE using bitwise OR to limit the current operation to operate only in Y direction. More... | |
static final int | PARALLELOGRAM = 19 |
Object type constant. More... | |
static final int | PARENT_COORD = 3 |
World coordinates of the parent object, include all xforms applied to the parent, but exclude xforms attached to the object. More... | |
static final int | PATH_XF = 6 |
Xform type constant. More... | |
static final int | PIXEL_OFFSET_XF = 45 |
Xform type constant. More... | |
static final int | PLOT = 39 |
Object type constant. More... | |
static final int | POINT_LIGHT = 2 |
LightType constant. More... | |
static final double | POLAR_RADIUS = 6356752.0 |
Polar radius in meters. More... | |
static final int | POLYGON = 8 |
Object type constant. More... | |
static final int | POLYLINE = 24 |
Object type constant. More... | |
static final int | POLYSURFACE = 25 |
Object type constant. More... | |
static final int | POSITION_AND_SIZE_MASK = 3 |
Set position and size mask. More... | |
static final int | POSITION_BOTTOM = 25 |
Position at the bottom edge of the viewport's span. More... | |
static final int | POSITION_BOTTOM_VIS = 31 |
Position at the bottom visible edge of the viewport. More... | |
static final int | POSITION_CENTER_VIS = 32 |
Center in the visible part of the viewport both vertically and horizontally. More... | |
static final int | POSITION_HCENTER = 21 |
Position in the center of the viewport's horizontal span. More... | |
static final int | POSITION_HCENTER_VIS = 27 |
Center in the visible part of the viewport horizontally. More... | |
static final int | POSITION_LEFT = 20 |
Position at the left edge of the viewport's span. More... | |
static final int | POSITION_LEFT_VIS = 26 |
Position at the left visible edge of the viewport. More... | |
static final int | POSITION_MASK = 1 |
Set position mask. More... | |
static final int | POSITION_RIGHT = 22 |
Position at the right edge of the viewport's span. More... | |
static final int | POSITION_RIGHT_VIS = 28 |
Position at the right visible edge of the viewport. More... | |
static final int | POSITION_TOP = 23 |
Position at the top edge of the viewport's span. More... | |
static final int | POSITION_TOP_VIS = 29 |
Position at the top visible edge of the viewport. More... | |
static final int | POSITION_VCENTER = 24 |
Position in the center of the viewport's vertical span. More... | |
static final int | POSITION_VCENTER_VIS = 30 |
Center in the visible part of the viewport vertically. More... | |
static final int | POSITIVE_AXIS_MASK = 0x1 |
Axis direction mask. More... | |
static final int | PRE_2_9 = 0 |
Pre-2.9 release compatibility. More... | |
static final int | PRE_3_5 = 2 |
Pre-3.5 release compatibility. More... | |
static final int | PRE_4_2 = 3 |
Pre-4.2 release compatibility. More... | |
static final int | PRE_4_3 = 4 |
Pre-4.3 release compatibility. More... | |
static final int | PULL_DOWN_MENU_WIDGET = 22 |
WidgetType constant. More... | |
static final int | PUSH_BUTTON_WIDGET = 1 |
WidgetType constant. More... | |
static final int | RANGE2_ALARM_XF = 42 |
Xform type constant. More... | |
static final int | RANGE_ALARM_XF = 41 |
Xform type constant. More... | |
static final int | RANGE_CHECK_XF = 40 |
Xform type constant. More... | |
static final int | RANGE_CONVERSION_XF = 51 |
Xform type constant. More... | |
static final int | RANGE_XF = 25 |
Xform type constant. More... | |
static final int | READY_CB = 4 |
Ready callback. More... | |
static final int | RECT_PA = 1 |
Parallelogram with 2 points (rectangle). More... | |
static final int | RECTANGULAR_PROJECTION = 1 |
GIS projection type constant. More... | |
static final int | REFERENCE = 1 |
Object type constant. More... | |
static final int | REL_INDEX_SWEEP_AXIS = 20 |
Relative version of the INDEX_SWEEP_AXIS, shows a constant interval of indices. More... | |
static final int | REL_TIME_RULER_SCROLL_AXIS = 11 |
Ruler variant of the REL_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More... | |
static final int | REL_TIME_SCROLL_AXIS = 4 |
Axis type: relative time scrolling axis. More... | |
static final int | REL_TIME_SWEEP_AXIS = 18 |
Axis type: relative time sweep axis, shows a constant time interval. More... | |
static final int | RELATIVE_TIME = 2 |
Time conversion type constant. More... | |
static final int | RELATIVE_UNITS = 0 |
UnitsType constant for Rounded object. More... | |
static final int | RENDERING = 32 |
Object type constant. More... | |
static final int | RESERVED_ACTION = 6 |
Reserved action type constant. More... | |
static final int | RESET_POSITION_MASK = 4 |
Reset position flag mask. More... | |
static final int | RESET_SIZE_MASK = 8 |
Reset size flag mask. More... | |
static final int | RESIZE_AND_ZOOM_STRETCH = ( 1 | 2 ) |
Stretch type constant. More... | |
static final int | RESIZE_SCALING = 2 |
Scaling type constant. More... | |
static final int | RESIZE_STRETCH = 1 |
Stretch type constant. More... | |
static final int | RESOURCE_MATCH = 4 |
Match by presence of the specified resource. More... | |
static final int | RIGHT_ARROW_WIDGET = 9 |
WidgetType constant. More... | |
static final int | ROTATE_DONT_MOVE_PATH = 2 |
Path rotation type constant. More... | |
static final int | ROTATE_PATH = 1 |
Path rotation type constant. More... | |
static final int | ROTATE_X_XF = 15 |
Xform type constant. More... | |
static final int | ROTATE_XF = 4 |
Matrix type constant. More... | |
static final int | ROTATE_Y_XF = 16 |
Xform type constant. More... | |
static final int | ROTATE_Z_XF = 17 |
Xform type constant. More... | |
static final int | ROUND_LINE_CAP = 2 |
Specifies round line cap. More... | |
static final int | ROUNDED = 37 |
Object type constant. More... | |
static final int | ROW_COLUMN_WIDGET = 7 |
WidgetType constant. More... | |
static final int | RULER_AXIS = 1 |
Axis type: ruler based on pixels or other units. More... | |
static final int | RULER_SCROLL_AXIS = 8 |
Axis type for a scrolling ruler. More... | |
static final int | S = 1 |
Data type constant: S (string). More... | |
static final int | S_FORMAT_XF = 21 |
Xform type constant. More... | |
static final int | SAWTOOTH_WAVEFORM = 0 |
Timer waveform type constant. More... | |
static final int | SCALE_DISABLED = 0 |
AutoScaling type constant. More... | |
static final int | SCALE_SX_XF = 46 |
Xform type constant. More... | |
static final int | SCALE_SY_XF = 47 |
Xform type constant. More... | |
static final int | SCALE_SZ_XF = 48 |
Xform type constant. More... | |
static final int | SCALE_TRANSLATE_XF = 27 |
Xform type constant. More... | |
static final int | SCALE_TRANSLATE_XYZ_XF = 28 |
Xform type constant. More... | |
static final int | SCALE_UP = 1 |
AutoScaling type constant. More... | |
static final int | SCALE_UP_AND_DOWN = 2 |
AutoScaling type constant. More... | |
static final int | SCALE_VISIBLE = 3 |
AutoScaling type constant. More... | |
static final int | SCALE_X_XF = 11 |
Xform type constant. More... | |
static final int | SCALE_XF = 3 |
Matrix type constant. More... | |
static final int | SCALE_XYZ_XF = 14 |
Xform type constant. More... | |
static final int | SCALE_Y_XF = 12 |
Xform type constant. More... | |
static final int | SCALE_Z_XF = 13 |
Xform type constant. More... | |
static final int | SCALED_IMAGE = 2 |
Image type constant. More... | |
static final int | SCREEN = 11 |
Object type constant. More... | |
static final int | SCREEN_CENTER_COORD_SYSTEM = 3 |
Fixed size screen coordinate system, Y axis points up, origin is in the center. More... | |
static final int | SCREEN_COORD = 0 |
Screen coordinates. More... | |
static final int | SCREEN_COORD_SYSTEM = 1 |
Fixed size screen coordinate system, Y axis points down. More... | |
static final int | SCREEN_FACTOR_XF = 60 |
Xform type constant. More... | |
static final int | SCREEN_SCALING = 1 |
Adjusts by a screen scale factor to use screen coordinates. More... | |
static final int | SCREEN_UNITS = 2 |
UnitsType constant for Rounded object. More... | |
static final int | SCROLLED = 1 |
History scroll type constant. More... | |
static final int | SCROLLED_TEXT = 3 |
Text subtype constant. More... | |
static final int | SDATA_XR = 9 |
Attribute role constant: generic S "S" (string) data. More... | |
static final int | SECTOR = 1 |
Arc FillType constant. More... | |
static final int | SELECT_AS_FILLED = 1 |
Select as filled regardless of the object's FillType. More... | |
static final int | SELECT_CB = 2 |
Select callback. More... | |
static final int | SELECTION_LABEL_TYPE = 1 |
Time and value strings for chart and axis selection. More... | |
static final int | SEMI_GLOBAL = 1 |
Global type constant. More... | |
static final int | SEND_COMMAND_ACTION = 2 |
Action type constant. More... | |
static final int | SEND_EVENT_ACTION = 3 |
Action type constant. More... | |
static final int | SERIES = 21 |
Object type constant. More... | |
static final int | SET_EQUAL_HDISTANCE = 11 |
Distribute (centers) evenly across. More... | |
static final int | SET_EQUAL_HSIZE = 8 |
Set same width. More... | |
static final int | SET_EQUAL_HSPACE = 13 |
Space evenly across. More... | |
static final int | SET_EQUAL_SIZE = 9 |
Set same width and height. More... | |
static final int | SET_EQUAL_VDISTANCE = 10 |
Distribute (centers) evenly down. More... | |
static final int | SET_EQUAL_VSIZE = 7 |
Set same height. More... | |
static final int | SET_EQUAL_VSPACE = 12 |
Space evenly down. More... | |
static final int | SET_HDISTANCE = 17 |
Set horizontal distance (between centers). More... | |
static final int | SET_HSIZE = 15 |
Set width. More... | |
static final int | SET_HSPACE = 19 |
Set horizontal space (between objects). More... | |
static final int | SET_STATE_ACTION = 5 |
Action type constant. More... | |
static final int | SET_VDISTANCE = 16 |
Set vertical distance (between centers). More... | |
static final int | SET_VSIZE = 14 |
Set height. More... | |
static final int | SET_VSPACE = 18 |
Set vertical space (between objects). More... | |
static final int | SHALLOW_CLONE = 4 |
Clone type constant. More... | |
static final int | SHEAR_X_XF = 30 |
Xform type constant. More... | |
static final int | SHEAR_Y_XF = 31 |
Xform type constant. More... | |
static final int | SHEAR_Z_XF = 32 |
Xform type constant. More... | |
static final int | SHELL_QUERY = 1 |
Returns the top level component used to host the GLG drawing. More... | |
static final int | SHIFT_ALL_CELLS = 7 |
Pack all cells to fill the empty space without preserving rows: a row's cells may be moves into previous rows if space is available. More... | |
static final int | SHIFT_COLUMNS = 1 |
Shift columns withing a row to fill the space of invisible columns (rows are vertical if ColumnsFirst=YES). More... | |
static final int | SHIFT_MOD = 1 |
Modifier constant. More... | |
static final int | SHIFT_ROWS = 2 |
Shift rows to fill the space of empty rows (rows are vertical if ColumnsFirst=YES). More... | |
static final int | SHIFT_ROWS_COLUMNS = 3 |
Shift both rows and columns. More... | |
static final int | SINE_WAVEFORM = 3 |
Timer waveform type constant. More... | |
static final int | SINGLE_AND_DOUBLE_CLICK = 3 |
Activates the action for either single or double click, but indicates the type of the click when possible. More... | |
static final int | SINGLE_BYTE = 0 |
Single-byte font. More... | |
static final int | SINGLE_CLICK_ONLY = 2 |
Activates the action only for single clicks, including the first click of a double-click sequence. More... | |
static final int | SINGLE_CLICK_ONLY_STATE = 2 |
Select an action with ProcessDoubleClick set to SINGLE_CLICK_ONLY. More... | |
static final int | SIZE_MASK = 2 |
Set size mask. More... | |
static final int | SKIP_ARMED_ONLY_STATE = 3 |
Select any action except ones with ProcessArmed set to ARMED_ONLY. More... | |
static final int | SKIP_DATA = 0 |
No data points to draw. More... | |
static final int | SKIP_DOUBLE_CLICK_ONLY_STATE = 3 |
Skip actions with ProcessDoubleClick set to DOUBLE_CLICK_ONLY. More... | |
static final int | SKIP_INVISIBLE_CELLS = 0 |
Don't shift cells to fill an empty space left by an invisible cell. More... | |
static final int | SKIP_SINGLE_CLICK_ONLY_STATE = 4 |
Skip actions with ProcessDoubleClick set to SINGLE_CLICK_ONLY. More... | |
static final int | SKIP_UNARMED_ONLY_STATE = 4 |
Select any action except ones with ProcessArmed set to UNARMED_ONLY. More... | |
static final int | SMAP_XF = 36 |
Xform type constant. More... | |
static final int | SPACED_TEXT = 4 |
Text subtype constant. More... | |
static final int | SPHERICAL = 8 |
GradientType constant. More... | |
static final int | SPLINE = 31 |
Object type constant. More... | |
static final int | SPLIT_DRAW = 2 |
Draws the background of Level and Time areas behind the plot, then draws their outlines in front of the plot. More... | |
static final int | SQUARE_SERIES = 20 |
Object type constant. More... | |
static final int | START = 3 |
Before the first container element. More... | |
static final int | START_AND_ANGLE = 0 |
Arc AngleType constant. More... | |
static final int | START_AND_END = 1 |
Arc AngleType constant. More... | |
static final int | START_APOS = 1 |
Arrow position constant. More... | |
static final int | START_ARROW = 17 |
ArrowType constant. More... | |
static final int | START_END_APOS = 3 |
Arrow position constant. More... | |
static final int | START_END_ARROW = 19 |
ArrowType constant. More... | |
static final int | START_END_FILL_ARROW = 35 |
ArrowType constant. More... | |
static final int | START_FILL_ARROW = 33 |
ArrowType constant. More... | |
static final int | STEP_AND_MARKERS_PLOT = 34 |
Plot type constant. More... | |
static final int | STEP_PLOT = 2 |
Plot type constant. More... | |
static final int | STICKY_CENTER_MODE = 2 |
Move object points as well as points of any transformations attached to it. More... | |
static final int | STREAM = 2 |
Load type: load from a stream. More... | |
static final int | STRING = 2 |
String elements. More... | |
static final int | STRING_CONCAT_XF = 37 |
Xform type constant. More... | |
static final int | STRONG_CLONE = 1 |
Clone type constant. More... | |
static final int | SUBDRAWING_REF = 1 |
Reference type constant. More... | |
static final int | SUBWINDOW_REF = 3 |
Reference type constant. More... | |
static final int | TAG = 36 |
Object type constant. More... | |
static final int | TEXT = 15 |
Object type constant. More... | |
static final int | TEXT_EDIT_WIDGET = 26 |
WidgetType constant. More... | |
static final int | TEXT_WIDGET = 19 |
WidgetType constant. More... | |
static final int | THRESHOLD_XF = 26 |
Xform type constant. More... | |
static final int | TICK_LABEL_TYPE = 0 |
Tick labels. More... | |
static final int | TIME_FORMAT_XF = 49 |
Xform type constant. More... | |
static final int | TIME_VALUE = 1 |
Time value in seconds. More... | |
static final int | TIMER_XF = 33 |
Xform type constant. More... | |
static final int | TOGGLE_BUTTON_WIDGET = 3 |
WidgetType constant. More... | |
static final int | TOGGLE_STATE_ACTION = 7 |
Action type constant. More... | |
static final int | TOOLTIP_SELECTION = ( 2 | 64 ) |
Return Tooltip events. More... | |
static final int | TOP = 2 |
Start from the top. More... | |
static final int | TRACE2_CB = 8 |
Trace2 callback. More... | |
static final int | TRACE_CB = 3 |
Trace callback. More... | |
static final int | TRACE_STATE_ACTION = 4 |
Action type constant. More... | |
static final int | TRANSFER_XF = 24 |
Xform type constant. More... | |
static final int | TRANSLATE_X_XF = 7 |
Xform type constant. More... | |
static final int | TRANSLATE_XF = 2 |
Xform and matrix type constant. More... | |
static final int | TRANSLATE_XYZ_XF = 10 |
Xform type constant. More... | |
static final int | TRANSLATE_Y_XF = 8 |
Xform type constant. More... | |
static final int | TRANSLATE_Z_XF = 9 |
Xform type constant. More... | |
static final int | TRIANGLE_WAVEFORM = 1 |
Timer waveform type constant. More... | |
static final int | TRUNCATED_TEXT = 5 |
Text subtype constant. More... | |
static final int | UNARMED_ONLY = 2 |
Activates the action only if the Control key is not pressed. More... | |
static final int | UNARMED_ONLY_STATE = 2 |
Select an action with ProcessArmed set to UNARMED_ONLY. More... | |
static final int | UNBOUND = 0 |
Unbound. More... | |
static final int | UNCONSTRAINED = 3 |
Global type constant. More... | |
static final int | UNIT_XF = 1 |
Matrix type constant. More... | |
static final int | UP_ARROW_WIDGET = 10 |
WidgetType constant. More... | |
static final int | URL = 1 |
Load type: load from a URL. More... | |
static final int | USE_CHART_CACHE = 1 |
Chart cache use constant. More... | |
static final int | USE_DATA1 = 2 |
Draw a single stored data point. More... | |
static final int | USE_DATA2 = 3 |
Draw two stored data points. More... | |
static final int | USE_FILE = 1 |
Reference storage type constant. More... | |
static final int | USE_INCLUDED = 0 |
Reference storage type constant. More... | |
static final int | USE_PALETTE = 2 |
Reference storage type constant. More... | |
static final int | USE_PREALLOCATED_CHART_CACHE = 3 |
Chart cache use constant. More... | |
static final int | USER_ERROR = 2 |
Error type constant to print an error with the stack trace on the Java console. More... | |
static final int | USER_ERROR_NO_STACK = 3 |
Error type constant to print an error with no stack trace on the Java console. More... | |
static final int | UTC_TIME = 1 |
Time conversion type constant. More... | |
static final int | UTC_TIME_RULER_SCROLL_AXIS = 15 |
Ruler variant of the UTC_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More... | |
static final int | UTC_TIME_SCROLL_AXIS = 14 |
Axis type: UTC time scrolling axis. More... | |
static final int | UTC_TIME_SWEEP_AXIS = 17 |
Axis type: UTC time sweep axis. More... | |
static final int | UTF8 = 2 |
UTF-8 font. More... | |
static final int | V_CB = 6 |
V callback of GlgJBean. More... | |
static final int | VALUE_AXIS = 0 |
Axis type: value axis and XY plot. More... | |
static final int | VALUE_SCROLL_AXIS = 7 |
Axis type for scrolling values other than time. More... | |
static final int | VBOTTOM = ( 2 << 4 ) |
Vertical anchoring constant. More... | |
static final int | VCENTER = ( 0 << 4 ) |
Vertical anchoring constant. More... | |
static final int | VCENTER_LEFT = 10 |
Axis direction option. More... | |
static final int | VCENTER_RIGHT = 11 |
Axis direction option. More... | |
static final int | VECTOR = 7 |
Object type constant. More... | |
static final int | VERTICAL = 1 |
Orientation type constant. More... | |
static final int | VERTICAL_AXIS_MASK = 0x8 |
Axis direction mask. More... | |
static final int | VERTICAL_LEGEND = 2 |
Legend layout type. More... | |
static final int | VERTICAL_ROTATED_LEFT = 3 |
Text direction constant. More... | |
static final int | VERTICAL_ROTATED_RIGHT = 2 |
Text direction constant. More... | |
static final int | VERTICAL_SCALE_WIDGET = 13 |
WidgetType constant. More... | |
static final int | VERTICAL_SCROLL_WIDGET = 15 |
WidgetType constant. More... | |
static final int | VERTICAL_SEPARATOR_WIDGET = 23 |
WidgetType constant. More... | |
static final int | VERTICAL_TEXT = 1 |
Text direction constant. More... | |
static final int | VERTICAL_WRAPPED_LEGEND = 3 |
Legend layout type. More... | |
static final int | VIEWPORT = 13 |
Object type constant. More... | |
static final int | VIEWPORT_SCROLLBAR = 2 |
Scrollbar type constant. More... | |
static final int | VLEFT_LEFT = 8 |
Axis direction option. More... | |
static final int | VLEFT_RIGHT = 9 |
Axis direction option. More... | |
static final int | VLINE = 0x400 |
MarkerType constant. More... | |
static final int | VRIGHT_LEFT = 12 |
Axis direction option. More... | |
static final int | VRIGHT_RIGHT = 13 |
Axis direction option. More... | |
static final int | VTOP = ( 1 << 4 ) |
Vertical anchoring constant. More... | |
static final int | WAIT_CURSOR = 1 |
Cursor type constant. More... | |
static final int | WARNING = 4 |
Error type constant to print a warning on the Java console. More... | |
static final int | WEAK_CLONE = 0 |
Clone type constant. More... | |
static final int | WIDGET_QUERY = 0 |
Returns the native component used to render the viewport. More... | |
static final int | WORLD_COORD = 1 |
World coordinates that include only the zooming xform of the viewport. More... | |
static final int | WORLD_COORD_SYSTEM = 0 |
Resizable world coordinate system. More... | |
static final int | WORLD_OFFSET_XF = 44 |
Xform type constant. More... | |
static final int | WORLD_SCALING = 0 |
Does not apply any adjustments. More... | |
static final int | WORLD_UNITS = 1 |
UnitsType constant for Rounded object. More... | |
static final int | WRAPPED = 0 |
History scroll type constant. More... | |
static final int | WRAPPED_TEXT = 6 |
Text subtype constant. More... | |
static final int | WRAPPED_TRUNCATED_TEXT = 7 |
Text subtype constant. More... | |
static final int | X_FONT = 0 |
X font. More... | |
static final int | XFORM = 6 |
Object type constant. More... | |
static final int | XFT_FONT = 1 |
XFT font. More... | |
static final int | ZOOM_AND_RESIZE_SCALING = 3 |
Scaling type constant. More... | |
static final int | ZOOM_SCALING = 1 |
Scaling type constant. More... | |
static final int | ZOOM_TO_STATE = 8 |
Defining the ZoomTo rectangle with the mouse. More... | |
static final int | ZS_BY_PARENT = 3 |
ZSort type constant. More... | |
static final int | ZS_INHERIT = 0 |
ZSort type constant. More... | |
static final int | ZS_NO = 2 |
ZSort type constant. More... | |
static final int | ZS_NO_GDI = 5 |
ZSort type constant. More... | |
static final int | ZS_SPECIAL = 4 |
ZSort type constant. More... | |
static final int | ZS_YES = 1 |
ZSort type constant. More... | |