| Package | Top Level |
| Class | public class RDFBrowser |
| Inheritance | RDFBrowser mx.core.Application |
| Implements | mx.binding.IBindingClient |
| Property | Defined By | ||
|---|---|---|---|
| addSource : Button | RDFBrowser | ||
| alphaCombo : ComboBox | RDFBrowser | ||
| alphaCount : CheckBox | RDFBrowser | ||
| browserCanvas : Canvas | RDFBrowser | ||
| canvas : Canvas | RDFBrowser | ||
| colorCombo : ComboBox | RDFBrowser | ||
| dataView : DataGrid | RDFBrowser | ||
| deleteSource : Button | RDFBrowser | ||
| displayItems : XML
XML with the items to represent. | RDFBrowser | ||
| facetAdder : Button | RDFBrowser | ||
| facetBar : ApplicationControlBar | RDFBrowser | ||
| facetCombo : ComboBox | RDFBrowser | ||
| facetCount : CheckBox | RDFBrowser | ||
| facets : Array
Applied facets array. | RDFBrowser | ||
| facetsPanel : Panel | RDFBrowser | ||
| fillCombo : ComboBox | RDFBrowser | ||
| fillCount : CheckBox | RDFBrowser | ||
| HSlider : HSlider | RDFBrowser | ||
| legendCanvas : Canvas | RDFBrowser | ||
| loadData : HTTPService | RDFBrowser | ||
| loginAdmin : Button | RDFBrowser | ||
| logoutButton : Button | RDFBrowser | ||
| mainClass : String
Class to represent. | RDFBrowser | ||
| mainClassButton : Button | RDFBrowser | ||
| mainClassInput : TextInput | RDFBrowser | ||
| navigator : TabNavigator | RDFBrowser | ||
| navigatorBrowser : TabNavigator | RDFBrowser | ||
| panelFilter : Panel | RDFBrowser | ||
| paramsAlpha : TextInput | RDFBrowser | ||
| paramsColor : TextInput | RDFBrowser | ||
| paramsFill : TextInput | RDFBrowser | ||
| paramsGraph : Array
Visualization parameters:
[0][0]. Property associated to the radius visualization parameter. | RDFBrowser | ||
| paramsRadius : TextInput | RDFBrowser | ||
| password : String = admin
Administrator's password (authentication). | RDFBrowser | ||
| passwordInput : TextInput | RDFBrowser | ||
| properties : Array
Available properties array. | RDFBrowser | ||
| radiusCombo : ComboBox | RDFBrowser | ||
| radiusCount : CheckBox | RDFBrowser | ||
| rdfbrowser_items : XML
XML with all the items. | RDFBrowser | ||
| receiver : HTTPService | RDFBrowser | ||
| reload : Button | RDFBrowser | ||
| saveData : HTTPService | RDFBrowser | ||
| saveSettingsButton : Button | RDFBrowser | ||
| settings : Canvas | RDFBrowser | ||
| sourceList : List | RDFBrowser | ||
| sources : Array
Sources' URL array. | RDFBrowser | ||
| sourceURL : TextInput | RDFBrowser | ||
| username : String = admin
Administrator's username (authentication). | RDFBrowser | ||
| usernameInput : TextInput | RDFBrowser | ||
| zoomCanvas : Canvas | RDFBrowser | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | RDFBrowser | ||
addFacet():void
This function adds a facet. | RDFBrowser | ||
canvasToPNG(type:int):void
This function exports to PNG the main canvas or
the "Browser" window. | RDFBrowser | ||
createDataGridColumns():void
This function creates the columns for the
tabular view. | RDFBrowser | ||
deleteURL():void
This function deletes an URL. | RDFBrowser | ||
displayData():void
This function creates the visualization space. | RDFBrowser | ||
facetComboChange():void
This function updates the facets view. | RDFBrowser | ||
fillDataGrid():void
This function updates the data provide of the
tabular view item. | RDFBrowser | ||
initApp():void
This function initialize the application
| RDFBrowser | ||
isParamGraph(property:String):int
This function checks if a property is a visualization
parameter (radius, fill or alpha). | RDFBrowser | ||
loadURL():void
This function calls the "dataManager.php" PHP script to
extract the elements from an URL. | RDFBrowser | ||
removeFacet(facet:FacetPanel):void
This function removes a facet. | RDFBrowser | ||
saveSettings():void
This function saves the administrator settings. | RDFBrowser | ||
setFacets():void
This function filters the items, selects the ones to display
and updates the facets. | RDFBrowser | ||
setMainClass():void
This function sets the class to represent. | RDFBrowser | ||
setParameters():void
This function sets the visualization parameters. | RDFBrowser | ||
showParameters():void
This function updates the settings view
(visualizaction parameters section). | RDFBrowser | ||
updateLegend(count:int, maxRadius:Number, maxFill:Number, maxAlpha:Number, colors:Array):void
This function updates the legend information. | RDFBrowser | ||
| addSource | property |
public var addSource:ButtonThis property can be used as the source for data binding.
| alphaCombo | property |
public var alphaCombo:ComboBoxThis property can be used as the source for data binding.
| alphaCount | property |
public var alphaCount:CheckBoxThis property can be used as the source for data binding.
| browserCanvas | property |
public var browserCanvas:CanvasThis property can be used as the source for data binding.
| canvas | property |
public var canvas:CanvasThis property can be used as the source for data binding.
| colorCombo | property |
public var colorCombo:ComboBoxThis property can be used as the source for data binding.
| dataView | property |
public var dataView:DataGridThis property can be used as the source for data binding.
| deleteSource | property |
public var deleteSource:ButtonThis property can be used as the source for data binding.
| displayItems | property |
public var displayItems:XMLXML with the items to represent.
The default value is .
| facetAdder | property |
public var facetAdder:ButtonThis property can be used as the source for data binding.
| facetBar | property |
public var facetBar:ApplicationControlBarThis property can be used as the source for data binding.
| facetCombo | property |
public var facetCombo:ComboBoxThis property can be used as the source for data binding.
| facetCount | property |
public var facetCount:CheckBoxThis property can be used as the source for data binding.
| facets | property |
public var facets:ArrayApplied facets array. Structure: (property_name, FacetPanel object)
The default value is (empty array).
| facetsPanel | property |
public var facetsPanel:PanelThis property can be used as the source for data binding.
| fillCombo | property |
public var fillCombo:ComboBoxThis property can be used as the source for data binding.
| fillCount | property |
public var fillCount:CheckBoxThis property can be used as the source for data binding.
| HSlider | property |
public var HSlider:HSliderThis property can be used as the source for data binding.
| legendCanvas | property |
public var legendCanvas:CanvasThis property can be used as the source for data binding.
| loadData | property |
public var loadData:HTTPServiceThis property can be used as the source for data binding.
| loginAdmin | property |
public var loginAdmin:ButtonThis property can be used as the source for data binding.
| logoutButton | property |
public var logoutButton:ButtonThis property can be used as the source for data binding.
| mainClass | property |
public var mainClass:StringClass to represent.
The default value is (empty string).
| mainClassButton | property |
public var mainClassButton:ButtonThis property can be used as the source for data binding.
| mainClassInput | property |
public var mainClassInput:TextInputThis property can be used as the source for data binding.
| navigator | property |
public var navigator:TabNavigatorThis property can be used as the source for data binding.
| navigatorBrowser | property |
public var navigatorBrowser:TabNavigatorThis property can be used as the source for data binding.
| panelFilter | property |
public var panelFilter:PanelThis property can be used as the source for data binding.
| paramsAlpha | property |
public var paramsAlpha:TextInputThis property can be used as the source for data binding.
| paramsColor | property |
public var paramsColor:TextInputThis property can be used as the source for data binding.
| paramsFill | property |
public var paramsFill:TextInputThis property can be used as the source for data binding.
| paramsGraph | property |
public var paramsGraph:ArrayVisualization parameters:
The default value is [["---", false]["---", false]["---", false]["---", false]].
| paramsRadius | property |
public var paramsRadius:TextInputThis property can be used as the source for data binding.
| password | property |
public var password:String = adminAdministrator's password (authentication).
The default value is admin.
| passwordInput | property |
public var passwordInput:TextInputThis property can be used as the source for data binding.
| properties | property |
public var properties:ArrayAvailable properties array.
The default value is (empty array).
| radiusCombo | property |
public var radiusCombo:ComboBoxThis property can be used as the source for data binding.
| radiusCount | property |
public var radiusCount:CheckBoxThis property can be used as the source for data binding.
| rdfbrowser_items | property |
public var rdfbrowser_items:XMLXML with all the items.
The default value is .
| receiver | property |
public var receiver:HTTPServiceThis property can be used as the source for data binding.
| reload | property |
public var reload:ButtonThis property can be used as the source for data binding.
| saveData | property |
public var saveData:HTTPServiceThis property can be used as the source for data binding.
| saveSettingsButton | property |
public var saveSettingsButton:ButtonThis property can be used as the source for data binding.
| settings | property |
public var settings:CanvasThis property can be used as the source for data binding.
| sourceList | property |
public var sourceList:ListThis property can be used as the source for data binding.
| sources | property |
public var sources:ArraySources' URL array.
The default value is (empty array).
| sourceURL | property |
public var sourceURL:TextInputThis property can be used as the source for data binding.
| username | property |
public var username:String = adminAdministrator's username (authentication).
The default value is admin.
| usernameInput | property |
public var usernameInput:TextInputThis property can be used as the source for data binding.
| zoomCanvas | property |
public var zoomCanvas:CanvasThis property can be used as the source for data binding.
| RDFBrowser | () | Constructor |
public function RDFBrowser()Constructor.
| addFacet | () | method |
public function addFacet():voidThis function adds a facet.
| canvasToPNG | () | method |
public function canvasToPNG(type:int):voidThis function exports to PNG the main canvas or the "Browser" window.
Parameters
type:int — 0: main canvas; 1: "Browser" window
|
| createDataGridColumns | () | method |
public function createDataGridColumns():voidThis function creates the columns for the tabular view.
| deleteURL | () | method |
public function deleteURL():voidThis function deletes an URL. It updates the "rdfbrowser_items" XML.
| displayData | () | method |
public function displayData():voidThis function creates the visualization space. It creates the CanvasItem elements used by the CanvasCluster object. It also obtains the maximum values for each visualization parameter.
| facetComboChange | () | method |
public function facetComboChange():voidThis function updates the facets view.
| fillDataGrid | () | method |
public function fillDataGrid():voidThis function updates the data provide of the tabular view item.
| initApp | () | method |
public function initApp():voidThis function initialize the application
| isParamGraph | () | method |
public function isParamGraph(property:String):intThis function checks if a property is a visualization parameter (radius, fill or alpha).
Parameters
property:String — The property to check.
|
int — 0:radius; 1:fill; 2:alpha; 3:is not a visualization parameter.
|
| loadURL | () | method |
public function loadURL():voidThis function calls the "dataManager.php" PHP script to extract the elements from an URL.
| removeFacet | () | method |
public function removeFacet(facet:FacetPanel):voidThis function removes a facet.
Parameters
facet:FacetPanel — The FacetPanel to remove.
|
| saveSettings | () | method |
public function saveSettings():voidThis function saves the administrator settings.
| setFacets | () | method |
public function setFacets():voidThis function filters the items, selects the ones to display and updates the facets.
| setMainClass | () | method |
public function setMainClass():voidThis function sets the class to represent.
| setParameters | () | method |
public function setParameters():voidThis function sets the visualization parameters.
| showParameters | () | method |
public function showParameters():voidThis function updates the settings view (visualizaction parameters section).
| updateLegend | () | method |
public function updateLegend(count:int, maxRadius:Number, maxFill:Number, maxAlpha:Number, colors:Array):voidThis function updates the legend information.
Parameters
count:int — The property to check.
| |
maxRadius:Number — Maximum value of the "radius" property.
| |
maxFill:Number — Maximum value of the "fill" property.
| |
maxAlpha:Number — Maximum value of the "alpha" property.
| |
colors:Array — Array with the values of the "color" property.
|