public class GObjectFactory extends java.lang.Object implements IGObjectFactory
| 构造器和说明 |
|---|
GObjectFactory() |
public static IGObjectFactory instance()
public static void initInstance(IGObjectFactory tFactory)
public Location createLocation(double dX, double dY)
createLocation 在接口中 IGObjectFactorypublic Location[] createLocations(double[] xa, double[] ya)
createLocations 在接口中 IGObjectFactorypublic Location3D createLocation3D(double x, double y, double z)
createLocation3D 在接口中 IGObjectFactorypublic Location3D[] createLocation3Ds(double[] xa, double[] ya, double[] za)
createLocation3Ds 在接口中 IGObjectFactorypublic ColorDefinition createColorDefinition(int iRed, int iGreen, int iBlue, int iAlpha)
createColorDefinition 在接口中 IGObjectFactorypublic ColorDefinition createColorDefinition(int iRed, int iGreen, int iBlue)
createColorDefinition 在接口中 IGObjectFactorypublic LineAttributes createLineAttributes(ColorDefinition cd, LineStyle ls, int iThickness)
createLineAttributes 在接口中 IGObjectFactorypublic TextAlignment createTextAlignment()
createTextAlignment 在接口中 IGObjectFactorypublic Text createText(java.lang.String sValue)
createText 在接口中 IGObjectFactorypublic Insets createInsets(double dTop, double dLeft, double dBottom, double dRight)
createInsets 在接口中 IGObjectFactorypublic Label copyOf(Label src)
copyOf 在接口中 IGObjectFactorypublic Label copyCompactLabel(Label src)
copyCompactLabel 在接口中 IGObjectFactorypublic Label createLabel()
createLabel 在接口中 IGObjectFactorypublic ColorDefinition BLACK()
BLACK 在接口中 IGObjectFactorypublic ColorDefinition TRANSPARENT()
TRANSPARENT 在接口中 IGObjectFactorypublic ColorDefinition GREY()
GREY 在接口中 IGObjectFactorypublic Gradient createGradient(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic)
createGradient 在接口中 IGObjectFactorypublic ColorDefinition copyOf(ColorDefinition src)
copyOf 在接口中 IGObjectFactorypublic Fill copyOf(Fill src)
copyOf 在接口中 IGObjectFactorypublic Gradient copyOf(Gradient src)
copyOf 在接口中 IGObjectFactorypublic FontDefinition createFontDefinition(java.lang.String sName, float fSize, boolean bBold, boolean bItalic, boolean bUnderline, boolean bStrikethrough, boolean bWordWrap, double dRotation, TextAlignment ta)
createFontDefinition 在接口中 IGObjectFactorypublic Text copyOf(Text src)
copyOf 在接口中 IGObjectFactorypublic FontDefinition copyOf(FontDefinition src)
copyOf 在接口中 IGObjectFactorypublic Insets copyOf(Insets src)
copyOf 在接口中 IGObjectFactorypublic LineAttributes copyOf(LineAttributes src)
copyOf 在接口中 IGObjectFactorypublic Bounds copyOf(Bounds src)
copyOf 在接口中 IGObjectFactorypublic Image copyOf(Image src)
copyOf 在接口中 IGObjectFactorypublic Gradient createGradient(ColorDefinition cdStart, ColorDefinition cdEnd)
createGradient 在接口中 IGObjectFactorypublic Image createImage(java.lang.String sUrl)
createImage 在接口中 IGObjectFactorypublic ColorDefinition WHITE()
WHITE 在接口中 IGObjectFactorypublic ColorDefinition RED()
RED 在接口中 IGObjectFactorypublic ColorDefinition brighter(ColorDefinition src)
brighter 在接口中 IGObjectFactorypublic ColorDefinition darker(ColorDefinition src)
darker 在接口中 IGObjectFactorypublic ColorDefinition translucent(ColorDefinition src)
translucent 在接口中 IGObjectFactorypublic Bounds createBounds(double dLeft, double dTop, double dWidth, double dHeight)
createBounds 在接口中 IGObjectFactorypublic Bounds adjusteBounds(Bounds bo, Insets ins)
adjusteBounds 在接口中 IGObjectFactorypublic Bounds scaleBounds(Bounds bo, double dScale)
scaleBounds 在接口中 IGObjectFactorypublic Bounds translateBounds(Bounds bo, double dTranslateX, double dTranslateY)
translateBounds 在接口中 IGObjectFactorypublic Insets scaleInsets(Insets ins, double dScale)
scaleInsets 在接口中 IGObjectFactorypublic Insets max(Insets ins1, Insets ins2)
max 在接口中 IGObjectFactorypublic TextAlignment copyOf(TextAlignment src)
copyOf 在接口中 IGObjectFactorypublic Trigger copyOf(Trigger src)
copyOf 在接口中 IGObjectFactorypublic Trigger createTrigger(TriggerCondition tc, Action a)
createTrigger 在接口中 IGObjectFactorypublic Marker copyMarkerNoFill(Marker src)
copyMarkerNoFill 在接口中 IGObjectFactorypublic ActionValue copyOf(ActionValue src)
copyOf 在接口中 IGObjectFactorypublic Action copyOf(Action src)
copyOf 在接口中 IGObjectFactorypublic Action createAction(ActionType at, ActionValue av)
createAction 在接口中 IGObjectFactorypublic ScriptValue createScriptValue(java.lang.String script)
createScriptValue 在接口中 IGObjectFactorypublic SeriesValue createSeriesValue(java.lang.String name)
createSeriesValue 在接口中 IGObjectFactorypublic TooltipValue createTooltipValue(int iDelay, java.lang.String sText)
createTooltipValue 在接口中 IGObjectFactorypublic TooltipValue createTooltipValue(int iDelay, java.lang.String sText, FormatSpecifier formatSpecifier)
createTooltipValue 在接口中 IGObjectFactorypublic URLValue createURLValue(java.lang.String sBaseUrl, java.lang.String sTarget, java.lang.String sBaseParameterName, java.lang.String sValueParameterName, java.lang.String sSeriesParameterName)
createURLValue 在接口中 IGObjectFactoryCopyright © 2005-2008 Actuate Corp. All rights reserved.