Ref
public class Ref
Summary
Public methods |
|
|---|---|
static void |
addStringToReferences(String str, ArrayList<Ref> refs)Add references in a String representation to a Ref ArrayList Used to add the Ref(s) property in the Config to references |
String |
getId()Get the Id of the reference |
float |
Get the postMargin of the reference |
float |
Get the preMargin of the reference |
float |
Get the weight of the reference |
static float |
parseFloat(Object obj)Try to parse an object into a float number |
static Ref |
parseStringToRef(String str) |
void |
Set the Id of the reference |
void |
setPostMargin(float postMargin)Set the postMargin of the reference |
void |
setPreMargin(float preMargin)Set the preMargin of the reference |
void |
setWeight(float weight)Set the weight of the reference |
String |
toString() |
Public methods
addStringToReferences
public static void addStringToReferences(String str, ArrayList<Ref> refs)
Add references in a String representation to a Ref ArrayList Used to add the Ref(s) property in the Config to references
getId
public String getId()
Get the Id of the reference
| Returns | |
|---|---|
String |
the Id of the reference |
getPostMargin
public float getPostMargin()
Get the postMargin of the reference
| Returns | |
|---|---|
float |
the preMargin of the reference |
getPreMargin
public float getPreMargin()
Get the preMargin of the reference
| Returns | |
|---|---|
float |
the preMargin of the reference |
getWeight
public float getWeight()
Get the weight of the reference
| Returns | |
|---|---|
float |
the weight of the reference |
parseFloat
public static float parseFloat(Object obj)
Try to parse an object into a float number
| Parameters | |
|---|---|
Object obj |
object to be parsed |
| Returns | |
|---|---|
float |
a number |
setPostMargin
public void setPostMargin(float postMargin)
Set the postMargin of the reference
| Parameters | |
|---|---|
float postMargin |
setPreMargin
public void setPreMargin(float preMargin)
Set the preMargin of the reference
| Parameters | |
|---|---|
float preMargin |