jme3-android JavaDoc corrections (comments only)
This commit is contained in:
parent
2c25d77e64
commit
ce730e5656
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2015 jMonkeyEngine
|
* Copyright (c) 2009-2019 jMonkeyEngine
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -125,7 +125,7 @@ public class AndroidHarnessFragment extends Fragment implements
|
|||||||
/**
|
/**
|
||||||
* Set the maximum resolution for the surfaceview in either the
|
* Set the maximum resolution for the surfaceview in either the
|
||||||
* width or height screen direction depending on the screen size.
|
* width or height screen direction depending on the screen size.
|
||||||
* If the surfaceview is retangular, the longest side (width or height)
|
* If the surfaceview is rectangular, the longest side (width or height)
|
||||||
* will have the resolution set to a maximum of maxResolutionDimension.
|
* will have the resolution set to a maximum of maxResolutionDimension.
|
||||||
* The other direction will be set to a value that maintains the aspect
|
* The other direction will be set to a value that maintains the aspect
|
||||||
* ratio of the surfaceview. </br>
|
* ratio of the surfaceview. </br>
|
||||||
@ -276,17 +276,17 @@ public class AndroidHarnessFragment extends Fragment implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called by the system to create the View hierchy associated with this
|
* Called by the system to create the View hierarchy associated with this
|
||||||
* Fragment. For jME, this is a FrameLayout that contains the GLSurfaceView
|
* Fragment. For jME, this is a FrameLayout that contains the GLSurfaceView
|
||||||
* and an overlaying SplashScreen Image (if used). The View that is returned
|
* and an overlaying SplashScreen Image (if used). The View that is returned
|
||||||
* will be placed on the screen within the boundries of the View borders defined
|
* will be placed on the screen within the boundaries of the View borders defined
|
||||||
* by the Activity's layout parameters for this Fragment. For jME, we also
|
* by the Activity's layout parameters for this Fragment. For jME, we also
|
||||||
* update the application reference to the new view.
|
* update the application reference to the new view.
|
||||||
*
|
*
|
||||||
* @param inflater
|
* @param inflater
|
||||||
* @param container
|
* @param container
|
||||||
* @param savedInstanceState
|
* @param savedInstanceState
|
||||||
* @return
|
* @return the new view
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2012 jMonkeyEngine
|
* Copyright (c) 2009-2019 jMonkeyEngine
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -123,7 +123,6 @@ public class VideoRecorderAppState extends AbstractAppState {
|
|||||||
* This constructor allows you to specify the output file of the video as well as the quality
|
* This constructor allows you to specify the output file of the video as well as the quality
|
||||||
* @param file the video file
|
* @param file the video file
|
||||||
* @param quality the quality of the jpegs in the video stream (0.0 smallest file - 1.0 largest file)
|
* @param quality the quality of the jpegs in the video stream (0.0 smallest file - 1.0 largest file)
|
||||||
* @param framerate the frame rate of the resulting video, the application will be locked to this framerate
|
|
||||||
*/
|
*/
|
||||||
public VideoRecorderAppState(File file, float quality) {
|
public VideoRecorderAppState(File file, float quality) {
|
||||||
this.file = file;
|
this.file = file;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2009-2015 jMonkeyEngine
|
* Copyright (c) 2009-2019 jMonkeyEngine
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -38,7 +38,7 @@ import javax.microedition.khronos.egl.EGL10;
|
|||||||
import javax.microedition.khronos.egl.EGL11;
|
import javax.microedition.khronos.egl.EGL11;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Utility class used by the {@link OGLESShaderRenderer renderer} and sister
|
* Utility class used by the OGLESShaderRenderer and sister
|
||||||
* classes.
|
* classes.
|
||||||
*
|
*
|
||||||
* @author Kirill Vainer
|
* @author Kirill Vainer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user