コード例 #1
0
 private double getWeightFractionSeperation() {
   return buffer.getFloat(WEIGHT_FRACTION_SERPERATION.getOffset());
 }
コード例 #2
0
 private void setWeightFractionSeperation(double weight) {
   buffer.putFloat(WEIGHT_FRACTION_SERPERATION.getOffset(), (float) weight);
   dirty = true;
 }