|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.sip.ch05.SecondLawPlotApp
public class SecondLawPlotApp
SecondLawPlotApp demonstrates how to create log-log plots using data from planetary orbits to demonstrate Kepler's second law. The program plots the log of the planet's semi-major axis vs. the log of the orbital period.
| Constructor Summary | |
|---|---|
SecondLawPlotApp()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Command line entry point for program. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SecondLawPlotApp()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||