diff --git a/.gitignore b/.gitignore index 8dcca34..f0826d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/ *.class +doc/ diff --git a/doc/Cardinal.html b/doc/Cardinal.html deleted file mode 100644 index d4b8b45..0000000 --- a/doc/Cardinal.html +++ /dev/null @@ -1,341 +0,0 @@ - - - - -Cardinal - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Enum Class Cardinal

-
- -
-
-
All Implemented Interfaces:
-
Serializable, Comparable<Cardinal>, Constable
-
-
-
-
public enum Cardinal -extends Enum<Cardinal>
-
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      N

      -
      -
      public static final Cardinal N
      -
      -
      -
    • -
    • -
      -

      NE

      -
      -
      public static final Cardinal NE
      -
      -
      -
    • -
    • -
      -

      E

      -
      -
      public static final Cardinal E
      -
      -
      -
    • -
    • -
      -

      SE

      -
      -
      public static final Cardinal SE
      -
      -
      -
    • -
    • -
      -

      S

      -
      -
      public static final Cardinal S
      -
      -
      -
    • -
    • -
      -

      SW

      -
      -
      public static final Cardinal SW
      -
      -
      -
    • -
    • -
      -

      W

      -
      -
      public static final Cardinal W
      -
      -
      -
    • -
    • -
      -

      NW

      -
      -
      public static final Cardinal NW
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Cardinal

      -
      -
      private Cardinal()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      -
      public static Cardinal[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      -
      public static Cardinal valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/Color.html b/doc/Color.html deleted file mode 100644 index cdcd0e1..0000000 --- a/doc/Color.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - -Color - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Enum Class Color

-
- -
-
-
All Implemented Interfaces:
-
Serializable, Comparable<Color>, Constable
-
-
-
-
public enum Color -extends Enum<Color>
-
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      NIL

      -
      -
      public static final Color NIL
      -
      -
      -
    • -
    • -
      -

      WHITE

      -
      -
      public static final Color WHITE
      -
      -
      -
    • -
    • -
      -

      BLACK

      -
      -
      public static final Color BLACK
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Color

      -
      -
      private Color()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      -
      public static Color[] values()
      -
      Returns an array containing the constants of this enum class, in -the order they are declared.
      -
      -
      Returns:
      -
      an array containing the constants of this enum class, in the order they are declared
      -
      -
      -
      -
    • -
    • -
      -

      valueOf

      -
      -
      public static Color valueOf(String name)
      -
      Returns the enum constant of this class with the specified name. -The string must match exactly an identifier used to declare an -enum constant in this class. (Extraneous whitespace characters are -not permitted.)
      -
      -
      Parameters:
      -
      name - the name of the enum constant to be returned.
      -
      Returns:
      -
      the enum constant with the specified name
      -
      Throws:
      -
      IllegalArgumentException - if this enum class has no constant with the specified name
      -
      NullPointerException - if the argument is null
      -
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/ConsoleRenderer.html b/doc/ConsoleRenderer.html deleted file mode 100644 index 7253e33..0000000 --- a/doc/ConsoleRenderer.html +++ /dev/null @@ -1,204 +0,0 @@ - - - - -ConsoleRenderer - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class ConsoleRenderer

-
-
java.lang.Object -
GomokuRenderer -
ConsoleRenderer
-
-
-
-
-
-
public class ConsoleRenderer -extends GomokuRenderer
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ConsoleRenderer

      -
      -
      public ConsoleRenderer()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
- - diff --git a/doc/Coordinate.html b/doc/Coordinate.html deleted file mode 100644 index be28403..0000000 --- a/doc/Coordinate.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - -Coordinate - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class Coordinate

-
-
java.lang.Object -
Coordinate
-
-
-
-
-
public class Coordinate -extends Object
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      x

      -
      -
      public int x
      -
      -
      -
    • -
    • -
      -

      y

      -
      -
      public int y
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Coordinate

      -
      -
      public Coordinate(int x, - int y)
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/GomokuAI.html b/doc/GomokuAI.html deleted file mode 100644 index 5636d18..0000000 --- a/doc/GomokuAI.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - -GomokuAI - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class GomokuAI

-
-
java.lang.Object -
Player -
GomokuAI
-
-
-
-
-
-
public class GomokuAI -extends Player
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      random

      -
      -
      Random random
      -
      The random initialization
      -
      -
      -
    • -
    • -
      -

      difficulty

      -
      -
      int difficulty
      -
      The difficulty of the GomokuAI
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      GomokuAI

      -
      -
      public GomokuAI()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      chooseMove

      -
      -
      public GomokuCell chooseMove(GomokuBoard board)
      -
      Return the coordinate of the move played by the Gomoku AI.
      -
      -
      Specified by:
      -
      chooseMove in class Player
      -
      Parameters:
      -
      board - The actual Gomoku board.
      -
      Returns:
      -
      The Cell of the move played.
      -
      -
      -
      -
    • -
    • -
      -

      GetCellPoint

      -
      -
      public Map<GomokuCell, Integer> GetCellPoint(GomokuBoard board)
      -
      Return a Map of all Cell playable, and their point.
      -
      -
      Parameters:
      -
      board - The actual Gomoku board.
      -
      Returns:
      -
      the Map of all Cell playable, and their point.
      -
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/GomokuBoard.html b/doc/GomokuBoard.html deleted file mode 100644 index 5d02e38..0000000 --- a/doc/GomokuBoard.html +++ /dev/null @@ -1,426 +0,0 @@ - - - - -GomokuBoard - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class GomokuBoard

-
-
java.lang.Object -
GomokuBoard
-
-
-
-
-
public class GomokuBoard -extends Object
-
-
-
-
    - -
  • -
    -

    Field Summary

    -
    Fields
    -
    -
    Modifier and Type
    -
    Field
    -
    Description
    -
    private int
    - -
    -
    The height of the GomokuBoard.
    -
    -
    private int
    - -
    -
    The width of the GomokuBoard.
    -
    -
    private GomokuCell
    - -
    -
    The firstcell in the board, at the top left of the board.
    -
    -
    -
    -
  • - -
  • -
    -

    Constructor Summary

    -
    Constructors
    -
    -
    Constructor
    -
    Description
    -
    GomokuBoard(int width, - int height)
    -
    -
    This constructor take the width and the height to creat a board of gomoku.
    -
    -
    GomokuBoard(int width, - int height, - Color[][] colors)
    -
    -
    This constructor take the width and the height to creat a board of gomoku.
    -
    -
    -
    -
  • - -
  • -
    -

    Method Summary

    -
    -
    -
    -
    -
    Modifier and Type
    -
    Method
    -
    Description
    - - -
    -
    This method return a Map of number aligned cells.
    -
    -
    int
    - -
    -
    This method return the number max of the aligned Cells.
    -
    -
    private void
    -
    genCells(int width, - int height, - Color[][] colors)
    -
    -
    This method gen all cells in the board and link each other.
    -
    - -
    get(int x, - int y)
    -
    -
    This method get a cell in specific position in the board.
    -
    -
    private GomokuCell[][]
    - -
    -
    This method return all cells in the board in the order.
    -
    - - -
    -
    This method return a list of playable cell.
    -
    -
    static void
    -
    main(String[] args)
    -
     
    - - -
    -
    This method print the board cell by cell with change line when - the line is finished.
    -
    -
    -
    -
    -
    -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    -
    -
  • -
-
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      firstCell

      -
      -
      private GomokuCell firstCell
      -
      The firstcell in the board, at the top left of the board.
      -
      -
      -
    • -
    • -
      -

      boardWidth

      -
      -
      private int boardWidth
      -
      The width of the GomokuBoard.
      -
      -
      -
    • -
    • -
      -

      boardHeight

      -
      -
      private int boardHeight
      -
      The height of the GomokuBoard.
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      GomokuBoard

      -
      -
      public GomokuBoard(int width, - int height)
      -
      This constructor take the width and the height to creat a board of gomoku.
      -
      -
      Parameters:
      -
      width - Size of width.
      -
      height - Size of height.
      -
      -
      -
      -
    • -
    • -
      -

      GomokuBoard

      -
      -
      public GomokuBoard(int width, - int height, - Color[][] colors)
      -
      This constructor take the width and the height to creat a board of gomoku.
      -
      -
      Parameters:
      -
      width - Size of width.
      -
      height - Size of height.
      -
      colors - Is colors of cells after load a game.
      -
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      main

      -
      -
      public static void main(String[] args)
      -
      -
      -
    • -
    • -
      -

      genCells

      -
      -
      private void genCells(int width, - int height, - Color[][] colors)
      -
      This method gen all cells in the board and link each other.
      -
      -
      Parameters:
      -
      width - Size of width.
      -
      height - Size of height.
      -
      colors - Array of Color.
      -
      -
      -
      -
    • -
    • -
      -

      get

      -
      -
      public GomokuCell get(int x, - int y)
      -
      This method get a cell in specific position in the board.
      -
      -
      Parameters:
      -
      x - The position x on the board.
      -
      y - The position y on the board.
      -
      Returns:
      -
      GomokuCell in the position.
      -
      -
      -
      -
    • -
    • -
      -

      getAllsCells

      -
      -
      private GomokuCell[][] getAllsCells()
      -
      This method return all cells in the board in the order.
      -
      -
      Returns:
      -
      All cells with a array 2D.
      -
      -
      -
      -
    • -
    • -
      -

      getPlayableCells

      -
      -
      public List<GomokuCell> getPlayableCells()
      -
      This method return a list of playable cell.
      -
      -
      Returns:
      -
      List of GomokuCell wich all is playable.
      -
      -
      -
      -
    • -
    • -
      -

      countAlignedCells

      -
      -
      public Map<Cardinal,Integer> countAlignedCells(GomokuCell cell)
      -
      This method return a Map of number aligned cells.
      -
      -
      Parameters:
      -
      cell - A cell.
      -
      Returns:
      -
      Map of number aligned cells.
      -
      -
      -
      -
    • -
    • -
      -

      countMax

      -
      -
      public int countMax(Map<Cardinal,Integer> mapColor)
      -
      This method return the number max of the aligned Cells.
      -
      -
      Parameters:
      -
      mapColor - A map of number aligned cells.
      -
      Returns:
      -
      int, the number max of the aligned Cells.
      -
      -
      -
      -
    • -
    • -
      -

      toString

      -
      -
      public String toString()
      -
      This method print the board cell by cell with change line when - the line is finished.
      -
      -
      Overrides:
      -
      toString in class Object
      -
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/GomokuCell.html b/doc/GomokuCell.html deleted file mode 100644 index f1c5951..0000000 --- a/doc/GomokuCell.html +++ /dev/null @@ -1,433 +0,0 @@ - - - - -GomokuCell - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class GomokuCell

-
-
java.lang.Object -
GomokuCell
-
-
-
-
-
public class GomokuCell -extends Object
-
This class is cell of the board of the Gomoku game.
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      neighbour

      -
      -
      private EnumMap<Cardinal, GomokuCell> neighbour
      -
      Enumerate neighbor with key in Cardinal direction and key representing the cell in that direction.
      -
      -
      -
    • -
    • -
      -

      state

      -
      -
      private Color state
      -
      The state of the cell represented by the enumerate Color, Nil is empty, white and black for the color of a token
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      GomokuCell

      -
      -
      public GomokuCell(Color state)
      -
      The constructor of the cell.
      -
      -
      Parameters:
      -
      state - The state by default of the cell.
      -
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getNeighbour

      -
      -
      public GomokuCell getNeighbour(Cardinal car)
      -
      Return one neighbour.
      -
      -
      Parameters:
      -
      car - The Cardinal direction.
      -
      Returns:
      -
      The GomokuCell at the direction.
      -
      -
      -
      -
    • -
    • -
      -

      getAllNeighbour

      -
      -
      public EnumMap<Cardinal, GomokuCell> getAllNeighbour()
      -
      Return neighbours.
      -
      -
      Returns:
      -
      The EnumMap of neighbours.
      -
      -
      -
      -
    • -
    • -
      -

      getSameColorNeighbour

      -
      -
      public Map<Cardinal,Integer> getSameColorNeighbour()
      -
      Return the number of same colored neighbours in all direction.
      -
      -
      Returns:
      -
      The Map of neighbours.
      -
      -
      -
      -
    • -
    • -
      -

      getState

      -
      -
      public Color getState()
      -
      Return the state.
      -
      -
      Returns:
      -
      The state of the current cell with one Color.
      -
      -
      -
      -
    • -
    • -
      -

      setState

      -
      -
      public void setState(Color c)
      -
      Change state of the current cell.
      -
      -
      Parameters:
      -
      c - The color of the token played.
      -
      Throws:
      -
      IllegalStateException - If the cell is not playable.
      -
      -
      -
      -
    • -
    • -
      -

      isEmpty

      -
      -
      public boolean isEmpty()
      -
      This method returns if the current cell is empty
      -
      -
      Returns:
      -
      True if is empty, False if is not.
      -
      -
      -
      -
    • -
    • -
      -

      isPlayed

      -
      -
      public boolean isPlayed()
      -
      This method returns if the cell has already played.
      -
      -
      Returns:
      -
      True if the cell is already played, False if is not.
      -
      -
      -
      -
    • -
    • -
      -

      isPlayable

      -
      -
      public boolean isPlayable()
      -
      Return if the cell is playable.
      -
      -
      Returns:
      -
      True if the current cell can be played with the condition of the gomoku.
      -
      -
      -
      -
    • -
    • -
      -

      linkCell

      -
      -
      public void linkCell(Cardinal car, - GomokuCell cell)
      -
      This method link the cell at the Cardinal position on the current cell.
      -
      -
      Parameters:
      -
      car - The Cardinal direction of the cell to link.
      -
      cell - The GomokuCell to link.
      -
      -
      -
      -
    • -
    • -
      -

      link

      -
      -
      public static void link(GomokuCell c1, - GomokuCell c2, - Cardinal c1Toc2)
      -
      -
      -
    • -
    • -
      -

      toString

      -
      -
      public String toString()
      -
      -
      Overrides:
      -
      toString in class Object
      -
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/GomokuGame.html b/doc/GomokuGame.html deleted file mode 100644 index d9e5830..0000000 --- a/doc/GomokuGame.html +++ /dev/null @@ -1,365 +0,0 @@ - - - - -GomokuGame - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class GomokuGame

-
-
java.lang.Object -
GomokuGame
-
-
-
-
-
public class GomokuGame -extends Object
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      DEFAULT_BOARD_WIDTH

      -
      -
      public static final int DEFAULT_BOARD_WIDTH
      -
      -
      See Also:
      -
      - -
      -
      -
      -
      -
    • -
    • -
      -

      DEFAULT_BOARD_HEIGHT

      -
      -
      public static final int DEFAULT_BOARD_HEIGHT
      -
      -
      See Also:
      -
      - -
      -
      -
      -
      -
    • -
    • -
      -

      DEFAULT_TOKENS_COUNT

      -
      -
      public static final int DEFAULT_TOKENS_COUNT
      -
      -
      See Also:
      -
      - -
      -
      -
      -
      -
    • -
    • -
      -

      player1

      -
      -
      private Player player1
      -
      -
      -
    • -
    • -
      -

      player2

      -
      -
      private Player player2
      -
      -
      -
    • -
    • -
      -

      boardWidth

      -
      -
      private int boardWidth
      -
      -
      -
    • -
    • -
      -

      boardHeight

      -
      -
      private int boardHeight
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      GomokuGame

      -
      -
      public GomokuGame()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      main

      -
      -
      public static void main(String[] args)
      -
      -
      -
    • -
    • -
      -

      newGame

      -
      -
      public void newGame()
      -
      -
      -
    • -
    • -
      -

      startGame

      -
      -
      public void startGame()
      -
      -
      -
    • -
    • -
      -

      save

      -
      -
      public void save(Path filename)
      -
      -
      -
    • -
    • -
      -

      load

      -
      -
      public void load(Path filename)
      -
      -
      -
    • -
    • -
      -

      getBoard

      -
      -
      public GomokuBoard getBoard()
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/GomokuRenderer.html b/doc/GomokuRenderer.html deleted file mode 100644 index 633b023..0000000 --- a/doc/GomokuRenderer.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - -GomokuRenderer - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class GomokuRenderer

-
-
java.lang.Object -
GomokuRenderer
-
-
-
-
Direct Known Subclasses:
-
ConsoleRenderer, SwingRenderer
-
-
-
-
public abstract class GomokuRenderer -extends Object
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    - -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      GomokuRenderer

      -
      -
      public GomokuRenderer()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      init

      -
      -
      public abstract void init(GomokuGame game)
      -
      -
      -
    • -
    • -
      -

      update

      -
      -
      public abstract void update()
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/Human.html b/doc/Human.html deleted file mode 100644 index 61077eb..0000000 --- a/doc/Human.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - -Human - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class Human

-
- -
-
-
-
public class Human -extends Player
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Human

      -
      -
      public Human()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      chooseMove

      -
      -
      public GomokuCell chooseMove(GomokuBoard board)
      -
      Return the coordinate of the move played by the player.
      -
      -
      Specified by:
      -
      chooseMove in class Player
      -
      Parameters:
      -
      board - The actual Gomoku board.
      -
      Returns:
      -
      The cell of the move played.
      -
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/Player.html b/doc/Player.html deleted file mode 100644 index 6436ab4..0000000 --- a/doc/Player.html +++ /dev/null @@ -1,300 +0,0 @@ - - - - -Player - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class Player

-
- -
-
-
Direct Known Subclasses:
-
GomokuAI, Human
-
-
-
-
abstract class Player -extends Object
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      name

      -
      -
      private String name
      -
      The name of the Player
      -
      -
      -
    • -
    • -
      -

      color

      -
      -
      protected Color color
      -
      The color of the Player
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      Player

      -
      -
      Player()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      Player

      -
      -
      public void Player(String name, - Color color)
      -
      The constructor of the Player.
      -
      -
      Parameters:
      -
      name - The name of the player.
      -
      color - The color of the player.
      -
      -
      -
      -
    • -
    • -
      -

      getName

      -
      -
      public String getName()
      -
      Return the name of the player.
      -
      -
      Returns:
      -
      The name of the player.
      -
      -
      -
      -
    • -
    • -
      -

      getColor

      -
      -
      public Color getColor()
      -
      Return the color of the player.
      -
      -
      Returns:
      -
      The color of the player.
      -
      -
      -
      -
    • -
    • -
      -

      chooseMove

      -
      -
      public abstract GomokuCell chooseMove(GomokuBoard board)
      -
      Return the coordinate of the move played by the player.
      -
      -
      Parameters:
      -
      board - The actual Gomoku board.
      -
      Returns:
      -
      The cell of the move played.
      -
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/RenderBoard.html b/doc/RenderBoard.html deleted file mode 100644 index 72fbf0e..0000000 --- a/doc/RenderBoard.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - -RenderBoard - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class RenderBoard

-
-
java.lang.Object -
RenderBoard
-
-
-
-
-
class RenderBoard -extends Object
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      width

      -
      -
      private int width
      -
      -
      -
    • -
    • -
      -

      height

      -
      -
      private int height
      -
      -
      -
    • -
    • -
      -

      boardState

      -
      -
      private int[][] boardState
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      RenderBoard

      -
      -
      public RenderBoard(int width, - int height)
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      update

      -
      -
      public void update(GomokuGame game)
      -
      -
      -
    • -
    • -
      -

      drawBoard

      -
      -
      public void drawBoard(Graphics g, - int x, - int y, - int w, - int h)
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
- - diff --git a/doc/RenderCanvas.html b/doc/RenderCanvas.html deleted file mode 100644 index 825caf4..0000000 --- a/doc/RenderCanvas.html +++ /dev/null @@ -1,293 +0,0 @@ - - - - -RenderCanvas - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class RenderCanvas

-
- -
-
-
All Implemented Interfaces:
-
ImageObserver, MenuContainer, Serializable, Accessible
-
-
-
-
class RenderCanvas -extends JPanel
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    - -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      RenderCanvas

      -
      -
      public RenderCanvas()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
- - diff --git a/doc/SwingRenderer.html b/doc/SwingRenderer.html deleted file mode 100644 index a62c5ec..0000000 --- a/doc/SwingRenderer.html +++ /dev/null @@ -1,267 +0,0 @@ - - - - -SwingRenderer - - - - - - - - - - - - - - -
- -
-
- -
- -
-

Class SwingRenderer

-
-
java.lang.Object -
GomokuRenderer -
SwingRenderer
-
-
-
-
-
-
public class SwingRenderer -extends GomokuRenderer
-
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      mainFrame

      -
      -
      private JFrame mainFrame
      -
      -
      -
    • -
    • -
      -

      game

      -
      -
      private GomokuGame game
      -
      -
      -
    • -
    • -
      -

      canvas

      -
      -
      private RenderCanvas canvas
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      SwingRenderer

      -
      -
      public SwingRenderer()
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
- - diff --git a/doc/allclasses-index.html b/doc/allclasses-index.html deleted file mode 100644 index ab569e1..0000000 --- a/doc/allclasses-index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - -All Classes and Interfaces - - - - - - - - - - - - - - -
- -
-
-
-
-

All Classes and Interfaces

-
-
-
-
-
-
Class
-
Description
- -
 
- -
 
- -
 
- -
 
- -
 
- -
 
- -
-
This class is cell of the board of the Gomoku game.
-
- -
 
- -
 
- -
 
- -
 
- -
 
- -
 
- -
 
-
-
-
-
-
- - diff --git a/doc/allpackages-index.html b/doc/allpackages-index.html deleted file mode 100644 index e66d3cc..0000000 --- a/doc/allpackages-index.html +++ /dev/null @@ -1,66 +0,0 @@ - - - - -All Packages - - - - - - - - - - - - - - -
- -
-
-
-
-

All Packages

-
-
Package Summary
-
-
Package
-
Description
- -
 
-
-
-
- - diff --git a/doc/constant-values.html b/doc/constant-values.html deleted file mode 100644 index b2e304b..0000000 --- a/doc/constant-values.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - -Constant Field Values - - - - - - - - - - - - - - -
- -
-
- -
-
-

Constant Field Values

-
-
-

Unnamed Package

- -
-
-
- - diff --git a/doc/element-list b/doc/element-list deleted file mode 100644 index 147af06..0000000 --- a/doc/element-list +++ /dev/null @@ -1 +0,0 @@ -unnamed package diff --git a/doc/help-doc.html b/doc/help-doc.html deleted file mode 100644 index e9e5101..0000000 --- a/doc/help-doc.html +++ /dev/null @@ -1,183 +0,0 @@ - - - - -API Help - - - - - - - - - - - - - - -
- -
-
- -
-

JavaDoc Help

-
-
-

Navigation

-Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces - -
-
-
-

Kinds of Pages

-The following sections describe the different kinds of pages in this collection. -
-

Package

-

Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:

-
    -
  • Interfaces
  • -
  • Classes
  • -
  • Enum Classes
  • -
  • Exception Classes
  • -
  • Annotation Interfaces
  • -
-
-
-

Class or Interface

-

Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.

-
    -
  • Class Inheritance Diagram
  • -
  • Direct Subclasses
  • -
  • All Known Subinterfaces
  • -
  • All Known Implementing Classes
  • -
  • Class or Interface Declaration
  • -
  • Class or Interface Description
  • -
-
-
    -
  • Nested Class Summary
  • -
  • Enum Constant Summary
  • -
  • Field Summary
  • -
  • Property Summary
  • -
  • Constructor Summary
  • -
  • Method Summary
  • -
  • Required Element Summary
  • -
  • Optional Element Summary
  • -
-
-
    -
  • Enum Constant Details
  • -
  • Field Details
  • -
  • Property Details
  • -
  • Constructor Details
  • -
  • Method Details
  • -
  • Element Details
  • -
-

Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.

-

The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

-
-
-

Other Files

-

Packages and modules may contain pages with additional information related to the declarations nearby.

-
-
-

Tree (Class Hierarchy)

-

There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.

-
    -
  • When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
  • -
  • When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
  • -
-
-
-

Constant Field Values

-

The Constant Field Values page lists the static final fields and their values.

-
-
-

Serialized Form

-

Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to those who implement rather than use the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See Also" section of the class description.

-
-
-

All Packages

-

The All Packages page contains an alphabetic index of all packages contained in the documentation.

-
-
-

All Classes and Interfaces

-

The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.

-
-
-

Index

-

The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.

-
-
-
-This help file applies to API documentation generated by the standard doclet.
-
- - diff --git a/doc/index-all.html b/doc/index-all.html deleted file mode 100644 index 94f278a..0000000 --- a/doc/index-all.html +++ /dev/null @@ -1,431 +0,0 @@ - - - - -Index - - - - - - - - - - - - - - -
- -
-
-
-
-

Index

-
-B C D E F G H I L M N P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values -

B

-
-
BLACK - Enum constant in enum class Color
-
 
-
board - Variable in class RenderCanvas
-
 
-
boardHeight - Variable in class GomokuBoard
-
-
The height of the GomokuBoard.
-
-
boardHeight - Variable in class GomokuGame
-
 
-
boardState - Variable in class RenderBoard
-
 
-
boardWidth - Variable in class GomokuBoard
-
-
The width of the GomokuBoard.
-
-
boardWidth - Variable in class GomokuGame
-
 
-
-

C

-
-
canvas - Variable in class SwingRenderer
-
 
-
Cardinal - Enum Class in Unnamed Package
-
 
-
Cardinal() - Constructor for enum class Cardinal
-
 
-
chooseMove(GomokuBoard) - Method in class GomokuAI
-
-
Return the coordinate of the move played by the Gomoku AI.
-
-
chooseMove(GomokuBoard) - Method in class Human
-
-
Return the coordinate of the move played by the player.
-
-
chooseMove(GomokuBoard) - Method in class Player
-
-
Return the coordinate of the move played by the player.
-
-
color - Variable in class Player
-
-
The color of the Player
-
-
Color - Enum Class in Unnamed Package
-
 
-
Color() - Constructor for enum class Color
-
 
-
ConsoleRenderer - Class in Unnamed Package
-
 
-
ConsoleRenderer() - Constructor for class ConsoleRenderer
-
 
-
Coordinate - Class in Unnamed Package
-
 
-
Coordinate(int, int) - Constructor for class Coordinate
-
 
-
countAlignedCells(GomokuCell) - Method in class GomokuBoard
-
-
This method return a Map of number aligned cells.
-
-
countMax(Map<Cardinal, Integer>) - Method in class GomokuBoard
-
-
This method return the number max of the aligned Cells.
-
-
-

D

-
-
DEFAULT_BOARD_HEIGHT - Static variable in class GomokuGame
-
 
-
DEFAULT_BOARD_WIDTH - Static variable in class GomokuGame
-
 
-
DEFAULT_TOKENS_COUNT - Static variable in class GomokuGame
-
 
-
difficulty - Variable in class GomokuAI
-
-
The difficulty of the GomokuAI
-
-
draw(GomokuGame) - Method in class RenderCanvas
-
 
-
drawBoard(Graphics, int, int, int, int) - Method in class RenderBoard
-
 
-
-

E

-
-
E - Enum constant in enum class Cardinal
-
 
-
-

F

-
-
firstCell - Variable in class GomokuBoard
-
-
The firstcell in the board, at the top left of the board.
-
-
-

G

-
-
game - Variable in class GomokuRenderer
-
 
-
game - Variable in class SwingRenderer
-
 
-
genCells(int, int, Color[][]) - Method in class GomokuBoard
-
-
This method gen all cells in the board and link each other.
-
-
get(int, int) - Method in class GomokuBoard
-
-
This method get a cell in specific position in the board.
-
-
getAllNeighbour() - Method in class GomokuCell
-
-
Return neighbours.
-
-
getAllsCells() - Method in class GomokuBoard
-
-
This method return all cells in the board in the order.
-
-
getBoard() - Method in class GomokuGame
-
 
-
GetCellPoint(GomokuBoard) - Method in class GomokuAI
-
-
Return a Map of all Cell playable, and their point.
-
-
getColor() - Method in class Player
-
-
Return the color of the player.
-
-
getName() - Method in class Player
-
-
Return the name of the player.
-
-
getNeighbour(Cardinal) - Method in class GomokuCell
-
-
Return one neighbour.
-
-
getPlayableCells() - Method in class GomokuBoard
-
-
This method return a list of playable cell.
-
-
getPreferredSize() - Method in class RenderCanvas
-
 
-
getSameColorNeighbour() - Method in class GomokuCell
-
-
Return the number of same colored neighbours in all direction.
-
-
getState() - Method in class GomokuCell
-
-
Return the state.
-
-
GomokuAI - Class in Unnamed Package
-
 
-
GomokuAI() - Constructor for class GomokuAI
-
 
-
GomokuBoard - Class in Unnamed Package
-
 
-
GomokuBoard(int, int) - Constructor for class GomokuBoard
-
-
This constructor take the width and the height to creat a board of gomoku.
-
-
GomokuBoard(int, int, Color[][]) - Constructor for class GomokuBoard
-
-
This constructor take the width and the height to creat a board of gomoku.
-
-
GomokuCell - Class in Unnamed Package
-
-
This class is cell of the board of the Gomoku game.
-
-
GomokuCell(Color) - Constructor for class GomokuCell
-
-
The constructor of the cell.
-
-
GomokuGame - Class in Unnamed Package
-
 
-
GomokuGame() - Constructor for class GomokuGame
-
 
-
GomokuRenderer - Class in Unnamed Package
-
 
-
GomokuRenderer() - Constructor for class GomokuRenderer
-
 
-
-

H

-
-
height - Variable in class RenderBoard
-
 
-
Human - Class in Unnamed Package
-
 
-
Human() - Constructor for class Human
-
 
-
-

I

-
-
init(GomokuGame) - Method in class ConsoleRenderer
-
 
-
init(GomokuGame) - Method in class GomokuRenderer
-
 
-
init(GomokuGame) - Method in class SwingRenderer
-
 
-
isEmpty() - Method in class GomokuCell
-
-
This method returns if the current cell is empty
-
-
isPlayable() - Method in class GomokuCell
-
-
Return if the cell is playable.
-
-
isPlayed() - Method in class GomokuCell
-
-
This method returns if the cell has already played.
-
-
-

L

-
-
link(GomokuCell, GomokuCell, Cardinal) - Static method in class GomokuCell
-
 
-
linkCell(Cardinal, GomokuCell) - Method in class GomokuCell
-
-
This method link the cell at the Cardinal position on the current cell.
-
-
load(Path) - Method in class GomokuGame
-
 
-
-

M

-
-
main(String[]) - Static method in class GomokuBoard
-
 
-
main(String[]) - Static method in class GomokuGame
-
 
-
main(String[]) - Static method in class SwingRenderer
-
 
-
mainFrame - Variable in class SwingRenderer
-
 
-
-

N

-
-
N - Enum constant in enum class Cardinal
-
 
-
name - Variable in class Player
-
-
The name of the Player
-
-
NE - Enum constant in enum class Cardinal
-
 
-
neighbour - Variable in class GomokuCell
-
-
Enumerate neighbor with key in Cardinal direction and key representing the cell in that direction.
-
-
newGame() - Method in class GomokuGame
-
 
-
NIL - Enum constant in enum class Color
-
 
-
NW - Enum constant in enum class Cardinal
-
 
-
-

P

-
-
paintComponent(Graphics) - Method in class RenderCanvas
-
 
-
Player - Class in Unnamed Package
-
 
-
Player() - Constructor for class Player
-
 
-
Player(String, Color) - Method in class Player
-
-
The constructor of the Player.
-
-
player1 - Variable in class GomokuGame
-
 
-
player2 - Variable in class GomokuGame
-
 
-
-

R

-
-
random - Variable in class GomokuAI
-
-
The random initialization
-
-
RenderBoard - Class in Unnamed Package
-
 
-
RenderBoard(int, int) - Constructor for class RenderBoard
-
 
-
RenderCanvas - Class in Unnamed Package
-
 
-
RenderCanvas() - Constructor for class RenderCanvas
-
 
-
-

S

-
-
S - Enum constant in enum class Cardinal
-
 
-
save(Path) - Method in class GomokuGame
-
 
-
SE - Enum constant in enum class Cardinal
-
 
-
setState(Color) - Method in class GomokuCell
-
-
Change state of the current cell.
-
-
startGame() - Method in class GomokuGame
-
 
-
state - Variable in class GomokuCell
-
-
The state of the cell represented by the enumerate Color, Nil is empty, white and black for the color of a token
-
-
SW - Enum constant in enum class Cardinal
-
 
-
SwingRenderer - Class in Unnamed Package
-
 
-
SwingRenderer() - Constructor for class SwingRenderer
-
 
-
-

T

-
-
toString() - Method in class GomokuBoard
-
-
This method print the board cell by cell with change line when - the line is finished.
-
-
toString() - Method in class GomokuCell
-
 
-
-

U

-
-
update() - Method in class ConsoleRenderer
-
 
-
update() - Method in class GomokuRenderer
-
 
-
update() - Method in class SwingRenderer
-
 
-
update(GomokuGame) - Method in class RenderBoard
-
 
-
-

V

-
-
valueOf(String) - Static method in enum class Cardinal
-
-
Returns the enum constant of this class with the specified name.
-
-
valueOf(String) - Static method in enum class Color
-
-
Returns the enum constant of this class with the specified name.
-
-
values() - Static method in enum class Cardinal
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
values() - Static method in enum class Color
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
-

W

-
-
W - Enum constant in enum class Cardinal
-
 
-
WHITE - Enum constant in enum class Color
-
 
-
width - Variable in class RenderBoard
-
 
-
-

X

-
-
x - Variable in class Coordinate
-
 
-
-

Y

-
-
y - Variable in class Coordinate
-
 
-
-B C D E F G H I L M N P R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values
-
- - diff --git a/doc/index.html b/doc/index.html deleted file mode 100644 index 330dcf1..0000000 --- a/doc/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - -Generated Documentation (Untitled) - - - - - - - - - - - -
- -

package-summary.html

-
- - diff --git a/doc/legal/ADDITIONAL_LICENSE_INFO b/doc/legal/ADDITIONAL_LICENSE_INFO deleted file mode 100644 index ff700cd..0000000 --- a/doc/legal/ADDITIONAL_LICENSE_INFO +++ /dev/null @@ -1,37 +0,0 @@ - ADDITIONAL INFORMATION ABOUT LICENSING - -Certain files distributed by Oracle America, Inc. and/or its affiliates are -subject to the following clarification and special exception to the GPLv2, -based on the GNU Project exception for its Classpath libraries, known as the -GNU Classpath Exception. - -Note that Oracle includes multiple, independent programs in this software -package. Some of those programs are provided under licenses deemed -incompatible with the GPLv2 by the Free Software Foundation and others. -For example, the package includes programs licensed under the Apache -License, Version 2.0 and may include FreeType. Such programs are licensed -to you under their original licenses. - -Oracle facilitates your further distribution of this package by adding the -Classpath Exception to the necessary parts of its GPLv2 code, which permits -you to use that code in combination with other independent modules not -licensed under the GPLv2. However, note that this would not permit you to -commingle code under an incompatible license with Oracle's GPLv2 licensed -code by, for example, cutting and pasting such code into a file also -containing Oracle's GPLv2 licensed code and then distributing the result. - -Additionally, if you were to remove the Classpath Exception from any of the -files to which it applies and distribute the result, you would likely be -required to license some or all of the other code in that distribution under -the GPLv2 as well, and since the GPLv2 is incompatible with the license terms -of some items included in the distribution by Oracle, removing the Classpath -Exception could therefore effectively compromise your ability to further -distribute the package. - -Failing to distribute notices associated with some files may also create -unexpected legal consequences. - -Proceed with caution and we recommend that you obtain the advice of a lawyer -skilled in open source matters before removing the Classpath Exception or -making modifications to this package which may subsequently be redistributed -and/or involve the use of third party software. diff --git a/doc/legal/ASSEMBLY_EXCEPTION b/doc/legal/ASSEMBLY_EXCEPTION deleted file mode 100644 index 4296666..0000000 --- a/doc/legal/ASSEMBLY_EXCEPTION +++ /dev/null @@ -1,27 +0,0 @@ - -OPENJDK ASSEMBLY EXCEPTION - -The OpenJDK source code made available by Oracle America, Inc. (Oracle) at -openjdk.org ("OpenJDK Code") is distributed under the terms of the GNU -General Public License version 2 -only ("GPL2"), with the following clarification and special exception. - - Linking this OpenJDK Code statically or dynamically with other code - is making a combined work based on this library. Thus, the terms - and conditions of GPL2 cover the whole combination. - - As a special exception, Oracle gives you permission to link this - OpenJDK Code with certain code licensed by Oracle as indicated at - https://openjdk.org/legal/exception-modules-2007-05-08.html - ("Designated Exception Modules") to produce an executable, - regardless of the license terms of the Designated Exception Modules, - and to copy and distribute the resulting executable under GPL2, - provided that the Designated Exception Modules continue to be - governed by the licenses under which they were offered by Oracle. - -As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code -to build an executable that includes those portions of necessary code that -Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 -with the Classpath exception). If you modify or add to the OpenJDK code, -that new GPL2 code may still be combined with Designated Exception Modules -if the new code is made subject to this exception by its copyright holder. diff --git a/doc/legal/LICENSE b/doc/legal/LICENSE deleted file mode 100644 index 8b400c7..0000000 --- a/doc/legal/LICENSE +++ /dev/null @@ -1,347 +0,0 @@ -The GNU General Public License (GPL) - -Version 2, June 1991 - -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - -Preamble - -The licenses for most software are designed to take away your freedom to share -and change it. By contrast, the GNU General Public License is intended to -guarantee your freedom to share and change free software--to make sure the -software is free for all its users. This General Public License applies to -most of the Free Software Foundation's software and to any other program whose -authors commit to using it. (Some other Free Software Foundation software is -covered by the GNU Library General Public License instead.) You can apply it to -your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom to -distribute copies of free software (and charge for this service if you wish), -that you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs; and that you know you -can do these things. - -To protect your rights, we need to make restrictions that forbid anyone to deny -you these rights or to ask you to surrender the rights. These restrictions -translate to certain responsibilities for you if you distribute copies of the -software, or if you modify it. - -For example, if you distribute copies of such a program, whether gratis or for -a fee, you must give the recipients all the rights that you have. You must -make sure that they, too, receive or can get the source code. And you must -show them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. - -Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If the -software is modified by someone else and passed on, we want its recipients to -know that what they have is not the original, so that any problems introduced -by others will not reflect on the original authors' reputations. - -Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must be licensed for -everyone's free use or not licensed at all. - -The precise terms and conditions for copying, distribution and modification -follow. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -0. This License applies to any program or other work which contains a notice -placed by the copyright holder saying it may be distributed under the terms of -this General Public License. The "Program", below, refers to any such program -or work, and a "work based on the Program" means either the Program or any -derivative work under copyright law: that is to say, a work containing the -Program or a portion of it, either verbatim or with modifications and/or -translated into another language. (Hereinafter, translation is included -without limitation in the term "modification".) Each licensee is addressed as -"you". - -Activities other than copying, distribution and modification are not covered by -this License; they are outside its scope. The act of running the Program is -not restricted, and the output from the Program is covered only if its contents -constitute a work based on the Program (independent of having been made by -running the Program). Whether that is true depends on what the Program does. - -1. You may copy and distribute verbatim copies of the Program's source code as -you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this License -and to the absence of any warranty; and give any other recipients of the -Program a copy of this License along with the Program. - -You may charge a fee for the physical act of transferring a copy, and you may -at your option offer warranty protection in exchange for a fee. - -2. You may modify your copy or copies of the Program or any portion of it, thus -forming a work based on the Program, and copy and distribute such modifications -or work under the terms of Section 1 above, provided that you also meet all of -these conditions: - - a) You must cause the modified files to carry prominent notices stating - that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in whole or - in part contains or is derived from the Program or any part thereof, to be - licensed as a whole at no charge to all third parties under the terms of - this License. - - c) If the modified program normally reads commands interactively when run, - you must cause it, when started running for such interactive use in the - most ordinary way, to print or display an announcement including an - appropriate copyright notice and a notice that there is no warranty (or - else, saying that you provide a warranty) and that users may redistribute - the program under these conditions, and telling the user how to view a copy - of this License. (Exception: if the Program itself is interactive but does - not normally print such an announcement, your work based on the Program is - not required to print an announcement.) - -These requirements apply to the modified work as a whole. If identifiable -sections of that work are not derived from the Program, and can be reasonably -considered independent and separate works in themselves, then this License, and -its terms, do not apply to those sections when you distribute them as separate -works. But when you distribute the same sections as part of a whole which is a -work based on the Program, the distribution of the whole must be on the terms -of this License, whose permissions for other licensees extend to the entire -whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your -rights to work written entirely by you; rather, the intent is to exercise the -right to control the distribution of derivative or collective works based on -the Program. - -In addition, mere aggregation of another work not based on the Program with the -Program (or with a work based on the Program) on a volume of a storage or -distribution medium does not bring the other work under the scope of this -License. - -3. You may copy and distribute the Program (or a work based on it, under -Section 2) in object code or executable form under the terms of Sections 1 and -2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable source - code, which must be distributed under the terms of Sections 1 and 2 above - on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three years, to - give any third party, for a charge no more than your cost of physically - performing source distribution, a complete machine-readable copy of the - corresponding source code, to be distributed under the terms of Sections 1 - and 2 above on a medium customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer to - distribute corresponding source code. (This alternative is allowed only - for noncommercial distribution and only if you received the program in - object code or executable form with such an offer, in accord with - Subsection b above.) - -The source code for a work means the preferred form of the work for making -modifications to it. For an executable work, complete source code means all -the source code for all modules it contains, plus any associated interface -definition files, plus the scripts used to control compilation and installation -of the executable. However, as a special exception, the source code -distributed need not include anything that is normally distributed (in either -source or binary form) with the major components (compiler, kernel, and so on) -of the operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the source -code from the same place counts as distribution of the source code, even though -third parties are not compelled to copy the source along with the object code. - -4. You may not copy, modify, sublicense, or distribute the Program except as -expressly provided under this License. Any attempt otherwise to copy, modify, -sublicense or distribute the Program is void, and will automatically terminate -your rights under this License. However, parties who have received copies, or -rights, from you under this License will not have their licenses terminated so -long as such parties remain in full compliance. - -5. You are not required to accept this License, since you have not signed it. -However, nothing else grants you permission to modify or distribute the Program -or its derivative works. These actions are prohibited by law if you do not -accept this License. Therefore, by modifying or distributing the Program (or -any work based on the Program), you indicate your acceptance of this License to -do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - -6. Each time you redistribute the Program (or any work based on the Program), -the recipient automatically receives a license from the original licensor to -copy, distribute or modify the Program subject to these terms and conditions. -You may not impose any further restrictions on the recipients' exercise of the -rights granted herein. You are not responsible for enforcing compliance by -third parties to this License. - -7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), conditions -are imposed on you (whether by court order, agreement or otherwise) that -contradict the conditions of this License, they do not excuse you from the -conditions of this License. If you cannot distribute so as to satisfy -simultaneously your obligations under this License and any other pertinent -obligations, then as a consequence you may not distribute the Program at all. -For example, if a patent license would not permit royalty-free redistribution -of the Program by all those who receive copies directly or indirectly through -you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply and -the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -section has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - -This section is intended to make thoroughly clear what is believed to be a -consequence of the rest of this License. - -8. If the distribution and/or use of the Program is restricted in certain -countries either by patents or by copyrighted interfaces, the original -copyright holder who places the Program under this License may add an explicit -geographical distribution limitation excluding those countries, so that -distribution is permitted only in or among countries not thus excluded. In -such case, this License incorporates the limitation as if written in the body -of this License. - -9. The Free Software Foundation may publish revised and/or new versions of the -General Public License from time to time. Such new versions will be similar in -spirit to the present version, but may differ in detail to address new problems -or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any later -version", you have the option of following the terms and conditions either of -that version or of any later version published by the Free Software Foundation. -If the Program does not specify a version number of this License, you may -choose any version ever published by the Free Software Foundation. - -10. If you wish to incorporate parts of the Program into other free programs -whose distribution conditions are different, write to the author to ask for -permission. For software which is copyrighted by the Free Software Foundation, -write to the Free Software Foundation; we sometimes make exceptions for this. -Our decision will be guided by the two goals of preserving the free status of -all derivatives of our free software and of promoting the sharing and reuse of -software generally. - -NO WARRANTY - -11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR -THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE -STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE -PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, -YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE -PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR -INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA -BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER -OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -END OF TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible -use to the public, the best way to achieve this is to make it free software -which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach -them to the start of each source file to most effectively convey the exclusion -of warranty; and each file should have at least the "copyright" line and a -pointer to where the full notice is found. - - One line to give the program's name and a brief idea of what it does. - - Copyright (C) - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the Free - Software Foundation; either version 2 of the License, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this when it -starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author Gnomovision comes - with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free - software, and you are welcome to redistribute it under certain conditions; - type 'show c' for details. - -The hypothetical commands 'show w' and 'show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may be -called something other than 'show w' and 'show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your school, -if any, to sign a "copyright disclaimer" for the program, if necessary. Here -is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - 'Gnomovision' (which makes passes at compilers) written by James Hacker. - - signature of Ty Coon, 1 April 1989 - - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General Public -License instead of this License. - - -"CLASSPATH" EXCEPTION TO THE GPL - -Certain source files distributed by Oracle America and/or its affiliates are -subject to the following clarification and special exception to the GPL, but -only where Oracle has expressly included in the particular source file's header -the words "Oracle designates this particular file as subject to the "Classpath" -exception as provided by Oracle in the LICENSE file that accompanied this code." - - Linking this library statically or dynamically with other modules is making - a combined work based on this library. Thus, the terms and conditions of - the GNU General Public License cover the whole combination. - - As a special exception, the copyright holders of this library give you - permission to link this library with independent modules to produce an - executable, regardless of the license terms of these independent modules, - and to copy and distribute the resulting executable under terms of your - choice, provided that you also meet, for each linked independent module, - the terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. If - you modify this library, you may extend this exception to your version of - the library, but you are not obligated to do so. If you do not wish to do - so, delete this exception statement from your version. diff --git a/doc/legal/dejavufonts.md b/doc/legal/dejavufonts.md deleted file mode 100644 index 8c9e3cf..0000000 --- a/doc/legal/dejavufonts.md +++ /dev/null @@ -1,191 +0,0 @@ -## DejaVu fonts v2.37 - -### DejaVu License -
-Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
-Glyphs imported from Arev fonts are (c) Tavmjong Bah (see below)
-
-
-Bitstream Vera Fonts Copyright
-------------------------------
-
-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is
-a trademark of Bitstream, Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of the fonts accompanying this license ("Fonts") and associated
-documentation files (the "Font Software"), to reproduce and distribute the
-Font Software, including without limitation the rights to use, copy, merge,
-publish, distribute, and/or sell copies of the Font Software, and to permit
-persons to whom the Font Software is furnished to do so, subject to the
-following conditions:
-
-The above copyright and trademark notices and this permission notice shall
-be included in all copies of one or more of the Font Software typefaces.
-
-The Font Software may be modified, altered, or added to, and in particular
-the designs of glyphs or characters in the Fonts may be modified and
-additional glyphs or characters may be added to the Fonts, only if the fonts
-are renamed to names not containing either the words "Bitstream" or the word
-"Vera".
-
-This License becomes null and void to the extent applicable to Fonts or Font
-Software that has been modified and is distributed under the "Bitstream
-Vera" names.
-
-The Font Software may be sold as part of a larger software package but no
-copy of one or more of the Font Software typefaces may be sold by itself.
-
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
-FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING
-ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
-THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE
-FONT SOFTWARE.
-
-Except as contained in this notice, the names of Gnome, the Gnome
-Foundation, and Bitstream Inc., shall not be used in advertising or
-otherwise to promote the sale, use or other dealings in this Font Software
-without prior written authorization from the Gnome Foundation or Bitstream
-Inc., respectively. For further information, contact: fonts at gnome dot
-org.
-
-Arev Fonts Copyright
-------------------------------
-
-Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of the fonts accompanying this license ("Fonts") and
-associated documentation files (the "Font Software"), to reproduce
-and distribute the modifications to the Bitstream Vera Font Software,
-including without limitation the rights to use, copy, merge, publish,
-distribute, and/or sell copies of the Font Software, and to permit
-persons to whom the Font Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright and trademark notices and this permission notice
-shall be included in all copies of one or more of the Font Software
-typefaces.
-
-The Font Software may be modified, altered, or added to, and in
-particular the designs of glyphs or characters in the Fonts may be
-modified and additional glyphs or characters may be added to the
-Fonts, only if the fonts are renamed to names not containing either
-the words "Tavmjong Bah" or the word "Arev".
-
-This License becomes null and void to the extent applicable to Fonts
-or Font Software that has been modified and is distributed under the
-"Tavmjong Bah Arev" names.
-
-The Font Software may be sold as part of a larger software package but
-no copy of one or more of the Font Software typefaces may be sold by
-itself.
-
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
-OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
-TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
-DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
-OTHER DEALINGS IN THE FONT SOFTWARE.
-
-Except as contained in this notice, the name of Tavmjong Bah shall not
-be used in advertising or otherwise to promote the sale, use or other
-dealings in this Font Software without prior written authorization
-from Tavmjong Bah. For further information, contact: tavmjong @ free
-. fr.
-
-TeX Gyre DJV Math
------------------
-Fonts are (c) Bitstream (see below). DejaVu changes are in public domain.
-
-Math extensions done by B. Jackowski, P. Strzelczyk and P. Pianowski
-(on behalf of TeX users groups) are in public domain.
-
-Letters imported from Euler Fraktur from AMSfonts are (c) American
-Mathematical Society (see below).
-Bitstream Vera Fonts Copyright
-Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera
-is a trademark of Bitstream, Inc.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of the fonts accompanying this license ("Fonts") and associated
-documentation
-files (the "Font Software"), to reproduce and distribute the Font Software,
-including without limitation the rights to use, copy, merge, publish,
-distribute,
-and/or sell copies of the Font Software, and to permit persons  to whom
-the Font Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright and trademark notices and this permission notice
-shall be
-included in all copies of one or more of the Font Software typefaces.
-
-The Font Software may be modified, altered, or added to, and in particular
-the designs of glyphs or characters in the Fonts may be modified and
-additional
-glyphs or characters may be added to the Fonts, only if the fonts are
-renamed
-to names not containing either the words "Bitstream" or the word "Vera".
-
-This License becomes null and void to the extent applicable to Fonts or
-Font Software
-that has been modified and is distributed under the "Bitstream Vera"
-names.
-
-The Font Software may be sold as part of a larger software package but
-no copy
-of one or more of the Font Software typefaces may be sold by itself.
-
-THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
-OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT,
-TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME
-FOUNDATION
-BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL,
-SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN
-ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR
-INABILITY TO USE
-THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
-Except as contained in this notice, the names of GNOME, the GNOME
-Foundation,
-and Bitstream Inc., shall not be used in advertising or otherwise to promote
-the sale, use or other dealings in this Font Software without prior written
-authorization from the GNOME Foundation or Bitstream Inc., respectively.
-For further information, contact: fonts at gnome dot org.
-
-AMSFonts (v. 2.2) copyright
-
-The PostScript Type 1 implementation of the AMSFonts produced by and
-previously distributed by Blue Sky Research and Y&Y, Inc. are now freely
-available for general use. This has been accomplished through the
-cooperation
-of a consortium of scientific publishers with Blue Sky Research and Y&Y.
-Members of this consortium include:
-
-Elsevier Science IBM Corporation Society for Industrial and Applied
-Mathematics (SIAM) Springer-Verlag American Mathematical Society (AMS)
-
-In order to assure the authenticity of these fonts, copyright will be
-held by
-the American Mathematical Society. This is not meant to restrict in any way
-the legitimate use of the fonts, such as (but not limited to) electronic
-distribution of documents containing these fonts, inclusion of these fonts
-into other public domain or commercial font collections or computer
-applications, use of the outline data to create derivative fonts and/or
-faces, etc. However, the AMS does require that the AMS copyright notice be
-removed from any derivative versions of the fonts which have been altered in
-any way. In addition, to ensure the fidelity of TeX documents using Computer
-Modern fonts, Professor Donald Knuth, creator of the Computer Modern faces,
-has requested that any alterations which yield different font metrics be
-given a different name.
-
-
diff --git a/doc/legal/jquery.md b/doc/legal/jquery.md deleted file mode 100644 index a763ec6..0000000 --- a/doc/legal/jquery.md +++ /dev/null @@ -1,26 +0,0 @@ -## jQuery v3.7.1 - -### jQuery License -``` -jQuery v 3.7.1 -Copyright OpenJS Foundation and other contributors, https://openjsf.org/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -``` diff --git a/doc/legal/jqueryUI.md b/doc/legal/jqueryUI.md deleted file mode 100644 index 8bda9d7..0000000 --- a/doc/legal/jqueryUI.md +++ /dev/null @@ -1,49 +0,0 @@ -## jQuery UI v1.13.2 - -### jQuery UI License -``` -Copyright jQuery Foundation and other contributors, https://jquery.org/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/jquery-ui - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code contained within the demos directory. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -``` diff --git a/doc/member-search-index.js b/doc/member-search-index.js deleted file mode 100644 index 40a0836..0000000 --- a/doc/member-search-index.js +++ /dev/null @@ -1 +0,0 @@ -memberSearchIndex = [{"p":"","c":"Color","l":"BLACK"},{"p":"","c":"RenderCanvas","l":"board"},{"p":"","c":"GomokuBoard","l":"boardHeight"},{"p":"","c":"GomokuGame","l":"boardHeight"},{"p":"","c":"RenderBoard","l":"boardState"},{"p":"","c":"GomokuBoard","l":"boardWidth"},{"p":"","c":"GomokuGame","l":"boardWidth"},{"p":"","c":"SwingRenderer","l":"canvas"},{"p":"","c":"Cardinal","l":"Cardinal()","u":"%3Cinit%3E()"},{"p":"","c":"GomokuAI","l":"chooseMove(GomokuBoard)"},{"p":"","c":"Human","l":"chooseMove(GomokuBoard)"},{"p":"","c":"Player","l":"chooseMove(GomokuBoard)"},{"p":"","c":"Player","l":"color"},{"p":"","c":"Color","l":"Color()","u":"%3Cinit%3E()"},{"p":"","c":"ConsoleRenderer","l":"ConsoleRenderer()","u":"%3Cinit%3E()"},{"p":"","c":"Coordinate","l":"Coordinate(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"","c":"GomokuBoard","l":"countAlignedCells(GomokuCell)"},{"p":"","c":"GomokuBoard","l":"countMax(Map)","u":"countMax(java.util.Map)"},{"p":"","c":"GomokuGame","l":"DEFAULT_BOARD_HEIGHT"},{"p":"","c":"GomokuGame","l":"DEFAULT_BOARD_WIDTH"},{"p":"","c":"GomokuGame","l":"DEFAULT_TOKENS_COUNT"},{"p":"","c":"GomokuAI","l":"difficulty"},{"p":"","c":"RenderCanvas","l":"draw(GomokuGame)"},{"p":"","c":"RenderBoard","l":"drawBoard(Graphics, int, int, int, int)","u":"drawBoard(java.awt.Graphics,int,int,int,int)"},{"p":"","c":"Cardinal","l":"E"},{"p":"","c":"GomokuBoard","l":"firstCell"},{"p":"","c":"GomokuRenderer","l":"game"},{"p":"","c":"SwingRenderer","l":"game"},{"p":"","c":"GomokuBoard","l":"genCells(int, int, Color[][])","u":"genCells(int,int,Color[][])"},{"p":"","c":"GomokuBoard","l":"get(int, int)","u":"get(int,int)"},{"p":"","c":"GomokuCell","l":"getAllNeighbour()"},{"p":"","c":"GomokuBoard","l":"getAllsCells()"},{"p":"","c":"GomokuGame","l":"getBoard()"},{"p":"","c":"GomokuAI","l":"GetCellPoint(GomokuBoard)"},{"p":"","c":"Player","l":"getColor()"},{"p":"","c":"Player","l":"getName()"},{"p":"","c":"GomokuCell","l":"getNeighbour(Cardinal)"},{"p":"","c":"GomokuBoard","l":"getPlayableCells()"},{"p":"","c":"RenderCanvas","l":"getPreferredSize()"},{"p":"","c":"GomokuCell","l":"getSameColorNeighbour()"},{"p":"","c":"GomokuCell","l":"getState()"},{"p":"","c":"GomokuAI","l":"GomokuAI()","u":"%3Cinit%3E()"},{"p":"","c":"GomokuBoard","l":"GomokuBoard(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"","c":"GomokuBoard","l":"GomokuBoard(int, int, Color[][])","u":"%3Cinit%3E(int,int,Color[][])"},{"p":"","c":"GomokuCell","l":"GomokuCell(Color)","u":"%3Cinit%3E(Color)"},{"p":"","c":"GomokuGame","l":"GomokuGame()","u":"%3Cinit%3E()"},{"p":"","c":"GomokuRenderer","l":"GomokuRenderer()","u":"%3Cinit%3E()"},{"p":"","c":"RenderBoard","l":"height"},{"p":"","c":"Human","l":"Human()","u":"%3Cinit%3E()"},{"p":"","c":"ConsoleRenderer","l":"init(GomokuGame)"},{"p":"","c":"GomokuRenderer","l":"init(GomokuGame)"},{"p":"","c":"SwingRenderer","l":"init(GomokuGame)"},{"p":"","c":"GomokuCell","l":"isEmpty()"},{"p":"","c":"GomokuCell","l":"isPlayable()"},{"p":"","c":"GomokuCell","l":"isPlayed()"},{"p":"","c":"GomokuCell","l":"link(GomokuCell, GomokuCell, Cardinal)","u":"link(GomokuCell,GomokuCell,Cardinal)"},{"p":"","c":"GomokuCell","l":"linkCell(Cardinal, GomokuCell)","u":"linkCell(Cardinal,GomokuCell)"},{"p":"","c":"GomokuGame","l":"load(Path)","u":"load(java.nio.file.Path)"},{"p":"","c":"GomokuBoard","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"","c":"GomokuGame","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"","c":"SwingRenderer","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"","c":"SwingRenderer","l":"mainFrame"},{"p":"","c":"Cardinal","l":"N"},{"p":"","c":"Player","l":"name"},{"p":"","c":"Cardinal","l":"NE"},{"p":"","c":"GomokuCell","l":"neighbour"},{"p":"","c":"GomokuGame","l":"newGame()"},{"p":"","c":"Color","l":"NIL"},{"p":"","c":"Cardinal","l":"NW"},{"p":"","c":"RenderCanvas","l":"paintComponent(Graphics)","u":"paintComponent(java.awt.Graphics)"},{"p":"","c":"Player","l":"Player()","u":"%3Cinit%3E()"},{"p":"","c":"Player","l":"Player(String, Color)","u":"Player(java.lang.String,Color)"},{"p":"","c":"GomokuGame","l":"player1"},{"p":"","c":"GomokuGame","l":"player2"},{"p":"","c":"GomokuAI","l":"random"},{"p":"","c":"RenderBoard","l":"RenderBoard(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"","c":"RenderCanvas","l":"RenderCanvas()","u":"%3Cinit%3E()"},{"p":"","c":"Cardinal","l":"S"},{"p":"","c":"GomokuGame","l":"save(Path)","u":"save(java.nio.file.Path)"},{"p":"","c":"Cardinal","l":"SE"},{"p":"","c":"GomokuCell","l":"setState(Color)"},{"p":"","c":"GomokuGame","l":"startGame()"},{"p":"","c":"GomokuCell","l":"state"},{"p":"","c":"Cardinal","l":"SW"},{"p":"","c":"SwingRenderer","l":"SwingRenderer()","u":"%3Cinit%3E()"},{"p":"","c":"GomokuBoard","l":"toString()"},{"p":"","c":"GomokuCell","l":"toString()"},{"p":"","c":"ConsoleRenderer","l":"update()"},{"p":"","c":"GomokuRenderer","l":"update()"},{"p":"","c":"SwingRenderer","l":"update()"},{"p":"","c":"RenderBoard","l":"update(GomokuGame)"},{"p":"","c":"Cardinal","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"","c":"Color","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"","c":"Cardinal","l":"values()"},{"p":"","c":"Color","l":"values()"},{"p":"","c":"Cardinal","l":"W"},{"p":"","c":"Color","l":"WHITE"},{"p":"","c":"RenderBoard","l":"width"},{"p":"","c":"Coordinate","l":"x"},{"p":"","c":"Coordinate","l":"y"}];updateSearchResults(); \ No newline at end of file diff --git a/doc/module-search-index.js b/doc/module-search-index.js deleted file mode 100644 index 0d59754..0000000 --- a/doc/module-search-index.js +++ /dev/null @@ -1 +0,0 @@ -moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/doc/overview-tree.html b/doc/overview-tree.html deleted file mode 100644 index 1a7c6c6..0000000 --- a/doc/overview-tree.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - -Class Hierarchy - - - - - - - - - - - - - - -
- -
-
-
-
-

Hierarchy For All Packages

-
-
-

Class Hierarchy

- -
-
-

Enum Class Hierarchy

- -
-
-
- - diff --git a/doc/package-search-index.js b/doc/package-search-index.js deleted file mode 100644 index 747229e..0000000 --- a/doc/package-search-index.js +++ /dev/null @@ -1 +0,0 @@ -packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"}];updateSearchResults(); \ No newline at end of file diff --git a/doc/package-summary.html b/doc/package-summary.html deleted file mode 100644 index acc0b8b..0000000 --- a/doc/package-summary.html +++ /dev/null @@ -1,115 +0,0 @@ - - - - -Unnamed Package - - - - - - - - - - - - - - -
- -
-
- -
-
-

Unnamed Package

-
-
-
- -
-
-
- - diff --git a/doc/package-tree.html b/doc/package-tree.html deleted file mode 100644 index 1bb6187..0000000 --- a/doc/package-tree.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - Class Hierarchy - - - - - - - - - - - - - - -
- -
-
-
-
-

Hierarchy For Unnamed Package

-
-
-

Class Hierarchy

- -
-
-

Enum Class Hierarchy

- -
-
-
- - diff --git a/doc/resource-files/copy.svg b/doc/resource-files/copy.svg deleted file mode 100644 index b07ac7e..0000000 --- a/doc/resource-files/copy.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - diff --git a/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff b/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff deleted file mode 100644 index 63a79c0..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff2 b/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff2 deleted file mode 100644 index 0665554..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSans-Bold.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff b/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff deleted file mode 100644 index dead290..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2 b/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2 deleted file mode 100644 index 89328f3..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSans-BoldOblique.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff b/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff deleted file mode 100644 index 6c62443..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff2 b/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff2 deleted file mode 100644 index 8a50fa1..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSans-Oblique.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSans.woff b/doc/resource-files/fonts/DejaVuLGCSans.woff deleted file mode 100644 index a0f1efa..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSans.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSans.woff2 b/doc/resource-files/fonts/DejaVuLGCSans.woff2 deleted file mode 100644 index fecdbd8..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSans.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff b/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff deleted file mode 100644 index 9f646ba..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2 b/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2 deleted file mode 100644 index 346de2d..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSansMono-Bold.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff b/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff deleted file mode 100644 index 7a6b3ac..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2 b/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2 deleted file mode 100644 index ede24ef..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSansMono-BoldOblique.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff b/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff deleted file mode 100644 index 892833b..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2 b/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2 deleted file mode 100644 index 9e90514..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSansMono-Oblique.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono.woff b/doc/resource-files/fonts/DejaVuLGCSansMono.woff deleted file mode 100644 index e94e844..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSansMono.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSansMono.woff2 b/doc/resource-files/fonts/DejaVuLGCSansMono.woff2 deleted file mode 100644 index 9460c05..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSansMono.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff b/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff deleted file mode 100644 index 0f38846..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff2 b/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff2 deleted file mode 100644 index d65a5e9..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSerif-Bold.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff b/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff deleted file mode 100644 index 63fd5e3..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2 b/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2 deleted file mode 100644 index e29307e..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSerif-BoldItalic.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff b/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff deleted file mode 100644 index 5df6d00..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff2 b/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff2 deleted file mode 100644 index 61ff146..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSerif-Italic.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSerif.woff b/doc/resource-files/fonts/DejaVuLGCSerif.woff deleted file mode 100644 index 280e378..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSerif.woff and /dev/null differ diff --git a/doc/resource-files/fonts/DejaVuLGCSerif.woff2 b/doc/resource-files/fonts/DejaVuLGCSerif.woff2 deleted file mode 100644 index bbd32cd..0000000 Binary files a/doc/resource-files/fonts/DejaVuLGCSerif.woff2 and /dev/null differ diff --git a/doc/resource-files/fonts/dejavu.css b/doc/resource-files/fonts/dejavu.css deleted file mode 100644 index b450caa..0000000 --- a/doc/resource-files/fonts/dejavu.css +++ /dev/null @@ -1,104 +0,0 @@ -/* - * Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ - */ - -/* DejaVu fonts v2.37 */ - -@font-face { - font-family: 'DejaVu Sans Mono'; - src: url('DejaVuLGCSansMono.woff2') format('woff2'), - url('DejaVuLGCSansMono.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'DejaVu Sans Mono'; - src: url('DejaVuLGCSansMono-Oblique.woff2') format('woff2'), - url('DejaVuLGCSansMono-Oblique.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'DejaVu Sans Mono'; - src: url('DejaVuLGCSansMono-Bold.woff2') format('woff2'), - url('DejaVuLGCSansMono-Bold.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'DejaVu Sans Mono'; - src: url('DejaVuLGCSansMono-BoldOblique.woff2') format('woff2'), - url('DejaVuLGCSansMono-BoldOblique.woff') format('woff'); - font-weight: bold; - font-style: italic; -} - -@font-face { - font-family: 'DejaVu Sans'; - src: url('DejaVuLGCSans.woff2') format('woff2'), - url('DejaVuLGCSans.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'DejaVu Sans'; - src: url('DejaVuLGCSans-Oblique.woff2') format('woff2'), - url('DejaVuLGCSans-Oblique.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'DejaVu Sans'; - src: url('DejaVuLGCSans-Bold.woff2') format('woff2'), - url('DejaVuLGCSans-Bold.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'DejaVu Sans'; - src: url('DejaVuLGCSans-BoldOblique.woff2') format('woff2'), - url('DejaVuLGCSans-BoldOblique.woff') format('woff'); - font-weight: bold; - font-style: italic; -} - -@font-face { - font-family: 'DejaVu Serif'; - src: url('DejaVuLGCSerif.woff2') format('woff2'), - url('DejaVuLGCSerif.woff') format('woff'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'DejaVu Serif'; - src: url('DejaVuLGCSerif-Italic.woff2') format('woff2'), - url('DejaVuLGCSerif-Italic.woff') format('woff'); - font-weight: normal; - font-style: italic; -} - -@font-face { - font-family: 'DejaVu Serif'; - src: url('DejaVuLGCSerif-Bold.woff2') format('woff2'), - url('DejaVuLGCSerif-Bold.woff') format('woff'); - font-weight: bold; - font-style: normal; -} - -@font-face { - font-family: 'DejaVu Serif'; - src: url('DejaVuLGCSerif-BoldItalic.woff2') format('woff2'), - url('DejaVuLGCSerif-BoldItalic.woff') format('woff'); - font-weight: bold; - font-style: italic; -} diff --git a/doc/resource-files/glass.png b/doc/resource-files/glass.png deleted file mode 100644 index a7f591f..0000000 Binary files a/doc/resource-files/glass.png and /dev/null differ diff --git a/doc/resource-files/jquery-ui.min.css b/doc/resource-files/jquery-ui.min.css deleted file mode 100644 index 693327f..0000000 --- a/doc/resource-files/jquery-ui.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! jQuery UI - v1.13.2 - 2023-02-27 -* http://jqueryui.com -* Includes: core.css, autocomplete.css, menu.css -* Copyright jQuery Foundation and other contributors; Licensed MIT */ - -.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0} \ No newline at end of file diff --git a/doc/resource-files/link.svg b/doc/resource-files/link.svg deleted file mode 100644 index 2bbac38..0000000 --- a/doc/resource-files/link.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - diff --git a/doc/resource-files/stylesheet.css b/doc/resource-files/stylesheet.css deleted file mode 100644 index bdf84dc..0000000 --- a/doc/resource-files/stylesheet.css +++ /dev/null @@ -1,1492 +0,0 @@ -/* - * Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ - */ - -/* - * Javadoc style sheet - */ - -@import url('fonts/dejavu.css'); - -/* - * These CSS custom properties (variables) define the core color and font - * properties used in this stylesheet. - */ -:root { - /* body, block and code fonts */ - --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - --code-font-family: 'DejaVu Sans Mono', monospace; - /* Base font sizes for body and code elements */ - --body-font-size: 14px; - --block-font-size: 14px; - --code-font-size: 14px; - --nav-font-size: 13.2px; - /* Line height for continuous text blocks */ - --block-line-height: 1.4em; - /* Text colors for body and block elements */ - --body-text-color: #282828; - --block-text-color: #282828; - /* Background colors for various elements */ - --body-background-color: #ffffff; - --section-background-color: #f8f8f8; - --detail-background-color: #ffffff; - --mark-background-color: #f7f7f7; - /* Colors for navigation bar and table captions */ - --navbar-background-color: #4D7A97; - --navbar-text-color: #ffffff; - /* Background color for subnavigation and various headers */ - --subnav-background-color: #dee3e9; - /* Background and text colors for selected tabs and navigation items */ - --selected-background-color: #f8981d; - --selected-text-color: #253441; - --selected-link-color: #1f389c; - /* Background colors for generated tables */ - --even-row-color: #ffffff; - --odd-row-color: #eeeeef; - /* Text color for page title */ - --title-color: #2c4557; - /* Text colors for links */ - --link-color: #437291; - --link-color-active: #bb7a2a; - /* Table of contents */ - --toc-background-color: var(--section-background-color); - --toc-link-color: #4a698a; - /* Snippet colors */ - --snippet-background-color: #ebecee; - --snippet-text-color: var(--block-text-color); - --snippet-highlight-color: #f7c590; - /* Border colors for structural elements and user defined tables */ - --border-color: #ededed; - --table-border-color: #000000; - /* Search input colors */ - --search-input-background-color: #ffffff; - --search-input-text-color: #000000; - --search-input-placeholder-color: #909090; - /* Highlight color for active search tag target */ - --search-tag-highlight-color: #ffff66; - /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ - --copy-icon-brightness: 100%; - --copy-button-background-color-active: rgba(168, 168, 176, 0.3); - /* Colors for invalid tag notifications */ - --invalid-tag-background-color: #ffe6e6; - --invalid-tag-text-color: #000000; - /* Navigation bar dimensions */ - --top-nav-height: 44px; - --sub-nav-height: 34px; - --nav-height: calc(var(--top-nav-height) + var(--sub-nav-height)); - scroll-behavior: smooth; -} -/* - * Styles for individual HTML elements. - * - * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular - * HTML element throughout the page. - */ -body { - background-color:var(--body-background-color); - color:var(--body-text-color); - font-family:var(--body-font-family); - font-size:var(--body-font-size); - margin:0; - padding:0; - height:100%; - width:100%; -} -main [id] { - scroll-margin-top: calc(var(--nav-height) + 6px); -} -a:link, a:visited { - text-decoration:none; - color:var(--link-color); -} -nav a:link, nav a:visited { - color: var(--toc-link-color); -} -a[href]:hover, a[href]:active { - text-decoration:none; - color:var(--link-color-active); -} -pre { - font-family:var(--code-font-family); - font-size:var(--code-font-size); -} -h1 { - font-size:1.428em; -} -h2 { - font-size:1.285em; -} -h3 { - font-size:1.14em; -} -h4 { - font-size:1.072em; -} -h5 { - font-size:1.001em; -} -h6 { - font-size:0.93em; -} -/* Disable font boosting for selected elements */ -h1, h2, h3, h4, h5, h6, div.member-signature { - max-height: 1000em; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:var(--code-font-family); -} -:not(h1, h2, h3, h4, h5, h6, sup, sub, small, big) > :is(code, tt) { - font-size:var(--code-font-size); - line-height:1.4em; -} -dt code { - font-family:var(--code-font-family); - font-size:1em; - padding-top:4px; -} -.summary-table dt code { - font-family:var(--code-font-family); - font-size:1em; - vertical-align:top; - padding-top:4px; -} -button { - font-family: var(--body-font-family); - font-size: 1em; -} -hr { - border-color: #aaa; -} -/* - * Styles for HTML generated by javadoc. - * - * These are style classes that are used by the standard doclet to generate HTML documentation. - */ - -/* - * Styles for document title and copyright. - */ -.about-language { - flex: 0 0 auto; - padding:0 20px; - margin:0; - font-size:0.915em; - max-width: 50%; - white-space: nowrap; -} -.legal-copy { -} -/* - * Styles for navigation bar. - */ -@media screen { - header { - position:sticky; - top:0; - z-index:2; - background: var(--body-background-color); - } -} -.nav-content { - display:flex; - flex-direction: row; - align-items: center; - width: 100%; - height: 100%; -} -.top-nav { - background-color:var(--navbar-background-color); - color:var(--navbar-text-color); - width:100%; - height:var(--top-nav-height); - overflow:visible; - font-size:0.857em; - position:relative; -} -.top-nav nav.toc { - display: none; - flex-direction: column; -} -.top-nav nav.toc button.show-sidebar, -.top-nav nav.toc button.hide-sidebar { - display: none; -} -button#navbar-toggle-button { - display:none; -} -ul.nav-list { - display:inline-flex; - margin:0; - padding-left:4px; - flex: 1 1 auto; - white-space: nowrap; -} -ul.nav-list li { - list-style:none; - padding: 5px 6px; - text-transform:uppercase; - height: 1.2em; -} -div.sub-nav { - background-color:var(--subnav-background-color); - width:100%; - overflow:hidden; - font-size:var(--nav-font-size); - height: var(--sub-nav-height); -} -ol.sub-nav-list { - flex: 1 1 90%; - line-height: 1.8em; - display: inline-flex; - overflow: auto; - scroll-snap-type: x mandatory; - scroll-padding-left: 13px; - scrollbar-width: none; - padding-left:6px; - white-space: nowrap; - margin:0; -} -ol.sub-nav-list::-webkit-scrollbar { - display: none; -} -ol.sub-nav-list li { - list-style:none; - scroll-snap-align: start; -} -ol.sub-nav-list li:not(:first-child) { - list-style-type: " > "; - margin-left: 20px; -} -ol.sub-nav-list a { - padding: 3px; -} -ol.sub-nav-list a.current-selection { - background-color: var(--section-background-color); - border-radius: 4px; -} -.sub-nav .nav-list-search { - flex: 1 1 10%; - margin:0; - padding:6px; - position:relative; - white-space: nowrap; -} -.top-nav .nav-list a:link, .top-nav .nav-list a:active, .top-nav .nav-list a:visited { - color:var(--navbar-text-color); - text-decoration:none; - text-transform:uppercase; -} -.top-nav .nav-list a:hover { - color:var(--link-color-active); -} -.nav-bar-cell1-rev { - background-color:var(--selected-background-color); - color:var(--selected-text-color); - margin: 0 5px; -} -.skip-nav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* - * Hide navigation links and search box in print layout - */ -@media print { - ul.nav-list, div.sub-nav { - display:none; - } -} -/* - * Styles for page header. - */ -.title { - color:var(--title-color); - margin:10px 0 12px 0; -} -.sub-title { - margin:5px 0 0 0; -} -ul.contents-list { - margin: 0 0 15px 0; - padding: 0; - list-style: none; -} -ul.contents-list li { - font-size:0.93em; -} -/* - * Styles for headings. - */ -body.class-declaration-page .summary h2, -body.class-declaration-page .details h2, -body.class-use-page h2, -body.module-declaration-page .block-list h2 { - font-style: italic; - padding:0; - margin:15px 0; - overflow-x:auto; -} -body.class-declaration-page .summary h3, -body.class-declaration-page .details h3 { - background-color:var(--subnav-background-color); - border:1px solid var(--border-color); - margin:0 0 6px -8px; - padding:7px 5px; - overflow-x:auto; -} -/* - * Styles for page layout containers. - */ -.main-grid { - display: flex; - flex-direction: row; -} -.main-grid main { - flex: 3 1 0; - min-width: 240px -} -.main-grid nav.toc { - flex: 1 1 0; - min-width: 240px; -} -main { - clear:both; - padding:10px 20px; - position:relative; -} -/* Compensate for non-collapsing margins between element description and summary tables */ -div.horizontal-scroll > section[id$=-description] > :is(dl, ol, ul, p, div, blockquote, pre):last-child, -div.horizontal-scroll > section[id$=-description] > :last-child > :is(li, dd):last-child, -section.class-description > div.horizontal-scroll > :is(dl, ol, ul, p, div, blockquote, pre):last-child, -section.class-description > div.horizontal-scroll > :last-child > :is(li, dd):last-child { - margin-bottom:4px; -} -dl.notes > dt { - font-family: var(--body-font-family); - font-size:0.856em; - font-weight:bold; - margin:10px 0 0 0; - color:var(--body-text-color); -} -dl.notes > dd { - margin:5px 10px 10px 15px; - font-size:var(--block-font-size); - font-family:var(--block-font-family); -} -dl.notes > dd > ul, dl.notes > dd > ol { - margin-bottom: 1em; - margin-top: 1em; -} -dl.name-value > dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -dl.name-value > dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* - * Styles for table of contents. - */ -.main-grid nav.toc { - background-color: var(--toc-background-color); - border-right: 1px solid var(--border-color); - position: sticky; - top: calc(var(--nav-height)); - max-height: calc(100vh - var(--nav-height)); - display: flex; - flex-direction: column; - font-family: var(--body-font-family); - z-index: 1; -} -.main-grid nav.toc div.toc-header { - top: var(--nav-height); - z-index: 1; - padding: 15px 20px; -} -.main-grid nav.toc > ol.toc-list { - max-height: calc(100vh - var(--nav-height) - 100px); - padding-left: 12px; -} -.main-grid nav.toc button { - position: absolute; - bottom: 16px; - z-index: 3; - background-color: var(--section-background-color); - color: #666666; - font-size: 0.76rem; - border: none; - cursor: pointer; - padding: 6px 10px; - white-space: nowrap; -} -.main-grid nav.toc button.hide-sidebar { - right: 0; -} -.main-grid nav.toc button.show-sidebar { - left: 0; - display: none; -} -.main-grid nav.toc button span { - display: none; -} -.main-grid nav.toc button:hover { - color: var(--body-text-color); - border: 1px solid var(--subnav-background-color); -} -.main-grid nav.toc button:active { - background-color: var(--subnav-background-color); - color: var(--link-color-active); -} -.main-grid nav.toc button:hover span, -.main-grid nav.toc button:active span { - display: inline; -} -.main-grid nav.toc button:hover { - box-shadow: 1px 1px 5px rgba(0,0,0,0.2); -} -.main-grid nav.toc.hide-sidebar { - min-width: revert; - max-width: 28px; -} -.main-grid nav.toc.hide-sidebar div.toc-header, -.main-grid nav.toc.hide-sidebar ol.toc-list, -.main-grid nav.toc.hide-sidebar button.hide-sidebar { - display: none; -} -.main-grid nav.toc.hide-sidebar button.show-sidebar { - display: inline; -} -nav.toc div.toc-header { - padding: 15px; - display: inline-flex; - align-items: center; - color: var(--body-text-color); - font-size: 0.856em; - font-weight: bold; - white-space: nowrap; - overflow-x: hidden; - position: sticky; - min-height: 20px; -} -nav.toc > ol.toc-list { - overflow: hidden auto; - overscroll-behavior: contain; -} -nav.toc ol.toc-list { - list-style: none; - padding-left: 8px; - margin: 0; -} -nav.toc ol.toc-list ol.toc-list { - margin-left: 8px; -} -nav.toc ol.toc-list li { - margin: 0; - font-size: var(--nav-font-size); - overflow-x: hidden; -} -a.current-selection { - font-weight: bold; -} -nav.toc a { - display: block; - padding: 8px; -} -nav.toc a.current-selection { - background-color: var(--subnav-background-color); -} -/* - * Styles for lists. - */ -li.circle { - list-style:circle; -} -ul.horizontal li { - display:inline; - font-size:0.9em; -} -div.inheritance { - margin:0; - padding:0; -} -div.inheritance div.inheritance { - margin-left:2em; -} -main > div.inheritance { - overflow-x:auto; -} -ul.block-list, -ul.details-list, -ul.member-list, -ul.summary-list { - margin:4px 0 10px 0; - padding:0; -} -ul.block-list > li, -ul.details-list > li, -ul.member-list > li, -ul.summary-list > li { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -ul.ref-list { - padding:0; - margin:0; -} -ul.ref-list > li { - list-style:none; -} -.summary-table dl, .summary-table dl dt, .summary-table dl dd { - margin-top:0; - margin-bottom:1px; -} -dl.notes > dd > ul.tag-list, dl.notes > dd > ul.tag-list-long { - padding-left: 0; - margin: 0; - list-style: none; -} -ul.tag-list li { - display: inline; -} -ul.tag-list li:not(:last-child):after, -ul.tag-list-long li:not(:last-child):after -{ - content: ", "; - white-space: pre-wrap; -} -ul.preview-feature-list { - list-style: none; - margin:0; - padding:0.1em; - line-height: 1.6em; -} -/* - * Styles for tables. - */ -.summary-table, .details-table { - width:100%; - border-spacing:0; - border:1px solid var(--border-color); - border-top:0; - padding:0; -} -.caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:var(--selected-text-color); - clear:none; - overflow:hidden; - padding: 10px 0 0 1px; - margin:0; -} -.caption a:link, .caption a:visited { - color:var(--selected-link-color); -} -.caption a:hover, -.caption a:active { - color:var(--navbar-text-color); -} -.caption span { - font-weight:bold; - white-space:nowrap; - padding:5px 12px 7px 12px; - display:inline-block; - float:left; - background-color:var(--selected-background-color); - border: none; - height:16px; -} -div.table-tabs { - padding: 10px 0 0 1px; - margin: 0; -} -div.table-tabs > button { - border: none; - cursor: pointer; - padding: 5px 12px 7px 12px; - font-weight: bold; - margin-right: 8px; -} -div.table-tabs > .active-table-tab { - background: var(--selected-background-color); - color: var(--selected-text-color); -} -div.table-tabs > button.table-tab { - background: var(--navbar-background-color); - color: var(--navbar-text-color); -} -.two-column-search-results { - display: grid; - grid-template-columns: minmax(400px, max-content) minmax(400px, auto); -} -div.checkboxes { - line-height: 2em; -} -div.checkboxes > span { - margin-left: 10px; -} -div.checkboxes > label { - margin-left: 8px; - white-space: nowrap; -} -div.checkboxes > label > input { - margin: 0 2px; -} -.two-column-summary { - display: grid; - grid-template-columns: minmax(25%, max-content) minmax(25%, auto); -} -.three-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); -} -.three-column-release-summary { - display: grid; - grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); -} -.four-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); -} -@media screen and (max-width: 1000px) { - .four-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); - } -} -@media screen and (max-width: 800px) { - .two-column-search-results { - display: grid; - grid-template-columns: minmax(40%, max-content) minmax(40%, auto); - } - .three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(25%, auto); - } - .three-column-release-summary { - display: grid; - grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) - } - .three-column-summary .col-last, - .three-column-release-summary .col-last{ - grid-column-end: span 2; - } -} -@media screen and (max-width: 600px) { - .two-column-summary { - display: grid; - grid-template-columns: 1fr; - } -} -.summary-table > div, .details-table > div { - text-align:left; - padding: 8px 3px 3px 7px; - overflow: auto hidden; - scrollbar-width: thin; -} -.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { - vertical-align:top; - padding-right:0; - padding-top:8px; - padding-bottom:3px; -} -.table-header { - background:var(--subnav-background-color); - font-weight: bold; -} -/* Sortable table columns */ -.table-header[onclick] { - cursor: pointer; -} -.table-header[onclick]::after { - content:""; - display:inline-block; - background-image:url('data:image/svg+xml; utf8, \ - \ - '); - background-size:100% 100%; - width:9px; - height:14px; - margin-left:4px; - margin-bottom:-3px; -} -.table-header[onclick].sort-asc::after { - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); - -} -.table-header[onclick].sort-desc::after { - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); -} -.col-first, .col-first { - font-size:0.93em; -} -.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { - font-size:0.93em; -} -.col-first, .col-second, .col-constructor-name { - vertical-align:top; - overflow: auto; -} -.col-last { - white-space:normal; -} -.col-first a:link, .col-first a:visited, -.col-second a:link, .col-second a:visited, -.col-first a:link, .col-first a:visited, -.col-second a:link, .col-second a:visited, -.col-constructor-name a:link, .col-constructor-name a:visited, -.col-summary-item-name a:link, .col-summary-item-name a:visited { - font-weight:bold; -} -.even-row-color, .even-row-color .table-header { - background-color:var(--even-row-color); -} -.odd-row-color, .odd-row-color .table-header { - background-color:var(--odd-row-color); -} -/* - * Styles for contents. - */ -div.block { - font-size:var(--block-font-size); - font-family:var(--block-font-family); - line-height:var(--block-line-height); -} -.col-last div { - padding-top:0; -} -.col-last a { - padding-bottom:3px; -} -.module-signature, -.package-signature, -.type-signature, -.member-signature { - font-family:var(--code-font-family); - font-size:1em; - margin:8px 0 14px 0; - white-space: pre-wrap; -} -.module-signature, -.package-signature, -.type-signature { - margin-top: 0; -} -.member-signature .parameters, -.member-signature .exceptions { - display: inline-block; - vertical-align: top; - white-space: pre; -} -.member-signature .type-parameters { - white-space: normal; -} -/* - * Styles for formatting effect. - */ -.source-line-no { - /* Color of line numbers in source pages can be set via custom property below */ - color:var(--source-linenumber-color, green); - padding:0 30px 0 0; -} -.block { - display:block; - margin:0 10px 5px 0; - color:var(--block-text-color); -} -.deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, -.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label, .restricted-label { - font-weight:bold; -} -sup.preview-mark, -sup.restricted-mark { - font-family: var(--code-font-family); - font-weight: normal; - font-size: 8px; - background-color: var(--mark-background-color); - padding: 1px; - border-radius: 2px; -} -sup.preview-mark > a:link, -sup.restricted-mark > a:link { - font-weight: normal; -} -.deprecation-comment, .help-footnote, .preview-comment, .restricted-comment { - font-style:italic; -} -.deprecation-block, .preview-block, .restricted-block { - font-size:1em; - font-family:var(--block-font-family); - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -div.block div.deprecation-comment { - font-style:normal; -} -details.invalid-tag, span.invalid-tag { - font-size:1em; - font-family:var(--block-font-family); - color: var(--invalid-tag-text-color); - background: var(--invalid-tag-background-color); - border: thin solid var(--table-border-color); - border-radius:2px; - padding: 2px 4px; - display:inline-block; -} -details summary { - cursor: pointer; -} -/* - * Styles specific to HTML5 elements. - */ -main, nav, header, footer, section { - display:block; -} -/* - * Styles for javadoc search. - */ -.ui-menu .ui-state-active { - /* Overrides the color of selection used in jQuery UI */ - background: var(--selected-background-color); - color: var(--selected-text-color); - /* Workaround for browser bug, see JDK-8275889 */ - margin: -1px 0; - border-top: 1px solid var(--selected-background-color); - border-bottom: 1px solid var(--selected-background-color); -} -.ui-autocomplete-category { - font-weight:bold; - font-size:15px; - padding:7px 0 7px 3px; - background-color:var(--navbar-background-color); - color:var(--navbar-text-color); - box-sizing: border-box; -} -.ui-autocomplete { - max-height:85%; - max-width:65%; - overflow:auto; - white-space:nowrap; - box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); - overscroll-behavior: contain; -} -ul.ui-autocomplete { - position:fixed; - z-index:10; - background-color: var(--body-background-color); -} -ul.ui-autocomplete li { - float:left; - clear:both; - min-width:100%; - box-sizing: border-box; -} -ul.ui-autocomplete li.ui-static-link { - position:sticky; - bottom:0; - left:0; - background: var(--subnav-background-color); - padding: 5px 0; - font-family: var(--body-font-family); - font-size: 0.93em; - font-weight: bolder; - z-index: 10; -} -li.ui-static-link a, li.ui-static-link a:visited { - text-decoration:none; - color:var(--link-color); - float:right; - margin-right:20px; -} -.ui-autocomplete .result-item { - font-size: inherit; -} -.ui-autocomplete .result-highlight { - font-weight:bold; -} -.ui-menu .ui-menu-item-wrapper { - padding-top: 0.4em; - padding-bottom: 0.4em; -} -.ui-menu .ui-menu-item-wrapper { - padding-top: 5px; - padding-bottom: 5px; -} -input[type="text"] { - background-image:url('glass.png'); - background-size:13px; - background-repeat:no-repeat; - background-position:2px 3px; - background-color: var(--search-input-background-color); - color: var(--search-input-text-color); - border-color: var(--border-color); - border-radius: 4px; - padding-left:20px; - font-size: var(--nav-font-size); - height: 17px; -} -input#search-input, input#page-search-input { - width: calc(180px + 10vw); - margin: 0; -} -input#search-input { - margin: 0 4px; - padding-right: 18px; - max-width: 340px; -} -input.filter-input { - width: 40%; - max-width: 140px; - margin: 0 4px; - padding-right: 18px; -} -input#reset-search, input.reset-filter { - background-color: transparent; - background-image:url('x.png'); - background-repeat:no-repeat; - background-size:contain; - border:0; - border-radius:0; - width:12px; - height:12px; - font-size:0; - display:none; -} -input#reset-search { - position:absolute; - right:15px; - top:11px; -} -input.reset-filter { - position: relative; - right: 20px; - top: 0; -} -input::placeholder { - color:var(--search-input-placeholder-color); - opacity: 1; -} -.search-tag-desc-result { - font-style:italic; - font-size:11px; -} -.search-tag-holder-result { - font-style:italic; - font-size:12px; -} -.search-tag-result:target { - background-color:var(--search-tag-highlight-color); -} -dd > span:target, -h1 > span:target { - animation: 2.4s ease-out highlight; -} -section.class-description dd > span:target, -section.class-description h1 > span:target { - scroll-margin-top: 20em; -} -@keyframes highlight { - from { - background-color: var(--search-tag-highlight-color); - } - 60% { - background-color: var(--search-tag-highlight-color); - } -} -details.page-search-details { - display: inline-block; -} -div#result-container { - font-size: 1em; -} -div#result-container a.search-result-link { - padding: 0; - margin: 4px 0; - width: 100%; -} -#result-container .result-highlight { - font-weight:bolder; -} -.page-search-info { - background-color: var(--subnav-background-color); - border-radius: 3px; - border: 0 solid var(--border-color); - padding: 0 8px; - overflow: hidden; - height: 0; - transition: all 0.2s ease; -} -div.table-tabs > button.table-tab { - background: var(--navbar-background-color); - color: var(--navbar-text-color); -} -.page-search-header { - padding: 5px 12px 7px 12px; - font-weight: bold; - margin-right: 3px; - background-color:var(--navbar-background-color); - color:var(--navbar-text-color); - display: inline-block; -} -button.page-search-header { - border: none; - cursor: pointer; -} -span#page-search-link { - text-decoration: underline; -} -.module-graph span, .sealed-graph span { - display:none; - position:absolute; -} -.module-graph:hover span, .sealed-graph:hover span { - display:block; - margin: -100px 0 0 100px; - z-index: 5; -} -.inherited-list { - margin: 10px 0; -} -.horizontal-scroll { - overflow: auto hidden; -} -section.class-description { - line-height: 1.4; -} -.summary section[class$="-summary"], .details section[class$="-details"], -.class-uses .detail, .serialized-class-details { - padding: 0 20px 5px 10px; - border: 1px solid var(--border-color); - background-color: var(--section-background-color); -} -.inherited-list, section[class$="-details"] .detail { - padding:0 0 5px 8px; - background-color:var(--detail-background-color); - border:none; -} -.vertical-separator { - padding: 0 5px; -} -.help-section { - font-size: var(--block-font-size); - line-height: var(--block-line-height); -} -ul.help-section-list { - margin: 0; -} -ul.help-subtoc > li { - display: inline-block; - padding-right: 5px; - font-size: smaller; -} -ul.help-subtoc > li::before { - content: "\2022" ; - padding-right:2px; -} -.help-note { - font-style: italic; -} -/* - * Indicator icon for external links. - */ -main a[href*="://"]::after { - content:""; - display:inline-block; - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); - background-size:100% 100%; - width:7px; - height:7px; - margin-left:2px; - margin-bottom:4px; -} -main a[href*="://"]:hover::after, -main a[href*="://"]:focus::after { - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); -} -/* - * Styles for header/section anchor links - */ -a.anchor-link { - opacity: 0; - transition: opacity 0.1s; -} -:hover > a.anchor-link { - opacity: 80%; -} -a.anchor-link:hover, -a.anchor-link:focus-visible, -a.anchor-link.visible { - opacity: 100%; -} -a.anchor-link > img { - width: 0.9em; - height: 0.9em; -} -/* - * Styles for copy-to-clipboard buttons - */ -button.copy { - opacity: 70%; - border: none; - border-radius: 3px; - position: relative; - background:none; - transition: opacity 0.3s; - cursor: pointer; -} -:hover > button.copy { - opacity: 80%; -} -button.copy:hover, -button.copy:active, -button.copy:focus-visible, -button.copy.visible { - opacity: 100%; -} -button.copy img { - position: relative; - background: none; - filter: brightness(var(--copy-icon-brightness)); -} -button.copy:active { - background-color: var(--copy-button-background-color-active); -} -button.copy span { - color: var(--body-text-color); - position: relative; - top: -0.1em; - transition: all 0.1s; - font-size: 0.76rem; - line-height: 1.2em; - opacity: 0; -} -button.copy:hover span, -button.copy:focus-visible span, -button.copy.visible span { - opacity: 100%; -} -/* search page copy button */ -button#page-search-copy { - margin-left: 0.4em; - padding:0.3em; - top:0.13em; -} -button#page-search-copy img { - width: 1.2em; - height: 1.2em; - padding: 0.01em 0; - top: 0.15em; -} -button#page-search-copy span { - color: var(--body-text-color); - line-height: 1.2em; - padding: 0.2em; - top: -0.18em; -} -div.page-search-info:hover button#page-search-copy span { - opacity: 100%; -} -/* snippet copy button */ -button.snippet-copy { - position: absolute; - top: 6px; - right: 6px; - height: 1.7em; - padding: 2px; -} -button.snippet-copy img { - width: 18px; - height: 18px; - padding: 0.05em 0; -} -button.snippet-copy span { - line-height: 1.2em; - padding: 0.2em; - position: relative; - top: -0.5em; -} -div.snippet-container:hover button.snippet-copy span { - opacity: 100%; -} -/* - * Styles for user-provided tables. - * - * borderless: - * No borders, vertical margins, styled caption. - * This style is provided for use with existing doc comments. - * In general, borderless tables should not be used for layout purposes. - * - * plain: - * Plain borders around table and cells, vertical margins, styled caption. - * Best for small tables or for complex tables for tables with cells that span - * rows and columns, when the "striped" style does not work well. - * - * striped: - * Borders around the table and vertical borders between cells, striped rows, - * vertical margins, styled caption. - * Best for tables that have a header row, and a body containing a series of simple rows. - */ - -table.borderless, -table.plain, -table.striped { - margin-top: 10px; - margin-bottom: 10px; -} -table.borderless > caption, -table.plain > caption, -table.striped > caption { - font-weight: bold; - font-size: smaller; -} -table.borderless th, table.borderless td, -table.plain th, table.plain td, -table.striped th, table.striped td { - padding: 2px 5px; -} -table.borderless, -table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, -table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { - border: none; -} -table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { - background-color: transparent; -} -table.plain { - border-collapse: collapse; - border: 1px solid var(--table-border-color); -} -table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { - background-color: transparent; -} -table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, -table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { - border: 1px solid var(--table-border-color); -} -table.striped { - border-collapse: collapse; - border: 1px solid var(--table-border-color); -} -table.striped > thead { - background-color: var(--subnav-background-color); -} -table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid var(--table-border-color); -} -table.striped > tbody > tr:nth-child(even) { - background-color: var(--odd-row-color) -} -table.striped > tbody > tr:nth-child(odd) { - background-color: var(--even-row-color) -} -table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid var(--table-border-color); - border-right: 1px solid var(--table-border-color); -} -table.striped > tbody > tr > th { - font-weight: normal; -} -/** - * Tweak style for small screens. - */ -@media screen and (max-width: 1050px) { - .summary section[class$="-summary"], .details section[class$="-details"], - .class-uses .detail, .serialized-class-details { - padding: 0 10px 5px 8px; - } - input#search-input { - width: 22vw; - } -} -@media screen and (max-width: 920px) { - .main-grid nav.toc { - display: none; - } - .top-nav nav.toc { - display: none; - position: absolute; - top: var(--top-nav-height); - left: 40vw; - width: 60vw; - z-index: 7; - background-color: var(--section-background-color); - box-sizing: border-box; - } - .top-nav nav.toc div.toc-header { - padding: 6px 15px; - font-size: 0.94em; - background-color: var(--section-background-color); - top: calc(var(--top-nav-height) + 10px); - } - .top-nav nav.toc ol.toc-list li { - font-size: 1.04em; - } - nav.toc a:link, nav.toc a:visited { - text-decoration:none; - color:var(--link-color); - } - nav.toc a[href]:hover, nav.toc a[href]:focus { - text-decoration:none; - color:var(--link-color-active); - } - :root { - scroll-behavior: auto; - } - header { - max-height: 100vh; - overflow-y: visible; - overscroll-behavior: contain; - } - nav { - overflow: visible; - } - ul.nav-list { - display: none; - position: absolute; - top: var(--top-nav-height); - overflow: auto; - z-index: 7; - background-color: var(--navbar-background-color); - width: 40%; - padding: 0; - box-sizing: border-box; - } - ul.nav-list li { - float: none; - padding: 6px; - margin-left: 10px; - margin-top: 2px; - } - .top-nav a:link, .top-nav a:active, .top-nav a:visited { - display: block; - } - .top-nav div.nav-menu-button { - flex: 1 1 auto; - } - .sub-nav ol.sub-nav-list { - margin-left: 4px; - padding-left: 4px; - } - button#navbar-toggle-button { - width: 3.4em; - height: 2.8em; - background-color: transparent; - display: block; - border: 0; - margin: 0 10px; - cursor: pointer; - font-size: 10px; - } - button#navbar-toggle-button .nav-bar-toggle-icon { - display: block; - width: 24px; - height: 3px; - margin: 4px 0; - border-radius: 2px; - background-color: var(--navbar-text-color); - } - button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { - transform: rotate(45deg); - transform-origin: 10% 10%; - width: 26px; - } - button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { - opacity: 0; - } - button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { - transform: rotate(-45deg); - transform-origin: 10% 90%; - width: 26px; - } -} -@media screen and (max-width: 800px) { - .about-language { - padding-right: 16px; - max-width: 90%; - } - ul.nav-list li { - margin-left: 5px; - } - main { - padding: 10px 12px; - } - body { - -webkit-text-size-adjust: none; - } -} -@media screen and (max-width: 600px) { - .nav-list-search > a { - display: none; - } - input#search-input { - width: 18vw; - } - .summary section[class$="-summary"], .details section[class$="-details"], - .class-uses .detail, .serialized-class-details { - padding: 0; - } -} -pre.snippet { - background-color: var(--snippet-background-color); - color: var(--snippet-text-color); - padding: 10px; - margin: 12px 0; - overflow: auto; - white-space: pre; -} -div.snippet-container { - position: relative; -} -@media screen and (max-width: 800px) { - pre.snippet { - padding-top: 26px; - } - button.snippet-copy { - top: 4px; - right: 4px; - } -} -pre.snippet .italic { - font-style: italic; -} -pre.snippet .bold { - font-weight: bold; -} -pre.snippet .highlighted { - background-color: var(--snippet-highlight-color); - border-radius: 10%; -} diff --git a/doc/resource-files/x.png b/doc/resource-files/x.png deleted file mode 100644 index 30548a7..0000000 Binary files a/doc/resource-files/x.png and /dev/null differ diff --git a/doc/script-files/jquery-3.7.1.min.js b/doc/script-files/jquery-3.7.1.min.js deleted file mode 100644 index 7f37b5d..0000000 --- a/doc/script-files/jquery-3.7.1.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(ie,e){"use strict";var oe=[],r=Object.getPrototypeOf,ae=oe.slice,g=oe.flat?function(e){return oe.flat.call(e)}:function(e){return oe.concat.apply([],e)},s=oe.push,se=oe.indexOf,n={},i=n.toString,ue=n.hasOwnProperty,o=ue.toString,a=o.call(Object),le={},v=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},y=function(e){return null!=e&&e===e.window},C=ie.document,u={type:!0,src:!0,nonce:!0,noModule:!0};function m(e,t,n){var r,i,o=(n=n||C).createElement("script");if(o.text=e,t)for(r in u)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function x(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[i.call(e)]||"object":typeof e}var t="3.7.1",l=/HTML$/i,ce=function(e,t){return new ce.fn.init(e,t)};function c(e){var t=!!e&&"length"in e&&e.length,n=x(e);return!v(e)&&!y(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+ge+")"+ge+"*"),x=new RegExp(ge+"|>"),j=new RegExp(g),A=new RegExp("^"+t+"$"),D={ID:new RegExp("^#("+t+")"),CLASS:new RegExp("^\\.("+t+")"),TAG:new RegExp("^("+t+"|[*])"),ATTR:new RegExp("^"+p),PSEUDO:new RegExp("^"+g),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+ge+"*(even|odd|(([+-]|)(\\d*)n|)"+ge+"*(?:([+-]|)"+ge+"*(\\d+)|))"+ge+"*\\)|)","i"),bool:new RegExp("^(?:"+f+")$","i"),needsContext:new RegExp("^"+ge+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+ge+"*((?:-\\d)?\\d*)"+ge+"*\\)|)(?=[^-]|$)","i")},N=/^(?:input|select|textarea|button)$/i,q=/^h\d$/i,L=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,H=/[+~]/,O=new RegExp("\\\\[\\da-fA-F]{1,6}"+ge+"?|\\\\([^\\r\\n\\f])","g"),P=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},M=function(){V()},R=J(function(e){return!0===e.disabled&&fe(e,"fieldset")},{dir:"parentNode",next:"legend"});try{k.apply(oe=ae.call(ye.childNodes),ye.childNodes),oe[ye.childNodes.length].nodeType}catch(e){k={apply:function(e,t){me.apply(e,ae.call(t))},call:function(e){me.apply(e,ae.call(arguments,1))}}}function I(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(V(e),e=e||T,C)){if(11!==p&&(u=L.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return k.call(n,a),n}else if(f&&(a=f.getElementById(i))&&I.contains(e,a)&&a.id===i)return k.call(n,a),n}else{if(u[2])return k.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&e.getElementsByClassName)return k.apply(n,e.getElementsByClassName(i)),n}if(!(h[t+" "]||d&&d.test(t))){if(c=t,f=e,1===p&&(x.test(t)||m.test(t))){(f=H.test(t)&&U(e.parentNode)||e)==e&&le.scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+Q(l[o]);c=l.join(",")}try{return k.apply(n,f.querySelectorAll(c)),n}catch(e){h(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return re(t.replace(ve,"$1"),e,n,r)}function W(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function F(e){return e[S]=!0,e}function $(e){var t=T.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function B(t){return function(e){return fe(e,"input")&&e.type===t}}function _(t){return function(e){return(fe(e,"input")||fe(e,"button"))&&e.type===t}}function z(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&R(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function X(a){return F(function(o){return o=+o,F(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function U(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}function V(e){var t,n=e?e.ownerDocument||e:ye;return n!=T&&9===n.nodeType&&n.documentElement&&(r=(T=n).documentElement,C=!ce.isXMLDoc(T),i=r.matches||r.webkitMatchesSelector||r.msMatchesSelector,r.msMatchesSelector&&ye!=T&&(t=T.defaultView)&&t.top!==t&&t.addEventListener("unload",M),le.getById=$(function(e){return r.appendChild(e).id=ce.expando,!T.getElementsByName||!T.getElementsByName(ce.expando).length}),le.disconnectedMatch=$(function(e){return i.call(e,"*")}),le.scope=$(function(){return T.querySelectorAll(":scope")}),le.cssHas=$(function(){try{return T.querySelector(":has(*,:jqfake)"),!1}catch(e){return!0}}),le.getById?(b.filter.ID=function(e){var t=e.replace(O,P);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(O,P);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&C){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):t.querySelectorAll(e)},b.find.CLASS=function(e,t){if("undefined"!=typeof t.getElementsByClassName&&C)return t.getElementsByClassName(e)},d=[],$(function(e){var t;r.appendChild(e).innerHTML="",e.querySelectorAll("[selected]").length||d.push("\\["+ge+"*(?:value|"+f+")"),e.querySelectorAll("[id~="+S+"-]").length||d.push("~="),e.querySelectorAll("a#"+S+"+*").length||d.push(".#.+[+~]"),e.querySelectorAll(":checked").length||d.push(":checked"),(t=T.createElement("input")).setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&d.push(":enabled",":disabled"),(t=T.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||d.push("\\["+ge+"*name"+ge+"*="+ge+"*(?:''|\"\")")}),le.cssHas||d.push(":has"),d=d.length&&new RegExp(d.join("|")),l=function(e,t){if(e===t)return a=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!le.sortDetached&&t.compareDocumentPosition(e)===n?e===T||e.ownerDocument==ye&&I.contains(ye,e)?-1:t===T||t.ownerDocument==ye&&I.contains(ye,t)?1:o?se.call(o,e)-se.call(o,t):0:4&n?-1:1)}),T}for(e in I.matches=function(e,t){return I(e,null,null,t)},I.matchesSelector=function(e,t){if(V(e),C&&!h[t+" "]&&(!d||!d.test(t)))try{var n=i.call(e,t);if(n||le.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){h(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(O,P),e[3]=(e[3]||e[4]||e[5]||"").replace(O,P),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||I.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&I.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return D.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&j.test(n)&&(t=Y(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(O,P).toLowerCase();return"*"===e?function(){return!0}:function(e){return fe(e,t)}},CLASS:function(e){var t=s[e+" "];return t||(t=new RegExp("(^|"+ge+")"+e+"("+ge+"|$)"))&&s(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=I.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function T(e,n,r){return v(n)?ce.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?ce.grep(e,function(e){return e===n!==r}):"string"!=typeof n?ce.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(ce.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||k,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:S.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof ce?t[0]:t,ce.merge(this,ce.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:C,!0)),w.test(r[1])&&ce.isPlainObject(t))for(r in t)v(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=C.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):v(e)?void 0!==n.ready?n.ready(e):e(ce):ce.makeArray(e,this)}).prototype=ce.fn,k=ce(C);var E=/^(?:parents|prev(?:Until|All))/,j={children:!0,contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend({has:function(e){var t=ce(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,Ce=/^$|^module$|\/(?:java|ecma)script/i;xe=C.createDocumentFragment().appendChild(C.createElement("div")),(be=C.createElement("input")).setAttribute("type","radio"),be.setAttribute("checked","checked"),be.setAttribute("name","t"),xe.appendChild(be),le.checkClone=xe.cloneNode(!0).cloneNode(!0).lastChild.checked,xe.innerHTML="",le.noCloneChecked=!!xe.cloneNode(!0).lastChild.defaultValue,xe.innerHTML="",le.option=!!xe.lastChild;var ke={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function Se(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&fe(e,t)?ce.merge([e],n):n}function Ee(e,t){for(var n=0,r=e.length;n",""]);var je=/<|&#?\w+;/;function Ae(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function Re(e,t){return fe(e,"table")&&fe(11!==t.nodeType?t:t.firstChild,"tr")&&ce(e).children("tbody")[0]||e}function Ie(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function We(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Fe(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(_.hasData(e)&&(s=_.get(e).events))for(i in _.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),C.head.appendChild(r[0])},abort:function(){i&&i()}}});var Jt,Kt=[],Zt=/(=)\?(?=&|$)|\?\?/;ce.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Kt.pop()||ce.expando+"_"+jt.guid++;return this[e]=!0,e}}),ce.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Zt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Zt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=v(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Zt,"$1"+r):!1!==e.jsonp&&(e.url+=(At.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||ce.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=ie[r],ie[r]=function(){o=arguments},n.always(function(){void 0===i?ce(ie).removeProp(r):ie[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Kt.push(r)),o&&v(i)&&i(o[0]),o=i=void 0}),"script"}),le.createHTMLDocument=((Jt=C.implementation.createHTMLDocument("").body).innerHTML="
",2===Jt.childNodes.length),ce.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(le.createHTMLDocument?((r=(t=C.implementation.createHTMLDocument("")).createElement("base")).href=C.location.href,t.head.appendChild(r)):t=C),o=!n&&[],(i=w.exec(e))?[t.createElement(i[1])]:(i=Ae([e],t,o),o&&o.length&&ce(o).remove(),ce.merge([],i.childNodes)));var r,i,o},ce.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(ce.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},ce.expr.pseudos.animated=function(t){return ce.grep(ce.timers,function(e){return t===e.elem}).length},ce.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=ce.css(e,"position"),c=ce(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=ce.css(e,"top"),u=ce.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),v(t)&&(t=t.call(e,n,ce.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},ce.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){ce.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===ce.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===ce.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=ce(e).offset()).top+=ce.css(e,"borderTopWidth",!0),i.left+=ce.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-ce.css(r,"marginTop",!0),left:t.left-i.left-ce.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===ce.css(e,"position"))e=e.offsetParent;return e||J})}}),ce.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;ce.fn[t]=function(e){return M(this,function(e,t,n){var r;if(y(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),ce.each(["top","left"],function(e,n){ce.cssHooks[n]=Ye(le.pixelPosition,function(e,t){if(t)return t=Ge(e,n),_e.test(t)?ce(e).position()[n]+"px":t})}),ce.each({Height:"height",Width:"width"},function(a,s){ce.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){ce.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return M(this,function(e,t,n){var r;return y(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?ce.css(e,t,i):ce.style(e,t,n,i)},s,n?e:void 0,n)}})}),ce.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){ce.fn[t]=function(e){return this.on(t,e)}}),ce.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.on("mouseenter",e).on("mouseleave",t||e)}}),ce.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){ce.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("