Package | Description |
---|---|
twaver | |
twaver.network.background | |
twaver.web | |
twaver.web.svg | |
twaver.web.svg.chart | |
twaver.web.svg.network | |
twaver.web.svg.network.ui |
Modifier and Type | Method and Description |
---|---|
static void |
TWaverUtil.appendImage(SVGContext context,
java.lang.StringBuffer sb,
java.lang.String url,
java.awt.Color color,
java.awt.Rectangle bounds,
float alpha)
Append image svg segment to the given stringbuffer.
|
Modifier and Type | Method and Description |
---|---|
SVGStruct |
TextureBackground.toSVG(SVGContext context) |
SVGStruct |
SVGBackground.toSVG(SVGContext context) |
SVGStruct |
ImageBackground.toSVG(SVGContext context) |
SVGStruct |
ColorBackground.toSVG(SVGContext context) |
Modifier and Type | Method and Description |
---|---|
static void |
WebUtil.appendCurrentSubNetworkIDtoBackGround(SVGContext context,
java.lang.StringBuffer sbBackground) |
static java.lang.StringBuffer |
WebUtil.appendShapeDirect(SVGContext context,
java.lang.StringBuffer sb,
java.awt.Shape shape,
java.lang.Object fillObject,
java.lang.Object outlineObject,
java.lang.Object stroke,
float fillOpacity) |
static void |
WebUtil.appendSVGImage(SVGContext context,
java.lang.StringBuffer sb,
java.lang.String customerStr,
java.lang.String url,
java.awt.Color color,
int x,
int y)
Append image to SVG.The image's url is in javaclass.
|
static void |
WebUtil.appendText(SVGContext context,
java.lang.StringBuffer result,
java.lang.String text,
java.awt.Color color,
java.awt.Font font,
int x,
int y,
int orientation,
int position) |
static java.lang.String |
WebUtil.getGradientID(SVGContext context,
int type,
java.awt.Color gradientColor,
java.awt.Color fillColor) |
static java.lang.StringBuffer |
WebUtil.getRectStringBuffer(SVGContext context,
java.lang.String id,
java.awt.Rectangle rect,
java.lang.Object fillColor,
java.lang.Object outlineColor,
java.lang.Object stroke,
float alpha) |
static java.lang.String |
WebUtil.toText(SVGContext context,
java.lang.String text,
boolean enableTextInteract,
java.awt.Color color,
java.lang.Object font,
java.awt.Point location,
boolean underline,
java.lang.String rotate) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
TSVGAlarmOverview.toBarChartSVG(SVGContext context,
int width,
int height) |
java.lang.String |
TSVGAlarmOverview.toPieChartSVG(SVGContext context,
int width,
int height) |
java.lang.String |
TSVGAlarmOverview.toXML(SVGContext context,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSVGChart.appendSVGBackground(SVGContext context,
java.lang.StringBuffer result) |
protected void |
AbstractSVGChart.appendSVGPreDefine(SVGContext context,
java.lang.StringBuffer result) |
protected java.lang.String |
AbstractSVGChart.getGradientID(SVGContext context,
int type,
java.awt.Color gradientColor,
java.awt.Color fillColor)
Gets the gradient ID of the element.
|
protected int |
AbstractSVGXYScaleChart.getXAxisExtraGap(SVGContext context,
java.lang.StringBuffer result) |
protected java.lang.StringBuffer |
AbstractSVGChart.insertSVGHeadBefore(SVGContext context,
java.lang.StringBuffer result,
int width,
int height) |
protected void |
SVGRadarChart.paintAxisInflexion(SVGContext context,
java.lang.StringBuffer result,
java.awt.Stroke stroke,
java.awt.Color color,
java.awt.geom.Point2D.Double point,
int index,
java.lang.String item)
Paints the inflexion of the axis.
|
protected void |
AbstractSVGChart.paintBackground(SVGContext context,
java.lang.StringBuffer result) |
void |
SVGRadarChart.paintChart(SVGContext context,
java.lang.StringBuffer result,
int width,
int height) |
void |
SVGPieChart.paintChart(SVGContext context,
java.lang.StringBuffer result,
int width,
int height)
Paints the chart graphics.
|
void |
SVGPercentChart.paintChart(SVGContext context,
java.lang.StringBuffer result,
int width,
int height)
Paints the chart graphics.
|
void |
SVGDialChart.paintChart(SVGContext context,
java.lang.StringBuffer result,
int width,
int height)
Paints the dial chart in the g2d context with the width and height.
|
void |
AbstractSVGXYScaleChart.paintChart(SVGContext context,
java.lang.StringBuffer result,
int width,
int height) |
void |
AbstractSVGScaleChart.paintChart(SVGContext context,
java.lang.StringBuffer result,
int width,
int height)
Paints the chart graphics.
|
protected void |
SVGBubbleChart.paintContent(SVGContext context,
java.lang.StringBuffer result,
int width,
int height)
Paints the bubbles in the value list of all the element.
|
protected abstract void |
AbstractSVGXYScaleChart.paintContent(SVGContext context,
java.lang.StringBuffer result,
int width,
int height) |
protected void |
SVGLineChart.paintContent(SVGContext context,
java.lang.StringBuffer result,
int width,
int height,
int yAxisTextGap,
int xAxisTextGap,
int xAxisWidth,
int yAxisHeight,
int baseLine,
double pixelGap,
double valueGap) |
protected void |
SVGBarChart.paintContent(SVGContext context,
java.lang.StringBuffer result,
int width,
int height,
int yAxisTextGap,
int xAxisTextGap,
int xAxisWidth,
int yAxisHeight,
int baseLine,
double pixelGap,
double valueGap)
Paints the chart content
|
protected abstract void |
AbstractSVGScaleChart.paintContent(SVGContext context,
java.lang.StringBuffer result,
int width,
int height,
int yAxisTextGap,
int xAxisTextGap,
int xAxisWidth,
int yAxisHeight,
int baseLine,
double pixelGap,
double valueGap) |
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 void |
AbstractSVGChart.paintLegend(SVGContext context,
java.lang.StringBuffer result,
int width,
int height) |
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 |
SVGPercentChart.paintMarkerScale(SVGContext context,
java.lang.StringBuffer result,
Marker marker,
java.awt.geom.Point2D.Double startPoint,
java.awt.geom.Point2D.Double endPoint) |
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.
|
protected void |
AbstractSVGScaleChart.paintXAxis(SVGContext context,
java.lang.StringBuffer result,
Marker marker,
int width,
int height,
int xTextGap,
int yTextGap,
double pixelGap,
double valueGap) |
java.lang.String |
AbstractSVGChart.toSVG(SVGContext context,
int width,
int height)
export svg
|
java.lang.StringBuffer |
SVGRadarChart.toSVGContent(SVGContext context,
int width,
int height) |
java.lang.StringBuffer |
SVGPieChart.toSVGContent(SVGContext context,
int width,
int height) |
java.lang.StringBuffer |
SVGPercentChart.toSVGContent(SVGContext context,
int width,
int height) |
java.lang.StringBuffer |
SVGDialChart.toSVGContent(SVGContext context,
int width,
int height) |
java.lang.StringBuffer |
AbstractSVGXYScaleChart.toSVGContent(SVGContext context,
int width,
int height) |
java.lang.StringBuffer |
AbstractSVGScaleChart.toSVGContent(SVGContext context,
int width,
int height) |
abstract java.lang.StringBuffer |
AbstractSVGChart.toSVGContent(SVGContext context,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
protected int[] |
TSVGNetwork.getNetworkViewPortSize(SVGContext context) |
int[] |
TGISNetwork.getNetworkViewPortSize(SVGContext context)
Deprecated.
|
java.lang.String |
TSVGNetwork.toSVG(SVGContext context)
Export the svg string of the svg network .
|
java.lang.String |
TGISNetwork.toSVG(SVGContext context)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractElementSVGUI.appendCustomerSVGAfterBody(java.lang.StringBuffer sb,
SVGContext context) |
protected void |
AbstractElementSVGUI.appendCustomerSVGBeforeBody(java.lang.StringBuffer sb,
SVGContext context) |
protected void |
BaseElementSVGUI.appendCustomStateOutline(java.lang.StringBuffer sb,
SVGContext context,
java.awt.Rectangle bounds,
java.lang.String id) |
protected void |
BaseElementSVGUI.appendDefaultStateOutline(java.lang.StringBuffer sb,
SVGContext context,
java.awt.Rectangle bounds) |
protected void |
AbstractElementSVGUI.appendElementBodyProperties(java.lang.StringBuffer sb,
SVGContext context) |
protected java.awt.geom.GeneralPath |
ShapeLinkSVGUI.createLinkPath(SVGContext context) |
protected java.awt.geom.GeneralPath |
LinkSVGUI.createLinkPath(SVGContext context) |
protected java.awt.geom.GeneralPath |
InterceptedLinkSVGUI.createLinkPath(SVGContext context)
Deprecated.
|
protected java.awt.Shape |
GroupSVGUI.createShape(SVGContext context) |
double |
LinkSVGUI.getAngle(SVGContext context) |
protected java.lang.Object |
BaseElementSVGUI.getCustomDrawFillObject(SVGContext context)
Gets the custom draw fill object.
|
protected java.lang.Object |
AbstractElementSVGUI.getFillObject(SVGContext context,
java.awt.Color color)
Gets svgelement's fillobject.
|
twaver.base.obfuscate.svg.FlexionSVGStruct |
LinkSVGUI.getFlexionStruct(SVGContext context) |
java.awt.Rectangle |
LinkSVGUI.getFromBounds(SVGContext context,
Node fromAgent) |
java.awt.Point |
LinkSVGUI.getFromInflexion(SVGContext context) |
protected java.lang.String |
SVGComponentAttachment.getGradientID(SVGContext context,
int type,
java.awt.Color gradientColor,
java.awt.Color fillColor) |
protected java.lang.String |
AbstractElementSVGUI.getGradientID(SVGContext context,
int type,
java.awt.Color gradientColor,
java.awt.Color fillColor)
Gets the gradient ID of the element.
|
java.awt.Point |
LinkSVGUI.getHotspot(SVGContext context)
Gets the hotspot point of the svgui.
|
java.awt.Point |
InterceptedLinkSVGUI.getHotspot(SVGContext context)
Deprecated.
|
java.awt.Point |
GroupSVGUI.getHotspot(SVGContext context) |
java.awt.Point |
ElementSVGUI.getHotspot(SVGContext context)
Gets the hotspot point of the svgui.
|
java.awt.Point |
BTSAntennaSVGUI.getHotspot(SVGContext context)
Gets the hotspot point of the svgui.
|
java.awt.Point |
BaseElementSVGUI.getHotspot(SVGContext context)
Gets the hotspot point of the svgui.
|
java.awt.Rectangle |
LinkSVGUI.getToBounds(SVGContext context,
Node toAgent) |
java.awt.Point |
LinkSVGUI.getToInflexion(SVGContext context) |
void |
BTSAntennaSVGUI.paintBody(SVGContext context,
java.lang.StringBuffer result) |
void |
BTSAntennaSVGUI.paintStateOutline(SVGContext context,
java.lang.StringBuffer result) |
protected void |
SubNetworkSVGUI.prepareElementSVGHeader(SVGContext context,
java.lang.StringBuffer head) |
protected void |
ShapeSubNetworkSVGUI.prepareElementSVGHeader(SVGContext context,
java.lang.StringBuffer head) |
protected void |
ShapeNodeSVGUI.prepareElementSVGHeader(SVGContext context,
java.lang.StringBuffer head) |
protected void |
ShapeLinkSVGUI.prepareElementSVGHeader(SVGContext context,
java.lang.StringBuffer head) |
protected void |
LinkSVGUI.prepareElementSVGHeader(SVGContext context,
java.lang.StringBuffer head) |
protected void |
GroupSVGUI.prepareElementSVGHeader(SVGContext context,
java.lang.StringBuffer head) |
protected void |
GridSVGUI.prepareElementSVGHeader(SVGContext context,
java.lang.StringBuffer head) |
protected void |
AbstractElementSVGUI.prepareElementSVGHeader(SVGContext context,
java.lang.StringBuffer head) |
protected SVGStruct |
PolyLineSVGUI.toAlarmAttachmentSVG(SVGContext context)
Gets the svg struct of the element's alarm attachment .
|
protected SVGStruct |
AbstractElementSVGUI.toAlarmAttachmentSVG(SVGContext context)
Gets the svg struct of the element's alarm attachment.
|
protected void |
LinkSVGUI.toArrowSVG(SVGContext context,
java.lang.StringBuffer sb,
java.awt.geom.GeneralPath path) |
protected void |
ShapeNodeSVGUI.toArrowSVG(SVGContext context,
java.lang.StringBuffer sb,
java.awt.Shape shape,
java.awt.Rectangle bounds) |
protected SVGStruct |
LinkSVGUI.toAttachmentSVG(SVGContext context) |
protected SVGStruct |
GroupSVGUI.toAttachmentSVG(SVGContext context) |
protected SVGStruct |
AbstractElementSVGUI.toAttachmentSVG(SVGContext context)
Gets the svg struct of the element's attribute.
|
protected java.lang.String |
AbstractElementSVGUI.toAttributesSVG(SVGContext context)
Gets the element's attribute string.
|
protected SVGStruct |
PolyLineSVGUI.toBodySVG(SVGContext context) |
protected SVGStruct |
LinkSVGUI.toBodySVG(SVGContext context) |
protected SVGStruct |
GroupSVGUI.toBodySVG(SVGContext context) |
protected SVGStruct |
BaseElementSVGUI.toBodySVG(SVGContext context)
Gets the svg struct of elements's body.
|
protected SVGStruct |
AbstractElementSVGUI.toBodySVG(SVGContext context)
Gets the svg struct of elements's body.
|
protected SVGStruct |
AbstractElementSVGUI.toBorderSVG(SVGContext context)
Gets the svg struct of the element's border.
|
protected SVGStruct |
ShapeNodeSVGUI.toCustomDrawBodySVG(SVGContext context) |
protected SVGStruct |
BaseElementSVGUI.toCustomDrawBodySVG(SVGContext context)
Gets the svg struct when the element use custom draw body svg.
|
protected SVGStruct |
TextSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
SlotSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
ShelfSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
RoundRectSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
PolySubNetworkSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
NodeSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
GridSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
CardSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
BTSAntennaSVGUI.toDefaultBodySVG(SVGContext context) |
protected SVGStruct |
BaseElementSVGUI.toDefaultBodySVG(SVGContext context)
Gets the svg struct when the element use default body svg.
|
protected SVGStruct |
PolyLineSVGUI.toIconAttachmentSVG(SVGContext context)
Gets the svg struct of the element's icon attachment.
|
protected SVGStruct |
AbstractElementSVGUI.toIconAttachmentSVG(SVGContext context)
Gets the svg struct of the element's icon attachment.
|
protected SVGStruct |
RoundRectSVGUI.toLabelAttachmentSVG(SVGContext context) |
protected SVGStruct |
PolyLineSVGUI.toLabelAttachmentSVG(SVGContext context)
Gets the svg struct of the element's label attachment.
|
protected SVGStruct |
AbstractElementSVGUI.toLabelAttachmentSVG(SVGContext context)
Gets the svg struct of the element's label attachment.
|
protected void |
LinkSVGUI.toLinkFlowingSVG(SVGContext context,
java.lang.StringBuffer sb,
java.lang.String id) |
protected void |
LinkSVGUI.toLinkPathSVG(SVGContext context,
java.lang.StringBuffer sb,
java.lang.String id,
java.awt.Color bodyColor) |
protected SVGStruct |
AbstractElementSVGUI.toMessageAttachmentSVG(SVGContext context)
Gets the svg struct of the element's message attachment.
|
SVGStruct |
TextSVGUI.toSVG(SVGContext context) |
SVGStruct |
SVGComponentAttachment.toSVG(SVGContext context) |
SVGStruct |
SVGAttachment.toSVG(SVGContext context) |
SVGStruct |
LinkSVGUI.toSVG(SVGContext context)
Export the element svgui's svg struct by the svg context.
|
SVGStruct |
InterceptedLinkSVGUI.toSVG(SVGContext context)
Deprecated.
|
SVGStruct |
ElementSVGUI.toSVG(SVGContext context)
Export the element svgui's svg struct by the svg context.
|
SVGStruct |
DummySVGUI.toSVG(SVGContext context) |
SVGStruct |
AbstractElementSVGUI.toSVG(SVGContext context)
Export the element svgui's svg struct by the svg context.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.