A C D F G H O P R S T 
All Classes All Packages

S

scale(double, double) - Method in class com.jsevy.jodg.ODGGraphics
Apply the specified scaling to the current graphics transformation.
setBackground(Color) - Method in class com.jsevy.jodg.ODGGraphics
Set the background color used in clear operations to the specified color
setClip(int, int, int, int) - Method in class com.jsevy.jodg.ODGGraphics
Does nothing, as clipping not supported
setClip(Shape) - Method in class com.jsevy.jodg.ODGGraphics
Does nothing, as clipping not supported
setColor(Color) - Method in class com.jsevy.jodg.ODGGraphics
Sets this graphics foreground color to the specified color.
setComposite(Composite) - Method in class com.jsevy.jodg.ODGGraphics
Do nothing - composite not supported.
setFont(Font) - Method in class com.jsevy.jodg.ODGGraphics
Sets this graphics context's font to the specified font.
setPaint(Paint) - Method in class com.jsevy.jodg.ODGGraphics
Use to set foreground color if instance of Color, otherwise do nothing.
setPaintMode() - Method in class com.jsevy.jodg.ODGGraphics
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
setRenderingHint(RenderingHints.Key, Object) - Method in class com.jsevy.jodg.ODGGraphics
Do nothing; rendering hints not supported.
setRenderingHints(Map<?, ?>) - Method in class com.jsevy.jodg.ODGGraphics
Do nothing; rendering hints not supported.
setScaleFactor(double) - Method in class com.jsevy.jodg.ODGDocument
Set the scale factor for dimensions in the Java drawing - how many Java units/pixels correspong to one unit in the ODG output.
setStroke(Stroke) - Method in class com.jsevy.jodg.ODGGraphics
Set stroke if instance of BasicStroke, otherwise throw UnsupportedOperationException.
setTextFrameExpansionFactor(double) - Method in class com.jsevy.jodg.ODGDocument
Since the fonts used in an ODG program (e.g., LibreOffice Draw) aren't identical to those used in Java, the physical widths of strings can differ slightly.
setTransform(AffineTransform) - Method in class com.jsevy.jodg.ODGGraphics
Set current graphics transformation to that supplied.
setUnits(int) - Method in class com.jsevy.jodg.ODGDocument
Set the units for interpreting the dimension values in the ODG file.
setXORMode(Color) - Method in class com.jsevy.jodg.ODGGraphics
Currently does nothing, as only PAINT_MODE is supported
shear(double, double) - Method in class com.jsevy.jodg.ODGGraphics
Apply the specified shearing to the current graphics transformation.
A C D F G H O P R S T 
All Classes All Packages