Uses of Class
org.meteoinfo.chart.plot.XAlign
-
Packages that use XAlign Package Description org.meteoinfo.chart org.meteoinfo.chart.plot org.meteoinfo.drawing -
-
Uses of XAlign in org.meteoinfo.chart
Methods in org.meteoinfo.chart that return XAlign Modifier and Type Method Description XAlignChartText. getXAlign()Get x alignMethods in org.meteoinfo.chart with parameters of type XAlign Modifier and Type Method Description voidChartText. setXAlign(XAlign value)Set x align -
Uses of XAlign in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return XAlign Modifier and Type Method Description static XAlignXAlign. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static XAlign[]XAlign. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of XAlign in org.meteoinfo.drawing
Methods in org.meteoinfo.drawing with parameters of type XAlign Modifier and Type Method Description static voidDraw. drawString(java.awt.Graphics2D g, float x, float y, java.lang.String s, XAlign x_align, YAlign y_align, boolean useExternalFont)Draws string at the specified coordinates with the specified alignment.static voidDraw. drawString(java.awt.Graphics2D g, float x, float y, java.lang.String s, XAlign x_align, YAlign y_align, float angle, boolean useExternalFont)Draw out stringstatic java.awt.geom.AffineTransformDraw. transform(java.awt.Graphics2D g, float x, float y, java.lang.String s, XAlign x_align, YAlign y_align, float angle)Graphics transform
-