public class Fraction extends Object
| Constructor and Description |
|---|
Fraction(int numerator,
int denominator)
Create a Fraction
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDenominator()
get the denominator of the fraction
|
int |
getNumerator()
get the numerator of the fraction
|
void |
setDenominator(int denominator)
set the denominator of the fraction
|
void |
setNumerator(int numerator)
set the numerator of the fraction
|
public int getNumerator()
public void setNumerator(int numerator)
public int getDenominator()
public void setDenominator(int denominator)
Copyright © 2015 Kurento. All rights reserved.