Uses of Class
org.meteoinfo.chart.plot.YAlign
-
Packages that use YAlign Package Description org.meteoinfo.chart org.meteoinfo.chart.plot org.meteoinfo.drawing -
-
Uses of YAlign in org.meteoinfo.chart
Methods in org.meteoinfo.chart that return YAlign Modifier and Type Method Description YAlignChartText. getYAlign()Get y alignMethods in org.meteoinfo.chart with parameters of type YAlign Modifier and Type Method Description voidChartText. setYAlign(YAlign value)Set y align -
Uses of YAlign in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return YAlign Modifier and Type Method Description static YAlignYAlign. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static YAlign[]YAlign. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of YAlign in org.meteoinfo.drawing
Methods in org.meteoinfo.drawing with parameters of type YAlign 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
-