|
|
@ -15,7 +15,7 @@ import com.porcupine.math.Calc; |
|
|
|
* Methods starting with put are for filling. Most of the others are shortcuts |
|
|
|
* Methods starting with put are for filling. Most of the others are shortcuts |
|
|
|
* to getters. |
|
|
|
* to getters. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author MightyPork |
|
|
|
* @author Ondřej Hruška (MightyPork) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class PropertyManager { |
|
|
|
public class PropertyManager { |
|
|
|
/** |
|
|
|
/** |
|
|
@ -24,7 +24,7 @@ public class PropertyManager { |
|
|
|
* newlines can be inserted to separate categories, and individual keys can |
|
|
|
* newlines can be inserted to separate categories, and individual keys can |
|
|
|
* have their own inline comments. |
|
|
|
* have their own inline comments. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author MightyPork |
|
|
|
* @author Ondřej Hruška (MightyPork) |
|
|
|
* @copy (c) 2012 |
|
|
|
* @copy (c) 2012 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private static class PC_SortedProperties extends Properties { |
|
|
|
private static class PC_SortedProperties extends Properties { |
|
|
@ -319,7 +319,7 @@ public class PropertyManager { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Property entry in Property manager. |
|
|
|
* Property entry in Property manager. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author MightyPork |
|
|
|
* @author Ondřej Hruška (MightyPork) |
|
|
|
* @copy (c) 2012 |
|
|
|
* @copy (c) 2012 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private class Property { |
|
|
|
private class Property { |
|
|
@ -565,7 +565,7 @@ public class PropertyManager { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Property type enum. |
|
|
|
* Property type enum. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author MightyPork |
|
|
|
* @author Ondřej Hruška (MightyPork) |
|
|
|
* @copy (c) 2012 |
|
|
|
* @copy (c) 2012 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
private enum PropertyType { |
|
|
|
private enum PropertyType { |
|
|
|