Modifier and Type | Interface and Description |
---|---|
interface |
Equipment
This interface defines a telecom equipment object.
|
interface |
Resizable
This interface defines an element that is
resizable.
|
interface |
TSubNetwork
TSubnetwork is a predefined business object
that is used to represent a network layer that
all resources is layered logically or geographically. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractElement
This class provides default implementations for
Element |
class |
BaseElement
A basic implementation of Element.
|
class |
BaseEquipment
This class is a basic implementation for interface
Equipment . |
class |
BTS
A predefined business object.
|
class |
BTSAntenna
A predefined business object.
|
class |
Card
This is a class defines the telecom objects
that play the role of cards of telecom equipment.
|
class |
Chassis
This class defines an telecom equipment chassis.
|
class |
Dummy
Dummy is an network-invisible container element.
|
class |
EllipseGroup
This class defines an ellipse shape group.
|
class |
FlexionLink
This class defines a Link that has two flexional points
close to the two terminal points of the link.
|
class |
Follower
This class defines a follower node.
|
class |
Grid |
class |
Group
Group element is a node which can contain other elements.
|
class |
Link
This class define a link element which connect between two
Node elements.
|
class |
LinkSubNetwork |
class |
Node
Node is a basic network element, it derived from BaseElement and extends
image icon property.
|
class |
OrthogonalLink
This class defines a link with an orthogonal path.
|
class |
ParallelogramGroup
This class defines a group with a parallelogram shape.
|
class |
PolyLine
This class defines a special link element which
is combined by a set of straight lines.
|
class |
PolySubNetwork
Poly subnetwork is a special subnetwork, it can be
specified a shape object as the subnetwork's painting shape.
|
class |
Port
This class models a port elements, which are telecom equipment
connectors.
|
class |
Rack
This class models an equipment rack element, which is a physical
rack for telecom equipment.
|
class |
ResizableNode
This is a resizable node.
|
class |
RotatableNode |
class |
RoundRect
This class defines a node in round rectangle shape.
|
class |
ShapeImage |
class |
ShapeLink |
class |
ShapeNode
This class defines a node comes with a set of control points,
the points will be used to create a shape painted on network
component to represent the node.
|
class |
ShapeSubNetwork |
class |
Shelf
This
Shelf class models an equipment shelf element,
which is a physical shelf for telecom equipment. |
class |
Slot
This
Slot class models an equipment slot element,
which is a physical slot for telecom equipment. |
class |
SubNetwork
Subnetwork is a predefined business object
that is used to represent a network layer that
all resources is layered logically or geographically.
|
class |
TerminalPoint
This class defines a terminal point element.
|
class |
Text
The
Text is designed to show text content on network canvas. |
class |
Wire
Created by macpro3 on 07/02/2017.
|
Modifier and Type | Field and Description |
---|---|
protected Element |
AbstractElement.parent |
Modifier and Type | Method and Description |
---|---|
static Element |
TWaverUtil.cloneElement(Element source,
boolean withElementId)
Clone the specified elemenet with all of the element's descendant
|
Element |
Link.copy()
Copy a new element instance from this element.
|
Element |
Element.copy()
Copy a new element instance from this element.
|
Element |
AbstractElement.copy()
Copy a new element instance from this element.
|
Element |
Link.copy(java.lang.Object id)
Copy a new link with given id.
|
Element |
Element.copy(java.lang.Object id)
Copy a new element with given id.
|
Element |
AbstractElement.copy(java.lang.Object id)
Copy a new element with given id.
|
Element |
Link.copy(java.lang.Object id,
TDataBox box)
Copy a new element with given id and data box.
|
Element |
Element.copy(java.lang.Object id,
TDataBox box)
Copy a new element with given id and data box.
|
Element |
AbstractElement.copy(java.lang.Object id,
TDataBox box)
Copy a new element with given id and data box.
|
Element |
Link.copy(TDataBox box)
Copy a new element with given data box.
|
Element |
Element.copy(TDataBox box)
Copy a new element with given data box.
|
Element |
AbstractElement.copy(TDataBox box)
Copy a new element with given data box.
|
Element |
DataBoxQuickFinder.findFirst(java.lang.Object value)
Find the first element whose bound property value equals to the
given value.
|
Element |
DataBoxSelectionModel.firstElement()
Gets the first selected element.
|
Element |
Element.getChildrenByID(java.lang.Object id)
Gets the child elements by the given id.
|
Element |
AbstractElement.getChildrenByID(java.lang.Object id)
Gets the child elements by the given id.
|
Element |
DataBoxEvent.getElement()
Return the related element object.
|
Element |
TDataBox.getElementByID(java.lang.Object id)
Gets the element which id is equals to specified id.
|
static Element |
DataBoxParserAgent.getElementByID(java.lang.Object id) |
Element |
TDataBox.getElementByName(java.lang.String name)
Returns the first element which name is equals to
the given name.
|
Element |
TDataBox.getElementByTag(java.lang.String tag)
Gets the element which equipment tag is equal to the given tag.
|
Element |
TDataBox.getLastSelectedElement()
Gets the last selected element.
|
Element |
Element.getParent()
Gets element parent.
|
Element |
DataBoxEvent.getParent()
get parent element of the event related element.
|
Element |
AbstractElement.getParent()
Gets element parent.
|
Element |
TDataBox.getRandomElement()
Gets a random element from this box.
|
Element |
DataBoxSelectionModel.lastElement()
get the last selected element.
|
Element |
TDataBox.removeElementByID(java.lang.Object id)
Removes an element by given element id.
|
Modifier and Type | Method and Description |
---|---|
void |
Element.addChild(Element element)
Adds the specified element as a new child of this element.
|
void |
AbstractElement.addChild(Element element)
Adds the specified element as a new child of this element.
|
void |
Element.addChild(int index,
Element element)
Inserts the specified element at the specified position
as a new child of this element.
|
void |
AbstractElement.addChild(int index,
Element element)
Inserts the specified element at the specified position
as a new child of this element.
|
void |
TDataBox.addElement(Element element)
Adds an element into this databox.
|
protected void |
DataBoxQuickFinder.addElement(Element element)
Add given element into internal cache.
|
void |
TDataBox.addElement(Element element,
Element parentOfRootElement)
Adds the element into this data box with given root parent element.
|
void |
TDataBox.addElement(int index,
Element element)
Adds an element into this databox.
|
void |
TDataBox.addElements(java.util.Collection collection,
Element parentOfRootElement)
Adds a collection of elements into data box.
|
void |
TDataBox.addElementWithDescendant(Element element)
Adds the specified element with all descendant into this data box
|
void |
TDataBox.addElementWithDescendant(Element element,
VisibleFilter filter)
Adds the specified element with all descendant into this data box.
|
void |
ElementDelegateInterceptor.afterInitialize(java.beans.Encoder out,
Element element,
Element newElement)
Invoked after calling delegate's initialize method.
|
void |
XMLInterceptorAdapter.afterRead(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Invoked after finishing parsing xml data.
|
void |
XMLInterceptor.afterRead(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Invoked after finishing parsing xml data.
|
void |
DataBoxSelectionModel.appendSelection(Element element)
Append the element into this selection model.
|
void |
ElementDelegateInterceptor.beforeInitialize(java.beans.Encoder out,
Element element,
Element newElement)
Invoked before calling delegate's initialize method.
|
java.io.InputStream |
XMLInterceptorAdapter.beforeRead(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Invoked before parsing xml data.
|
java.io.InputStream |
XMLInterceptor.beforeRead(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Invoked before parsing xml data.
|
java.util.Enumeration |
TDataBox.breadthFirstEnumeration(Element root)
Gets an enumeration visit all children elements in breadth-first rule.
|
static Element |
TWaverUtil.cloneElement(Element source,
boolean withElementId)
Clone the specified elemenet with all of the element's descendant
|
boolean |
TDataBox.contains(Element element)
Checks whether this databox contains the given element.
|
boolean |
DataBoxSelectionModel.contains(Element element)
Whether this selection model contains given element.
|
boolean |
LayerModel.contains(Element element,
Layer layer)
Checks whether the element is contained in the layer.
|
java.util.Enumeration |
TDataBox.depthFirstEnumeration(Element root)
Gets an enumeration visit all children elements in depth-first rule.
|
protected void |
DefaultExportValuesInterceptor.exportAlarmState(Element source,
Element target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportChildren(Element source,
Element target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportParent(Element source,
Element target,
TDataBox box) |
void |
ExportValuesInterceptor.exportValues(Element source,
Element target,
TDataBox box)
Invoked when exporting value from the old element object to new created element object.
|
void |
DefaultExportValuesInterceptor.exportValues(Element source,
Element target,
TDataBox box)
Invoked when exporting value from the old element object to new created element object.
|
protected void |
AbstractElement.exportValues(Element element,
TDataBox box)
Export this element's value to the given target element.
|
void |
TDataBox.fireIndexChanged(Element element) |
java.util.Collection |
AlarmModel.getAlarmsByElement(Element element)
Get all alarms which associate with given element instance.
|
static void |
TWaverUtil.getAllDescendant(Element element,
java.util.List list)
Get all descendant of the specified element
and insert all descendant into the specified list.
|
int |
TDataBox.getChildIndex(Element element)
Get the
|
java.lang.Object |
DefaultAlarmElementMapping.getCorrespondingAlarms(TDataBox box,
Element element)
Gets the corresponding alarms by given data box and element object.
|
java.lang.Object |
AlarmElementMapping.getCorrespondingAlarms(TDataBox box,
Element element)
Gets the corresponding alarms by given data box and element object.
|
static TSubNetwork |
TWaverUtil.getElementSubNetwork(Element element)
Gets the subnetwork the element located.
|
protected java.lang.Object |
DataBoxQuickFinder.getKey(Element element)
Gets bind property's value of the given element.
|
protected boolean |
DefaultUndoRedoInterceptor.handlerable(java.lang.String name,
Element element,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
DataBoxSequenceListener.hiberarchyChanged(Element element)
Called if the element hiberarchy in the databox changed.
|
void |
DataBoxSequenceAdapter.hiberarchyChanged(Element element)
Called if the element hiberarchy in the data box changed.
|
void |
DataBoxSequenceListener.indexChanged(Element element)
Called if the element index in the databox changed.
|
void |
DataBoxSequenceAdapter.indexChanged(Element element)
Called if the element index in the data box changed.
|
int |
TDataBox.indexOf(Element element)
Return the sequence index of the given element in this data box.
|
boolean |
DataBoxQuickFinder.interested(Element element)
Determines whether or not this finder has interest on
this specified element.
|
abstract boolean |
BlinkingRule.isBodyBlinking(Element element)
Determines whether the given element need to blink its body.
|
boolean |
CheckableFilter.isCheckable(Element element)
Returns true is the element is checkable, false not chackable.
|
boolean |
ChildrenSortableFilter.isChildrenSortable(Element parentElement)
Determines whether the given parent element's children need to be sorted.
|
boolean |
Element.isDescendantOf(Element element)
Determines whether this element is a descendant of given element.
|
boolean |
AbstractElement.isDescendantOf(Element element)
Determines whether this element is a descendant of given element.
|
boolean |
DoubleClickableFilter.isDoubleClickable(Element element)
Tells whether the given element's default double click action is enabled.
|
boolean |
EditableFilter.isEditable(Element element)
Tells whether something is editable according to
the given element.
|
boolean |
ElementPropertyChangeRepaintFilter.isInterested(Element element,
java.beans.PropertyChangeEvent event)
Invoked when a element's property change event occurs.
|
boolean |
MovableFilter.isMovable(Element element)
Check whether given element is movable.
|
boolean |
LayerModel.isMovable(Element element)
Checks whether the given element is movable on all layers in this layer model.
|
abstract boolean |
BlinkingRule.isOutlineBlinking(Element element)
Determines whether the given element need to blink its outline.
|
boolean |
PaintSelectionStateFilter.isPaintable(Element element)
Tells whether you want highlight the given element
if the given element is selected.
|
boolean |
Element.isParentOf(Element element)
Determines whether this element is the parent of the given element.
|
boolean |
AbstractElement.isParentOf(Element element)
Determines whether this element is the parent of the given element.
|
boolean |
ResizableFilter.isResizable(Element element)
Tells whether the input element is resizable.
|
boolean |
LayerModel.isResizable(Element element)
Checks whether the given element is resizable on all layers in this layer model.
|
boolean |
SelectableFilter.isSelectable(Element element)
Checks whether the given element can be rendered selected state.
|
boolean |
LayerModel.isSelectable(Element element)
Checks whether the given element is selectable on all layers in this layer model.
|
boolean |
SendToBottomFilter.isSendToBottomable(Element element) |
boolean |
SendToTopFilter.isSendToToppable(Element element)
Tells whether the input element can be sent to top
|
boolean |
SubNetworkPersistentFilter.isTransient(Element element)
Tells whether the given element is transient.
|
boolean |
ElementPersistentFilter.isTransient(Element element)
Tells whether the given element is transient.
|
boolean |
ClientPropertyPersistentFilter.isTransient(Element element,
java.lang.Object clientPropertyKey)
Ask whether a client property of an element is transient
(not serialized out).
|
boolean |
VisibleFilter.isVisible(Element element)
Determines the specified element is visible.
|
boolean |
LayerModel.isVisible(Element element)
Checks whether the given element is visible on all layers in this layer model.
|
boolean |
AlarmStateStatistics.isVisible(Element element)
Checks whether the given element is needed to be calculated
for this alarm statistic.
|
void |
TDataBox.moveTo(int index,
Element element)
Moves the specified element to a new index position at the same level.
|
void |
TDataBox.moveToBottom(Element element)
Moves the given element to the bottom of its position level.
|
void |
TDataBox.moveToDown(Element element)
Moves given element to one step lower position.
|
void |
TDataBox.moveToTop(Element element)
Moves the given element to top (index 0) in its position level.
|
void |
TDataBox.moveToUp(Element element)
Moves the specified element to the one more upper position.
|
static java.lang.String |
TWaverUtil.outputXML(Element element,
boolean withElementId)
output the specified element with all of the element's descendant to xml string.
|
static void |
TWaverUtil.outputXML(java.lang.String fileName,
Element element,
boolean withElementId)
output the specified element and all of the element's descendant to xml file.
|
void |
TDataBox.parse(java.io.InputStream in,
Element parentOfRootElement)
Parses xml data from an input stream, and sets all created
elements as children of given root element.
|
void |
TDataBox.parse(java.lang.String url,
Element parentOfRootElement)
Parses xml data from a file name, and set all created
elements as children of given root element.
|
void |
TDataBox.parseJar(java.io.InputStream in,
Element parentOfRootElement)
Parse jar input stream into this data box.
|
void |
TDataBox.parseJar(java.lang.String filename,
Element parentOfRootElement)
Parse jar file into this data box.
|
void |
TDataBox.parseXML(java.lang.String xml,
Element parent)
Parses xml date from given string object with given parent element.
|
java.util.List |
TDataBox.pasteElements(Element parentElement)
Calls this method to add all element created from copied elements
into this databox.
|
boolean |
ElementCallbackHandler.processElement(Element element)
Process the specified element that is being called back.
|
void |
SummingAlarmPropagator.propagate(Element element)
propagate the alarm state of the specified element.
|
void |
AlarmPropagator.propagate(Element element)
propagate the alarm state of the specified element.
|
protected void |
SummingAlarmPropagator.propagateToParent(Element element,
Element parent)
Propagate the element's alarm state to its parent.
|
void |
PropertyPropagator.propagateToParent(Element element,
Element parent)
Propagate the element's property value to its parent.
|
protected void |
SummingAlarmPropagator.propagateToTop(Element element)
propagate the alarm state of the specified element to
the top level of databox.
|
void |
DataBoxJarReader.read(TDataBox box,
Element parentOfRootElement)
Read data from the jar file into the specified data box.
|
static void |
PersistenceManager.readByXML(TDataBox box,
java.io.InputStream in,
Element parentOfRootElement)
Read data from xml into specified databox.
|
static void |
PersistenceManager.readByXML(TDataBox box,
java.lang.String data,
Element parentOfRootElement) |
void |
AlarmModel.removeAlarmsByElement(Element element)
Remove all alarms which associate with specified element instance.
|
void |
Element.removeChild(Element element)
Removes the child element from this element.
|
void |
AbstractElement.removeChild(Element element)
Removes the child element from this element.
|
void |
TDataBox.removeDescendant(Element element)
Removes all the element's descendant from this databox.
|
boolean |
TDataBox.removeElement(Element element)
Removes an element from this databox.
|
protected void |
DataBoxQuickFinder.removeElement(Element element)
Remove the element from internal cache.
|
void |
DataBoxSelectionModel.removeSelection(Element element)
Remove specified element from this model.
|
void |
TDataBox.sendToBottom(Element element)
Sends given element to the bottom index.
|
void |
TDataBox.sendToBottom(Element element,
Element referenceElement)
Sends given element to the layer below reference element.
|
void |
TDataBox.sendToTop(Element element)
Sends the given element to the toppest index.
|
void |
ElementLabelEditor.setLabel(Element element,
java.lang.String newLabel)
Sets a new label value for the given element.
|
void |
Element.setParent(Element parent)
Set new parent to this element.
|
void |
BTSAntenna.setParent(Element parent)
Set new parent to this element.
|
void |
AbstractElement.setParent(Element parent)
Set new parent to this element.
|
void |
DataBoxSelectionModel.setSelection(Element element)
Clear this selection model first, then add
the specified element into this mode.
|
protected void |
DefaultUndoRedoInterceptor.undoPropertyChange(Element element,
java.lang.String name,
java.lang.Object value) |
Constructor and Description |
---|
AlarmState(Element element)
Create alarm state object that is initialized with the given element as
the source element.
|
AlarmStateChangeEvent(Element element,
int type)
Create a change event object with source element and the specified event type.
|
DataBoxEvent(TDataBox box,
Element element,
Element parent,
Node from,
Node to,
Node host,
BTS bts,
int type)
Constructs a box data event.
|
DataBoxEvent(TDataBox box,
Element element,
int type)
Constructs a box data event.
|
UndoRedoEvent(Element childElement,
Element oldParent,
Element newParent) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AnimateResize.getPropertyValue(Element element) |
abstract java.lang.Object |
AnimateProperty.getPropertyValue(Element element) |
java.lang.Object |
AnimateLocation.getPropertyValue(Element element) |
java.lang.Object |
AnimateCenterLocation.getPropertyValue(Element element) |
void |
AnimateResize.step(int stepIndex,
Element element,
java.lang.Object oldPropertyValue,
java.lang.Object newPropertyValue) |
abstract void |
AnimateProperty.step(int stepIndex,
Element element,
java.lang.Object oldPropertyValue,
java.lang.Object newPropertyValue) |
void |
AnimateLocation.step(int stepIndex,
Element element,
java.lang.Object oldPropertyValue,
java.lang.Object newPropertyValue) |
void |
AnimateCenterLocation.step(int stepIndex,
Element element,
java.lang.Object oldPropertyValue,
java.lang.Object newPropertyValue) |
Modifier and Type | Class and Description |
---|---|
class |
Item
The class is used to encapsulate the element which is painted in the chart panel
|
class |
LineItem
The class extends Item,it is used to store the data shown in the line chart panel.
|
Modifier and Type | Method and Description |
---|---|
Element |
ShapeStruct.getElement() |
Element |
AbstractChart.getElementAt(java.awt.Point point)
Gets the first element which contains the specified point.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PieChart.drawBody(java.awt.Graphics2D g2d,
int width,
int height,
double start,
Element element,
double value)
Paints the body of this chart.
|
java.awt.Color |
LineChart.getAreaColor(Element element)
Gets the area color of a specified
Element object. |
protected java.awt.Color |
BubbleChart.getAreaColor(Element element)
Gets the area color of the element when the line type is area.
|
protected java.util.List |
BubbleChart.getBubbleList(Element element,
java.util.List list)
User can rewrite this method to sort the bubble list.
|
java.awt.Color |
AbstractChart.getColor(Element element)
Gets the color of a specified
Element object. |
java.text.NumberFormat |
AbstractChart.getFormat(Element element)
Gets the number format of a specified
Element object. |
protected java.lang.String |
LineChart.getFormatedText(Element element,
double value) |
protected java.lang.String |
AbstractChart.getFormatedText(Element element,
double value)
Gets the format text of the value by the number format of a specified
Element object. |
protected java.lang.String |
AbstractChart.getFormatedText(Element element,
double value,
int index)
Gets the format text of the value by the number format of a specified
Element object. |
protected java.awt.Color |
AbstractChart.getGradientColor(Element element)
Gets the gradient color.
|
double |
DialChart.getHandLegth(Element element)
Gets the length of the element.
|
int |
DialChart.getHandStyle(Element element)
Gets the hand style of the element.
|
protected java.awt.Rectangle |
RadarChart.getInflexionBounds(Element element,
java.awt.Point point)
Gets the bounds of the inflexion of the element.
|
protected java.awt.Rectangle |
LineChart.getInflexionBounds(Element element,
java.awt.Point point) |
protected java.awt.Dimension |
RadarChart.getInflexionSize(Element element,
java.awt.Point point)
Gets the size of the inflexion.
|
int |
RadarChart.getInflexionStyle(Element element)
Gets the style of the inflexion.
|
int |
LineChart.getInflexionStyle(Element element)
Gets the inflexion style of a specified
Element ,
if the element has inflexion style in it's client property,
the client property will be return, else the inflexion style of this chart will be return. |
java.lang.String |
AbstractChart.getLegendLabel(Element element)
Gets the label of a specified
Element object,
which is shown in the legendPane. |
protected java.awt.Color |
BubbleChart.getLineColor(Element element,
Bubble startBubble,
Bubble endBubble)
Gets the color of the line.
|
protected java.lang.String |
LineChart.getLineToolTip(Element element,
int nextIndex)
Gets the tool tip of the line.
|
protected int |
PercentChart.getMarkerPosition(Element element) |
double |
AbstractChart.getMax(Element element)
Gets the maximal of a specified
Element object. |
double |
AbstractChart.getMin(Element element)
Gets the minimal value of a specified
Element object. |
java.awt.Color |
PercentChart.getPercentColor(Element element)
Gets the color of an explicit element.
|
protected java.lang.String |
BarChart.getPercentFormatedText(Element element,
double value,
int index,
double percent) |
java.lang.String |
PercentChart.getPercentLabel(Element element)
Gets the label text of an explicit element.
|
java.awt.Color |
AbstractChart.getSelectedColor(Element element)
Gets the color of the specified
Element object when it is selected. |
protected java.awt.Color |
BubbleChart.getSelectedLineColor(Element element,
Bubble startBubble,
Bubble endBubble)
Gets the color of the selected line.
|
java.awt.Stroke |
AbstractChart.getSelectedStroke(Element element)
Gets the stroke of the specified
Element object when the element is selected. |
protected java.awt.geom.Rectangle2D.Double |
BubbleChart.getShapeBounds(Element element,
java.awt.geom.Point2D.Double point,
Bubble bubble,
int index)
Gets the bounds of the inflexion
|
protected boolean |
BubbleChart.getShapeBubbleVisible(Element element,
Bubble bubble,
int index)
Gets whether the bubble shape is visible.
|
protected java.awt.Color |
BubbleChart.getShapeColor(Element element,
Bubble bubble,
int index)
Gets the color of the shape.
|
protected boolean |
BubbleChart.getShapeLineVisible(Element element)
Gets whether the line is visible.
|
protected double |
BubbleChart.getShapeSize(Element element,
Bubble bubble,
int index)
Gets the size of the shape bounds of the inflexion or bubble.
|
protected int |
BubbleChart.getShapeStyle(Element element,
Bubble bubble,
int index)
Gets the style of the inflexion.
|
java.awt.Color |
PercentChart.getSpareColor(Element element)
Gets the spare color of the element, if the element does not has this
attribute, it will return spareColor.
|
java.awt.Color |
PercentChart.getSpareCoverColor(Element element)
Gets the spare cover color of the element.
|
boolean |
PercentChart.getSpareFill(Element element)
Gets whether the spare is filled.
|
protected java.awt.Color |
PercentChart.getSpareGradientColor(Element element)
Gets the gradient color of the spare.
|
java.awt.Stroke |
AbstractChart.getStroke(Element element)
Gets the stroke of a specified
Element object. |
java.lang.String |
DialChart.getToolTipText(Element element) |
java.lang.String |
AbstractChart.getToolTipText(Element element)
Gets the tooltip text of a specified
Element object. |
protected java.lang.String |
BubbleChart.getToolTipText(Element element,
Bubble bubble,
int index)
Gets the tooltip of the bubble.
|
java.lang.String |
AbstractScaleChart.getToolTipText(Element element,
double value,
int index)
Makes a tooltip text of a specified
Element object with a value and a index position. |
java.lang.String |
RadarChart.getToolTipText(Element element,
java.lang.Double value,
int index)
Gets the tooltip of the element.
|
double |
AbstractChart.getValue(Element element)
Gets the value of a specified
Element object. |
java.util.List |
AbstractChart.getValues(Element element)
Gets the value list of a specified
Element object. |
protected java.lang.String |
BubbleChart.getValueText(Element element,
Bubble bubble,
int index)
Gets the value text of bubble of the element.
|
protected java.awt.Color |
BubbleChart.getValueTextColor(Element element,
Bubble bubble,
int index)
Gets the color of the value text,
|
protected int |
BubbleChart.getValueTextPosition(Element element,
Bubble bubble,
int index)
Gets the position of the value text of the element.
|
protected int |
LineChart.getValueTextPosition(Element element,
int index)
Gets the position of the value text of the element.
|
protected boolean |
PieChart.isAppearable(Element element) |
protected boolean |
RadarChart.isAreaFill(Element element) |
protected boolean |
RadarChart.isInflexionVisible(Element element) |
protected boolean |
RadarChart.isLineVisible(Element element) |
boolean |
AbstractChart.isSelectable(Element element) |
boolean |
AbstractChart.isVisible(Element element)
Determines whether a specified
Element object is visible on this chart. |
protected void |
LineChart.paintElement(java.awt.Graphics2D g2d,
int width,
int height,
int yAxisTextGap,
int xAxisTextGap,
int xAxisWidth,
int yAxisHeight,
int baseLine,
double pixelGap,
double valueGap,
Element element,
int index,
int end,
double zeroLine,
double pillarWidth) |
protected void |
RadarChart.paintInflexion(java.awt.Graphics2D g2d,
Element element,
java.awt.Point point,
java.lang.Double value,
int i) |
protected void |
LineChart.paintInflexion(java.awt.Graphics2D g2d,
Element element,
java.awt.Point point,
int index) |
protected java.awt.Shape |
BubbleChart.paintLine(java.awt.Graphics2D g,
java.awt.geom.Line2D.Double line,
Element element,
java.awt.Stroke stroke,
Bubble startBubble,
Bubble endBubble) |
protected void |
BubbleChart.paintShape(java.awt.Graphics2D g2d,
Element element,
java.awt.geom.Point2D.Double point,
Bubble bubble,
int index)
Paints the inflexion and bubble shape.
|
void |
ShapeStruct.setElement(Element element) |
Constructor and Description |
---|
ShapeStruct(java.awt.Shape shape,
Element element,
java.lang.String text,
java.awt.Shape segment,
int index) |
Modifier and Type | Method and Description |
---|---|
Element |
TComboBox.getElementByRowIndex(int rowIndex)
Gets the element at the specified row index.
|
Modifier and Type | Method and Description |
---|---|
protected javax.swing.Icon |
TComboBoxRenderer.getIcon(Element element) |
int |
TComboBox.getRowIndexByElement(Element element)
Gets the row of the specified element.
|
protected java.lang.String |
TComboBoxRenderer.getText(Element element) |
protected java.lang.String |
TComboBoxRenderer.getToolTipText(Element element) |
boolean |
TComboBox.isVisible(Element element)
Gets whether the element is visible.
|
Modifier and Type | Method and Description |
---|---|
Element |
TList.getElementByPoint(java.awt.Point point)
Gets the element at the specified mouse point.
|
Element |
TList.getElementByRowIndex(int rowIndex)
Gets the element at the specified row index.
|
Modifier and Type | Method and Description |
---|---|
void |
TList.ensureVisible(Element element)
Scroll list view port to make given element list item visible.
|
protected javax.swing.Icon |
TListCellRenderer.getIcon(Element element)
Gets the icon of the given element.
|
int |
TList.getRowIndexByElement(Element element)
Gets the row index of the specified element.
|
protected java.lang.String |
TListCellRenderer.getText(Element element)
Gets the text of the given element.
|
protected java.lang.String |
TListCellRenderer.getToolTipText(Element element)
Gets the tooltip text of the given element.
|
int |
TList.getUncheckableStyle(Element element) |
boolean |
TList.isCheckable(Element element)
Return whether the given element is checkable on list.
|
boolean |
TList.isVisible(Element element)
Check whether given element is visible on list.
|
Modifier and Type | Field and Description |
---|---|
protected Element |
TNetwork.exportingElement |
Modifier and Type | Method and Description |
---|---|
Element |
TNetwork.getElementLogicalAt(int x,
int y)
Gets the first element contains specified point.
|
Element |
TNetwork.getElementLogicalAt(java.awt.geom.Point2D p)
Gets the first element contains specified point.
|
Element |
TNetwork.getElementPhysicalAt(int x,
int y)
Gets element located given physical location.
|
Element |
TNetwork.getElementPhysicalAt(java.awt.Point p)
Gets element located given physical location.
|
Element |
TNetwork.getLastSelectedElement()
Gets the last selected element on network, if exist.
|
Element |
TNetwork.getSelectedElementLogicalAt(int x,
int y)
Gets the first selected element at the logical position.
|
Element |
TNetwork.getSelectedElementPhysicalAt(int x,
int y)
Gets the first selected element at the given location.
|
Element |
TNetwork.getSelectedElementPhysicalAt(java.awt.Point p)
Gets the first selected element at the given location.
|
Modifier and Type | Method and Description |
---|---|
void |
TNetwork.addElementToCurrentSubNetwork(Element element)
Adds a new element to the data box connected with this network.
|
boolean |
TNetwork.adjustCanvasSize(Element element)
Packs canvas by given element.
|
void |
TNetwork.appendSelection(Element element)
Keeps current selection and makes given element selected.
|
void |
TNetwork.centerElement(Element element)
Scrolls the network canvas viewport to view the given element
in the center of viewport.
|
boolean |
NetworkElementRenderer.contains(Element element,
int x,
int y)
Check whether this element contains the specified point.
|
protected java.awt.geom.Point2D |
CloudLayouter.createControlPoint(Element node) |
ElementUI |
TNetwork.createElementUI(Element element)
Creates element ui instance for the given element instance.
|
protected void |
TNetwork.dropComplete(java.awt.dnd.DropTargetDropEvent e,
Element element) |
void |
TNetwork.ensureVisible(Element element)
Scrolls network viewport to ensure the given
element is appeared on network canvas.
|
boolean |
TNetwork.exportElementToFile(Element element,
java.lang.String fileName,
java.lang.String formatName,
int margin,
double zoom) |
boolean |
TNetwork.exportElementToImageIcon(Element element,
java.lang.String iconUrl,
java.lang.String formatName,
int margin,
double zoom) |
java.awt.Rectangle |
NetworkElementRenderer.getBounds(Element element)
Returns an integer Rectangle that completely encloses the Element.
|
java.awt.Rectangle |
TNetwork.getElementBounds(Element element)
Gets specified element's bounds information.
|
java.awt.Color |
TNetwork.getElementSelectColor(Element element)
Gets the given element's selection highlight color.
|
ElementUI |
TNetwork.getElementUI(Element element)
Gets UI instance for the given element.
|
ElementUI |
NetworkElementRenderer.getElementUI(Element element)
Get specified element's UI object.
|
void |
TNetwork.invalidateElementBounds(Element element)
Invalidates the specified element cached bounds value.
|
protected boolean |
CloudLayouter.isAtCenter(Element node,
double perspective,
double cx,
double cy,
double cz) |
boolean |
TNetwork.isDoubleClickable(Element element)
Checks whether the given element is double clickable on this network.
|
boolean |
ElementBoundsInvalidatableFilter.isElementBoundsInvalidatable(TNetwork network,
Element element,
java.beans.PropertyChangeEvent event)
Tells whether the given property of the element change affect
the element bounds invalidate on the given network component.
|
boolean |
TNetwork.isMovable(Element element)
Checks whether the element is movable on this network canvas.
|
boolean |
TNetwork.isResizable(Element element)
Returns true if the specified element can be resized in the network.
|
boolean |
TNetwork.isSelectable(Element element)
Checks whether the element is selectable on this network canvas.
|
boolean |
TNetwork.isSelectedStatePaintable(Element element)
Returns true if element selected state is paintable, flase otherwise.
|
boolean |
TNetwork.isVisible(Element element)
Checks whether the element is visible on this network canvas.
|
void |
TNetwork.removeSelection(Element element)
Unselects given element.
|
void |
NetworkElementRenderer.removeUITable(Element element)
remove the specified element's elementUI from ui mapping table
|
void |
TNetwork.repaint(Element element)
Repaints the given element area on network canvas.
|
void |
NetworkElementRenderer.repaint(Element element)
Repaint the specified element's bounds.
|
void |
TNetwork.setSelection(Element element)
Clears all selection and makes given element selected.
|
void |
TNetwork.startEditingAtElement(Element element)
Starts to edit the label of given element.
|
protected void |
CloudLayouter.updateNode(Element node,
int zIndex,
int count,
double perspective) |
Modifier and Type | Field and Description |
---|---|
protected Element |
AbstractMoveInputHandler.parent |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateNodeInputHandler.preProcess(Element element) |
Modifier and Type | Field and Description |
---|---|
protected Element |
AbstractElementUI.element |
protected Element |
AbstractBorderUI.element |
protected Element |
AbstractAttachment.element |
Modifier and Type | Method and Description |
---|---|
Element |
ElementUI.getElement()
Get the element.
|
Element |
BorderUI.getElement()
Get the element instance.
|
Element |
AbstractElementUI.getElement()
Get the related element object of this UI class.
|
Element |
AbstractBorderUI.getElement() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
LabelAttachment.getText(Element element) |
Constructor and Description |
---|
AbstractElementUI(TNetwork network,
Element element) |
Modifier and Type | Method and Description |
---|---|
Element |
LabelInputField.getCurrentElement() |
Modifier and Type | Method and Description |
---|---|
void |
LabelInputField.setCurrentElement(Element currentElement) |
Modifier and Type | Method and Description |
---|---|
Element |
TElementTable.getCurrentEditingElement() |
Element |
TElementTable.getElementByOID(java.lang.Object oid)
Get table row bind element object by the specified table row OID.
|
Element |
TElementTable.getElementByRowData(java.util.Vector rowData)
Get the table row bind element object by specified table row data.
|
Element |
TElementTable.getElementByRowIndex(int row)
Get the element by the specified table row index
|
Element |
TPropertySheet.getLastSelectedElement()
Gets the last selected element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TTreeTable.addElement(Element element)
Overridden to bypass interested check
so that all elements can be added.
|
protected void |
TElementTable.addElement(Element element)
add element to table
|
void |
PropertyValueSettingListener.afterPropertyValueSetting(Element element,
TPropertyDescriptor property,
java.lang.Object newValue)
Called after new value is set to the element's property.
|
boolean |
PropertyValueSettingListener.beforePropertyValueSetting(Element element,
TPropertyDescriptor property,
java.lang.Object newValue)
Called before new value is set to the element's property.
|
void |
TElementTable.ensureVisible(Element element)
Scroll table viewport to make given element table item visible.
|
void |
TElementTable.ensureVisibleAtCurrentPage(Element element)
Scroll table viewport to make given element table item visible.
|
java.util.List |
TPropertySheet.getAllBeanInfo(Element element)
Gets a list contains all
BeanInfo objects for the specified element. |
java.lang.Object |
TPropertySheet.getDescription(Element element,
TPropertyDescriptor propertyDescriptor)
Gets description column value.
|
int |
TElementTable.getPageIndex(Element element)
Gets the page index of the specified element.
|
java.util.Vector |
TElementTable.getRowDataByElement(Element element)
Gets the row data by specified element.
|
int |
TElementTable.getRowIndex(Element element)
Gets the row index of the specified element.
|
int |
TElementTable.getRowIndexAtPage(Element element)
Gets the row index at page by specified element.
|
boolean |
TElementTable.interested(Element element)
Check whether given element is an interested class type
for this element table.
|
boolean |
TElementTable.isVisible(Element element)
Checks whether the element is visible on this table.
|
void |
TTreeTable.prepareTreeColumnRenderer(javax.swing.JLabel renderer,
Element element) |
protected java.lang.Object |
TTreeTable.readElementPropertyValue(Element element,
TTableColumn column)
Overridden to consider tree column
|
protected java.lang.Object |
TElementTable.readElementPropertyValue(Element element,
TTableColumn column)
read element property value
|
void |
TElementTable.reloadElement(Element element)
Reloads Element content.
|
void |
TAlarmTable.selectAlarmsByElement(Element element)
Select alarm rows by the specified element.
|
void |
TPropertySheet.setElement(Element element)
Sets a element for this list.
|
protected void |
TTreeTable.writeElementPropertyValue(Element element,
TTableColumn column,
java.lang.Object value)
Overridden to consider tree column
|
protected void |
TElementTable.writeElementPropertyValue(Element element,
TTableColumn column,
java.lang.Object value)
write element property value
|
Modifier and Type | Field and Description |
---|---|
protected Element |
TTreeCellIcon.element |
Modifier and Type | Method and Description |
---|---|
Element |
TTreeCellIcon.getElement()
The bound element instance.
|
Element |
ElementNode.getElement()
Get the bound element instance.
|
Element |
AbstractTTreeNode.getElement()
Gets the connected element.
|
Element |
TTree.getElementByRowIndex(int rowIndex) |
Modifier and Type | Method and Description |
---|---|
void |
LazyLoaderListener.afterLoad(Element element)
Invoked after a tree load element.
|
void |
LazyLoaderListener.beforeLoad(Element element)
Invoked before a tree load element.
|
void |
TTree.collapse(Element element)
Collapse the specified element's tree node itself.
|
void |
TTree.collapseAll(Element element)
Collapse the given element located tree node and all its descendant
tree nodes.
|
protected void |
DefaultDnDHandler.dropProcess(TTree tree,
Element targetElement)
Drops process with target element.
|
protected void |
DefaultDnDHandler.dropProcess(TTree tree,
Element targetElement,
java.awt.dnd.DropTargetDropEvent e)
Drops process with DropTargetDropEvent event.
|
protected void |
DefaultDnDHandler.dropProcess(TTree tree,
Element targetElement,
java.lang.String className)
Drops process with string transfer data.
|
void |
TTree.ensureVisible(Element element)
Scrolls the view in such a way that the specified
element becomes visible, as far as possible.
|
void |
TTree.expand(Element element)
Expand given element tree node itself.
|
void |
TTree.expand(Element element,
int level)
Expand tree nodes from given element tree node to its
descendant until reach the given tree level.
|
void |
TTree.expandAll(Element element)
Call this method to expand the
given element tree node and all its descendant.
|
ElementNode |
TTree.getLoadedTreeNodeByElement(Element element)
Get loaded tree node by given element.
|
ElementNode |
TTree.getTreeNodeByElement(Element element)
Get tree node by given element.
|
javax.swing.tree.TreePath |
TTree.getTreePathByElement(Element element)
Gets element located tree path.
|
int |
TTree.getTristate(Element element)
Get tristate select value for the given element.
|
int |
TTree.getUncheckableStyle(Element element) |
boolean |
TTree.isCheckable(Element element)
Return whether the given element is checkable on tree.
|
boolean |
TTree.isChildrenSortable(Element parentElement)
Checks whether the given parent element's children need to be sorted.
|
boolean |
TTree.isExpanded(Element element)
Gets whether if the treenode of the specified element is expanded.
|
boolean |
LazyLoader.isLeaf(Element element)
Return true if the element has no child, false otherwise.
|
boolean |
TTree.isLoaded(Element element)
Check whether the given element is children data loaded
on tree component.
|
boolean |
LazyLoader.isLoaded(Element element)
Return true if the element is loaded, false otherwise.
|
boolean |
TTree.isVisible(Element element)
Check whether given element is visible on tree.
|
void |
LazyLoader.load(Element element)
Loads the element's children data.
|
boolean |
TTree.makeNodeLoaded(Element element)
to make sure the specified element node is loaded in
the tree, if the element's parent is not in the tree
for the reason of lazy loading, then add the parent
to the tree first.
|
void |
TTree.moveTo(int index,
Element element)
Moves the specified element to a new location in the same level.
|
void |
TTree.moveToBottom(Element element)
Move the given element to the bottom of its located tree level.
|
void |
TTree.moveToDown(Element element)
Move given element to one step lower location.
|
void |
TTree.moveToTop(Element element)
Moves the given element to top (index 0) in its tree level.
|
void |
TTree.moveToUp(Element element)
Move the element to the one more upper location.
|
void |
TTree.prepareRenderer(javax.swing.JLabel renderer,
Element element) |
protected void |
DefaultDnDHandler.preProcess(Element element)
Pre-process before new created element is added into data box.
|
void |
TTree.setDataBox(TDataBox box,
Element rootElement)
Set the connected databox.
|
void |
TTree.setRootElement(Element element)
Set root element, if element is null BoxNode will be the root node
|
void |
TTree.startEditingAtElement(Element element)
Start to edit the specified element.
|
protected void |
TTree.updateSort(Element element,
java.beans.PropertyChangeEvent evt,
ElementNode elementNode) |
Constructor and Description |
---|
ElementNode(TTree tree,
Element element)
Create element tree node by given tree and element.
|
TTree(TDataBox box,
Element treeRoot)
Create a tree and connect to the given databox,
and the given element is used as the tree root node.
|
TTree(TDataBox box,
Element treeRoot,
java.util.Comparator sortComparator)
Create a tree and connect to the given databox.
|
TTreeCellIcon(Element element)
Create a tree cell icon for given element.
|
TTreeCellIcon(Element element,
TTree tree) |
Modifier and Type | Method and Description |
---|---|
Element |
TWebPropertySheet.getLastSelectedElement()
Gets the last selected element.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
TWebPropertySheet.getAllBeanInfo(Element element)
Gets a list contains all
BeanInfo objects for the specified element. |
java.util.List |
TWebPropertySheet.getAllPropertyDescriptors(Element element)
Get all property descriptors from sheet.
|
java.lang.Object |
TWebPropertySheet.getDescription(Element element,
TPropertyDescriptor propertyDescriptor)
Gets description column value.
|
protected java.lang.String[] |
TWebPropertySheet.getElementDisplayValueAndRenderer(Element element,
TPropertyDescriptor property) |
boolean |
TWebElementTable.interested(Element element)
Check whether given element is an interested class type
for this element table.
|
boolean |
TWebTree.isChildrenSortable(Element parentElement) |
boolean |
TWebTree.isVisible(Element element)
Check whether given element is visible on webtree.
|
boolean |
TWebElementTable.isVisible(Element element)
Checks whether the element is visible on this table.
|
protected java.lang.Object |
TWebTreeTable.prepareElementCustomerJson(Element element,
TPropertyDescriptor property,
java.lang.Object propertyValue) |
static void |
WebUtil.sendToTop(twaver.base.obfuscate.view.Network network,
Element element)
Send the element to top in the network
and adjust the element's index ,adjust group's layer
|
java.lang.String |
TWebPropertySheet.toJSON(Element element)
Export the JSON of TWebPropertySheet for web.
|
java.lang.String |
TWebTree.toJSON(Element root,
boolean recursive,
boolean loadSubNetwork)
Export the JSON of TWebTree for web.
|
java.lang.String |
TWebTree.toXML(Element root,
boolean recursive,
boolean loadSubNetwork) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSVGChart.appendElementAttributesSVG(java.lang.StringBuffer result,
Element element)
Gets the element's attribute string.
|
java.awt.Color |
SVGLineChart.getAreaColor(Element element)
Gets the area color of a specified
Element object. |
protected java.awt.Color |
SVGBubbleChart.getAreaColor(Element element)
Gets the area color of the element when the line type is area.
|
protected java.util.List |
SVGBubbleChart.getBubbleList(Element element,
java.util.List list)
User can rewrite this method to sort the bubble list.
|
java.awt.Color |
AbstractSVGChart.getColor(Element element)
Gets the color of a specified
Element object. |
java.text.NumberFormat |
AbstractSVGChart.getFormat(Element element)
Gets the number format of a specified
Element object. |
protected java.lang.String |
AbstractSVGChart.getFormatedText(Element element,
double value)
Gets the format text of the value by the number format of a specified
Element object. |
protected java.lang.String |
AbstractSVGChart.getFormatedText(Element element,
double value,
int index)
Gets the format text of the value by the number format of a specified
Element object. |
protected java.awt.Color |
AbstractSVGChart.getGradientColor(Element element)
Gets the gradient color.
|
double |
SVGDialChart.getHandLegth(Element element)
Gets the length of the element.
|
int |
SVGDialChart.getHandStyle(Element element)
Gets the hand style of the element.
|
protected java.awt.Rectangle |
SVGRadarChart.getInflexionBounds(Element element,
java.awt.Point point)
Gets the bounds of the inflexion of the element.
|
protected java.awt.Rectangle |
SVGLineChart.getInflexionBounds(Element element,
java.awt.Point point) |
protected java.awt.Dimension |
SVGRadarChart.getInflexionSize(Element element,
java.awt.Point point)
Gets the size of the inflexion.
|
int |
SVGRadarChart.getInflexionStyle(Element element)
Gets the style of the inflexion.
|
int |
SVGLineChart.getInflexionStyle(Element element)
Gets the inflexion style of a specified
Element , if the
element has inflexion style in it's client property, the client property
will be return, else the inflexion style of this chart will be return. |
java.lang.String |
AbstractSVGChart.getLegendLabel(Element element)
Gets the label of a specified
Element object,
which is shown in the legendPane. |
protected java.awt.Color |
SVGBubbleChart.getLineColor(Element element,
Bubble startBubble,
Bubble endBubble)
Gets the color of the line.
|
protected int |
SVGPercentChart.getMarkerPosition(Element element) |
double |
AbstractSVGChart.getMax(Element element)
Gets the maximal of a specified
Element object. |
double |
AbstractSVGChart.getMin(Element element)
Gets the minimal value of a specified
Element object. |
java.awt.Color |
SVGPercentChart.getPercentColor(Element element)
Gets the color of an explicit element.
|
protected java.lang.String |
SVGBarChart.getPercentFormatedText(Element element,
double value,
int index,
double percent) |
java.lang.String |
SVGPercentChart.getPercentLabel(Element element)
Gets the label text of an explicit element.
|
java.awt.Color |
AbstractSVGChart.getSelectedColor(Element element)
Gets the color of the specified
Element object when it is selected. |
protected java.awt.Color |
SVGBubbleChart.getSelectedLineColor(Element element,
Bubble startBubble,
Bubble endBubble)
Gets the color of the selected line.
|
java.awt.Stroke |
AbstractSVGChart.getSelectedStroke(Element element)
Gets the stroke of the specified
Element object when the element is selected. |
protected java.awt.geom.Rectangle2D.Double |
SVGBubbleChart.getShapeBounds(Element element,
java.awt.geom.Point2D.Double point,
Bubble bubble,
int index)
Gets the bounds of the inflexion
|
protected boolean |
SVGBubbleChart.getShapeBubbleVisible(Element element,
Bubble bubble,
int index)
Gets whether the bubble shape is visible.
|
protected java.awt.Color |
SVGBubbleChart.getShapeColor(Element element,
Bubble bubble,
int index)
Gets the color of the shape.
|
protected boolean |
SVGBubbleChart.getShapeLineVisible(Element element)
Gets whether the line is visible.
|
protected double |
SVGBubbleChart.getShapeSize(Element element,
Bubble bubble,
int index)
Gets the size of the shape bounds of the inflexion or bubble.
|
protected int |
SVGBubbleChart.getShapeStyle(Element element,
Bubble bubble,
int index)
Gets the style of the bubble.
|
java.awt.Color |
SVGPercentChart.getSpareColor(Element element)
Gets the spare color of the element, if the element does not has this
attribute, it will return spareColor.
|
java.awt.Color |
SVGPercentChart.getSpareCoverColor(Element element)
Gets the spare cover color of the element.
|
boolean |
SVGPercentChart.getSpareFill(Element element)
Gets whether the spare is filled.
|
protected java.awt.Color |
SVGPercentChart.getSpareGradientColor(Element element)
Gets the gradient color of the spare.
|
java.awt.Stroke |
AbstractSVGChart.getStroke(Element element)
Gets the stroke of a specified
Element object. |
java.lang.String |
SVGDialChart.getToolTipText(Element element) |
double |
AbstractSVGChart.getValue(Element element)
Gets the value of a specified
Element object. |
java.util.List |
AbstractSVGChart.getValues(Element element)
Gets the value list of a specified
Element object. |
protected java.lang.String |
SVGBubbleChart.getValueText(Element element,
Bubble bubble,
int index)
Gets the value text of bubble of the element.
|
protected java.awt.Color |
SVGBubbleChart.getValueTextColor(Element element,
Bubble bubble,
int index)
Gets the color of the value text,
|
protected int |
SVGBubbleChart.getValueTextPosition(Element element,
Bubble bubble,
int index)
Gets the position of the value text of the element.
|
protected boolean |
SVGPieChart.isAppearable(Element element) |
protected boolean |
SVGRadarChart.isAreaFill(Element element) |
protected boolean |
SVGRadarChart.isInflexionVisible(Element element) |
protected boolean |
SVGRadarChart.isLineVisible(Element element) |
boolean |
AbstractSVGChart.isVisible(Element element)
Determines whether a specified
Element object is visible on this chart. |
protected void |
SVGLineChart.paintInflexion(SVGContext context,
java.lang.StringBuffer result,
Element element,
java.awt.Point point) |
protected void |
SVGRadarChart.paintInflexion(SVGContext context,
java.lang.StringBuffer result,
Element element,
java.awt.Point point,
java.lang.Double value,
int i) |
protected java.awt.Shape |
SVGBubbleChart.paintLine(SVGContext context,
java.lang.StringBuffer result,
java.awt.geom.Line2D.Double line,
Element element,
java.awt.Stroke stroke,
Bubble startBubble,
Bubble endBubble) |
protected void |
SVGBubbleChart.paintShape(SVGContext context,
java.lang.StringBuffer result,
Element element,
java.awt.geom.Point2D.Double point,
Bubble bubble,
int index)
Paints the inflexion and bubble shape.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TGISNetwork.calculateCoordinate(Element element)
Deprecated.
Set location from coordinate.
|
protected java.lang.String |
SVGContext.getAlarmAttachmentSVG(Element element) |
java.awt.Rectangle |
SVGContext.getBounds(Element element)
Gets the bounds of the element from the cache map
|
java.lang.String |
TSVGNetwork.getCanvasToolTipText(Element element)
Gets canvas tooltip text .
|
java.awt.Color |
TSVGNetwork.getElementSelectColor(Element element) |
ElementSVGUI |
TSVGNetwork.getElementSVGUI(Element element)
Gets svgui by the given element
|
ElementSVGUI |
TGISNetwork.getElementSVGUI(Element element)
Deprecated.
|
protected java.lang.String |
SVGContext.getMessageAttachmentSVG(Element element) |
java.lang.String |
TSVGNetwork.getMessageContent(Element element) |
SVGStruct |
SVGContext.getSVGStruct(Element element)
Gets the svgstruct by element from cache map
|
boolean |
SVGBlinkingRule.isAlarmAttachmentBlinkable(Element element) |
boolean |
DefaultSVGBlinkingRule.isAlarmAttachmentBlinkable(Element element) |
boolean |
SVGBlinkingRule.isElementBodyBlinkable(Element element) |
boolean |
DefaultSVGBlinkingRule.isElementBodyBlinkable(Element element) |
protected boolean |
TGISNetwork.isElementInViewPort(Element element)
Deprecated.
|
boolean |
SVGBlinkingRule.isIconAttachmentBlinkable(Element element,
java.lang.String attachmentName) |
boolean |
DefaultSVGBlinkingRule.isIconAttachmentBlinkable(Element element,
java.lang.String attachmentName) |
boolean |
TSVGNetwork.isMovable(Element element)
Checks whether the element is movable on this network canvas.
|
protected boolean |
TSVGNetwork.isOutput(Element element) |
protected boolean |
TGISNetwork.isOutput(Element element)
Deprecated.
|
boolean |
TSVGNetwork.isResizable(Element element)
Returns true if the specified element can be resized in the network.
|
boolean |
TSVGNetwork.isSelectable(Element element)
Checks whether the element is selectable on this network canvas.
|
boolean |
TSVGNetwork.isVisible(Element element)
Checks whether the element is visible on this network canvas.
|
void |
SVGContext.registerAlarmAttachment(Element element,
java.lang.String alarmAttachmentSVG)
Register the string of element's alarm attachments
|
void |
SVGContext.registerBounds(Element element,
java.awt.Rectangle bounds)
Register the bounds of element to cache map
|
void |
SVGContext.registerMessageAttachment(Element element,
java.lang.String messageAttachmentSVG)
Register the string of element's message attachments
|
void |
SVGContext.registerSVGStruct(Element element,
SVGStruct svgStruct)
Register the svgstruct of the element to cache map
|
void |
TSVGNetwork.sendToTop(Element element) |
Modifier and Type | Method and Description |
---|---|
Element |
SVGComponentAttachment.getElement() |
Element |
SVGAttachment.getElement() |
Element |
ElementSVGUI.getElement()
Get the element.
|
Element |
AbstractElementSVGUI.getElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
SVGComponentAttachment.isClosed(Element element) |
boolean |
SVGComponentAttachment.isMinimzied(Element element) |
void |
SVGComponentAttachment.setElement(Element element) |
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.