private double getWeightFractionSeperation() {
   return buffer.getFloat(WEIGHT_FRACTION_SERPERATION.getOffset());
 }
 private void setWeightFractionSeperation(double weight) {
   buffer.putFloat(WEIGHT_FRACTION_SERPERATION.getOffset(), (float) weight);
   dirty = true;
 }