Interface IGObjectFactory
- All Known Implementing Classes:
GObjectFactory
public interface IGObjectFactory
-
Method Summary
Modifier and TypeMethodDescriptionadjusteBounds
(Bounds bo, Insets ins) BLACK()
brighter
(ColorDefinition src) copyCompactLabel
(Label src) copyMarkerNoFill
(Marker src) copyOf
(ActionValue src) copyOf
(ColorDefinition src) copyOf
(FontDefinition src) copyOf
(LineAttributes src) copyOf
(TextAlignment src) createAction
(ActionType at, ActionValue av) createBounds
(double dLeft, double dTop, double dWidth, double dHeight) createColorDefinition
(int iRed, int iGreen, int iBlue) createColorDefinition
(int iRed, int iGreen, int iBlue, int iAlpha) createFontDefinition
(String sName, float fSize, boolean bBold, boolean bItalic, boolean bUnderline, boolean bStrikethrough, boolean bWordWrap, double dRotation, TextAlignment ta) createGradient
(ColorDefinition cdStart, ColorDefinition cdEnd) createGradient
(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic) createImage
(String sUrl) createInsets
(double dTop, double dLeft, double dBottom, double dRight) createLineAttributes
(ColorDefinition cd, LineStyle ls, int iThickness) createLocation
(double dX, double dY) createLocation3D
(double x, double y, double z) createLocation3Ds
(double[] xa, double[] ya, double[] za) Location[]
createLocations
(double[] xa, double[] ya) createScriptValue
(String script) createSeriesValue
(String name) createText
(String sValue) createTooltipValue
(int iDelay, String sText) createTooltipValue
(int iDelay, String sText, FormatSpecifier formatSpecifier) createTrigger
(TriggerCondition tc, Action a) createURLValue
(String sBaseUrl, String sTarget, String sBaseParameterName, String sValueParameterName, String sSeriesParameterName) darker
(ColorDefinition src) GREY()
RED()
scaleBounds
(Bounds bo, double dScale) scaleInsets
(Insets ins, double dScale) translateBounds
(Bounds bo, double dTranslateX, double dTranslateY) WHITE()
-
Method Details
-
createLocation
-
createLocations
-
createLocation3D
-
createLocation3Ds
-
createColorDefinition
-
createColorDefinition
-
createLineAttributes
-
createTextAlignment
TextAlignment createTextAlignment() -
createText
-
createInsets
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
copyOf
-
createLabel
Label createLabel() -
copyCompactLabel
-
TRANSPARENT
ColorDefinition TRANSPARENT() -
BLACK
ColorDefinition BLACK() -
WHITE
ColorDefinition WHITE() -
GREY
ColorDefinition GREY() -
RED
ColorDefinition RED() -
createGradient
Gradient createGradient(ColorDefinition cdStart, ColorDefinition cdEnd, double dDirectionInDegrees, boolean bCyclic) -
createGradient
-
createFontDefinition
FontDefinition createFontDefinition(String sName, float fSize, boolean bBold, boolean bItalic, boolean bUnderline, boolean bStrikethrough, boolean bWordWrap, double dRotation, TextAlignment ta) -
createImage
-
copyOf
-
brighter
-
darker
-
translucent
-
createBounds
-
adjusteBounds
-
scaleBounds
-
translateBounds
-
scaleInsets
-
max
-
createTrigger
-
copyMarkerNoFill
-
createAction
-
createScriptValue
-
createSeriesValue
-
createTooltipValue
-
createTooltipValue
-
createURLValue
-