formatting

This commit is contained in:
Hannes Janetzek
2013-02-04 20:14:58 +01:00
parent 303e0cb4ce
commit f2b7a9fdf8
72 changed files with 403 additions and 240 deletions

View File

@@ -21,7 +21,8 @@ enum FontFamily {
/**
* @return the typeface object of this FontFamily.
* @see <a href="http://developer.android.com/reference/android/graphics/Typeface.html">Typeface</a>
* @see <a
* href="http://developer.android.com/reference/android/graphics/Typeface.html">Typeface</a>
*/
Typeface toTypeface() {
switch (this) {

View File

@@ -19,7 +19,8 @@ enum FontStyle {
/**
* @return the constant int value of this FontStyle.
* @see <a href="http://developer.android.com/reference/android/graphics/Typeface.html">Typeface</a>
* @see <a
* href="http://developer.android.com/reference/android/graphics/Typeface.html">Typeface</a>
*/
int toInt() {
switch (this) {

View File

@@ -47,7 +47,7 @@ public abstract class RenderInstruction {
/**
* Scales the stroke width of this RenderInstruction by the given factor.
*
*
* @param scaleFactor
* the factor by which the stroke width should be scaled.
*/
@@ -56,7 +56,7 @@ public abstract class RenderInstruction {
/**
* Scales the text size of this RenderInstruction by the given factor.
*
*
* @param scaleFactor
* the factor by which the text size should be scaled.
*/