From e31f7a02e7fa95795cc53aeafcd5454ae330e6e5 Mon Sep 17 00:00:00 2001 From: xxrjun Date: Wed, 10 Apr 2024 23:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=95docs:=20update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 +- docs/allclasses-index.html | 166 ---- docs/allpackages-index.html | 76 -- docs/com/xxrjun/UMLEditorApplication.html | 188 ---- docs/com/xxrjun/components/Canvas.html | 521 ----------- docs/com/xxrjun/components/MenuBar.html | 230 ----- docs/com/xxrjun/components/ToolPanel.html | 327 ------- .../xxrjun/components/package-summary.html | 109 --- docs/com/xxrjun/components/package-tree.html | 89 -- docs/com/xxrjun/components/uml/UMLGroup.html | 337 ------- docs/com/xxrjun/components/uml/UMLObject.html | 540 ----------- docs/com/xxrjun/components/uml/UMLPort.html | 236 ----- .../uml/basics/ClassBasicObject.html | 201 ---- .../components/uml/basics/UMLBasicObject.html | 374 -------- .../uml/basics/UseCaseBasicObject.html | 201 ---- .../uml/basics/package-summary.html | 105 --- .../components/uml/basics/package-tree.html | 80 -- .../uml/connectionlines/AssociationLine.html | 216 ----- .../uml/connectionlines/CompositionLine.html | 216 ----- .../connectionlines/GeneralizationLine.html | 216 ----- .../UMLConnectionLine.EndPointType.html | 239 ----- .../connectionlines/UMLConnectionLine.html | 355 ------- .../uml/connectionlines/package-summary.html | 119 --- .../uml/connectionlines/package-tree.html | 95 -- .../components/uml/package-summary.html | 107 --- .../xxrjun/components/uml/package-tree.html | 88 -- docs/com/xxrjun/enums/EditFunctionTypes.html | 235 ----- docs/com/xxrjun/enums/ToolButtonConfig.html | 316 ------- docs/com/xxrjun/enums/UMLObjectTypes.html | 268 ------ docs/com/xxrjun/enums/package-summary.html | 107 --- docs/com/xxrjun/enums/package-tree.html | 77 -- .../xxrjun/modes/CreateBasicUMLObject.html | 192 ---- .../xxrjun/modes/CreateUMLConnectionLine.html | 222 ----- docs/com/xxrjun/modes/Select.html | 215 ----- docs/com/xxrjun/modes/UMLFactory.html | 168 ---- .../com/xxrjun/modes/UMLFactoryInterface.html | 132 --- docs/com/xxrjun/modes/UMLMode.html | 173 ---- docs/com/xxrjun/modes/package-summary.html | 125 --- docs/com/xxrjun/modes/package-tree.html | 88 -- docs/com/xxrjun/package-summary.html | 99 -- docs/com/xxrjun/package-tree.html | 71 -- docs/constant-values.html | 88 -- docs/element-list | 7 - docs/help-doc.html | 186 ---- docs/index-files/index-1.html | 93 -- docs/index-files/index-10.html | 83 -- docs/index-files/index-11.html | 65 -- docs/index-files/index-12.html | 63 -- docs/index-files/index-13.html | 89 -- docs/index-files/index-14.html | 155 ---- docs/index-files/index-15.html | 85 -- docs/index-files/index-16.html | 177 ---- docs/index-files/index-17.html | 97 -- docs/index-files/index-2.html | 181 ---- docs/index-files/index-3.html | 85 -- docs/index-files/index-4.html | 65 -- docs/index-files/index-5.html | 65 -- docs/index-files/index-6.html | 189 ---- docs/index-files/index-7.html | 71 -- docs/index-files/index-8.html | 83 -- docs/index-files/index-9.html | 65 -- docs/index.html | 75 -- docs/jquery-ui.overrides.css | 35 - docs/legal/COPYRIGHT | 69 -- docs/legal/LICENSE | 118 --- docs/legal/jquery.md | 72 -- docs/legal/jqueryUI.md | 49 - docs/member-search-index.js | 1 - docs/module-search-index.js | 1 - docs/overview-summary.html | 26 - docs/overview-tree.html | 162 ---- docs/package-search-index.js | 1 - docs/resources/glass.png | Bin 499 -> 0 bytes docs/resources/x.png | Bin 394 -> 0 bytes docs/script-dir/jquery-3.6.1.min.js | 2 - docs/script-dir/jquery-ui.min.css | 6 - docs/script-dir/jquery-ui.min.js | 6 - docs/script.js | 132 --- docs/search.js | 354 ------- docs/serialized-form.html | 122 --- docs/stylesheet.css | 866 ------------------ docs/tag-search-index.js | 1 - docs/type-search-index.js | 1 - 83 files changed, 12 insertions(+), 12018 deletions(-) delete mode 100644 docs/allclasses-index.html delete mode 100644 docs/allpackages-index.html delete mode 100644 docs/com/xxrjun/UMLEditorApplication.html delete mode 100644 docs/com/xxrjun/components/Canvas.html delete mode 100644 docs/com/xxrjun/components/MenuBar.html delete mode 100644 docs/com/xxrjun/components/ToolPanel.html delete mode 100644 docs/com/xxrjun/components/package-summary.html delete mode 100644 docs/com/xxrjun/components/package-tree.html delete mode 100644 docs/com/xxrjun/components/uml/UMLGroup.html delete mode 100644 docs/com/xxrjun/components/uml/UMLObject.html delete mode 100644 docs/com/xxrjun/components/uml/UMLPort.html delete mode 100644 docs/com/xxrjun/components/uml/basics/ClassBasicObject.html delete mode 100644 docs/com/xxrjun/components/uml/basics/UMLBasicObject.html delete mode 100644 docs/com/xxrjun/components/uml/basics/UseCaseBasicObject.html delete mode 100644 docs/com/xxrjun/components/uml/basics/package-summary.html delete mode 100644 docs/com/xxrjun/components/uml/basics/package-tree.html delete mode 100644 docs/com/xxrjun/components/uml/connectionlines/AssociationLine.html delete mode 100644 docs/com/xxrjun/components/uml/connectionlines/CompositionLine.html delete mode 100644 docs/com/xxrjun/components/uml/connectionlines/GeneralizationLine.html delete mode 100644 docs/com/xxrjun/components/uml/connectionlines/UMLConnectionLine.EndPointType.html delete mode 100644 docs/com/xxrjun/components/uml/connectionlines/UMLConnectionLine.html delete mode 100644 docs/com/xxrjun/components/uml/connectionlines/package-summary.html delete mode 100644 docs/com/xxrjun/components/uml/connectionlines/package-tree.html delete mode 100644 docs/com/xxrjun/components/uml/package-summary.html delete mode 100644 docs/com/xxrjun/components/uml/package-tree.html delete mode 100644 docs/com/xxrjun/enums/EditFunctionTypes.html delete mode 100644 docs/com/xxrjun/enums/ToolButtonConfig.html delete mode 100644 docs/com/xxrjun/enums/UMLObjectTypes.html delete mode 100644 docs/com/xxrjun/enums/package-summary.html delete mode 100644 docs/com/xxrjun/enums/package-tree.html delete mode 100644 docs/com/xxrjun/modes/CreateBasicUMLObject.html delete mode 100644 docs/com/xxrjun/modes/CreateUMLConnectionLine.html delete mode 100644 docs/com/xxrjun/modes/Select.html delete mode 100644 docs/com/xxrjun/modes/UMLFactory.html delete mode 100644 docs/com/xxrjun/modes/UMLFactoryInterface.html delete mode 100644 docs/com/xxrjun/modes/UMLMode.html delete mode 100644 docs/com/xxrjun/modes/package-summary.html delete mode 100644 docs/com/xxrjun/modes/package-tree.html delete mode 100644 docs/com/xxrjun/package-summary.html delete mode 100644 docs/com/xxrjun/package-tree.html delete mode 100644 docs/constant-values.html delete mode 100644 docs/element-list delete mode 100644 docs/help-doc.html delete mode 100644 docs/index-files/index-1.html delete mode 100644 docs/index-files/index-10.html delete mode 100644 docs/index-files/index-11.html delete mode 100644 docs/index-files/index-12.html delete mode 100644 docs/index-files/index-13.html delete mode 100644 docs/index-files/index-14.html delete mode 100644 docs/index-files/index-15.html delete mode 100644 docs/index-files/index-16.html delete mode 100644 docs/index-files/index-17.html delete mode 100644 docs/index-files/index-2.html delete mode 100644 docs/index-files/index-3.html delete mode 100644 docs/index-files/index-4.html delete mode 100644 docs/index-files/index-5.html delete mode 100644 docs/index-files/index-6.html delete mode 100644 docs/index-files/index-7.html delete mode 100644 docs/index-files/index-8.html delete mode 100644 docs/index-files/index-9.html delete mode 100644 docs/index.html delete mode 100644 docs/jquery-ui.overrides.css delete mode 100644 docs/legal/COPYRIGHT delete mode 100644 docs/legal/LICENSE delete mode 100644 docs/legal/jquery.md delete mode 100644 docs/legal/jqueryUI.md delete mode 100644 docs/member-search-index.js delete mode 100644 docs/module-search-index.js delete mode 100644 docs/overview-summary.html delete mode 100644 docs/overview-tree.html delete mode 100644 docs/package-search-index.js delete mode 100644 docs/resources/glass.png delete mode 100644 docs/resources/x.png delete mode 100644 docs/script-dir/jquery-3.6.1.min.js delete mode 100644 docs/script-dir/jquery-ui.min.css delete mode 100644 docs/script-dir/jquery-ui.min.js delete mode 100644 docs/script.js delete mode 100644 docs/search.js delete mode 100644 docs/serialized-form.html delete mode 100644 docs/stylesheet.css delete mode 100644 docs/tag-search-index.js delete mode 100644 docs/type-search-index.js diff --git a/README.md b/README.md index 28be48c..dfbbe50 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ - +[![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://xxrjun.github.io/uml-editor) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/xxrjun/uml-editor)](https://github.com/xxrjun/uml-editor/releases/tag/v1.0)
@@ -9,6 +10,8 @@

NCU OOAD | Spring 2024 | Final Project
+
JavaDocs » +
DEMO »

@@ -16,29 +19,26 @@

+ # UML Editor -- [Demo](#demo) - [Software Requirements](#software-requirements) - [Maven Dependencies](#maven-dependencies) - [Features](#features) - - [GUI Layout \& Buttons](#gui-layout--buttons) + - [GUI Layout and Buttons](#gui-layout-and-buttons) - [Functions](#functions) - [Extra Features](#extra-features) - [Program Flow Overview](#program-flow-overview) - [Future Work](#future-work) -- [Project Structure](#project-structure) - [Usage](#usage) - [Build](#build) - [Run](#run) +- [Project File Structure](#project-file-structure) - [Class Diagram](#class-diagram) - [References](#references) - [Documentations](#documentations) - [Related Projects](#related-projects) -## Demo - -> TODO ## Software Requirements @@ -48,14 +48,18 @@ - [SonarLint Plugin](https://plugins.jetbrains.com/plugin/7973-sonarlint) - Code quality and security analysis tool - [Maven](https://mvnrepository.com/) - Dependency Management - [Figma](https://www.figma.com/) - UI and components design +- Documentation + - [Generate JavaDoc](https://www.jetbrains.com/help/idea/javadocs.html#generate-javadoc) - IntelliJ IDEA Tool + - [Deploy - Publish Javadoc](https://github.com/marketplace/actions/deploy-publish-javadoc) - GitHub Action ### Maven Dependencies - Logger: [slf4j](http://www.slf4j.org/) with [logback](http://logback.qos.ch/) + ## Features -### GUI Layout & Buttons +### GUI Layout and Buttons - [x] Select - [x] Association diff --git a/docs/allclasses-index.html b/docs/allclasses-index.html deleted file mode 100644 index ee3d983..0000000 --- a/docs/allclasses-index.html +++ /dev/null @@ -1,166 +0,0 @@ - - - - -All Classes and Interfaces - - - - - - - - - - - - - - - -
- -
-
-
-

All Classes and Interfaces

-
-
-
-
-
-
Class
-
Description
- -
-
The type Association line.
-
- -
-
The type Canvas.
-
- -
-
The type Class basic object.
-
- -
-
The type Composition line.
-
- -
-
The type Create basic uml object.
-
- -
-
The type Create uml connection line.
-
- -
-
The enum Edit function types.
-
- -
-
The type Generalization line.
-
- -
-
The type Menu bar.
-
- -
-
The type Select.
-
- -
-
The enum Tool button config.
-
- -
-
The type Tool panel.
-
- -
-
The type Uml basic object.
-
- -
-
The type Uml connection line.
-
- -
-
The enum End point type.
-
- -
-
The type Uml editor application.
-
- -
-
The type Uml factory.
-
- -
-
The interface Uml factory interface.
-
- -
-
The type Uml group.
-
- -
-
The type Uml mode.
-
- -
-
The type Uml object.
-
- -
-
The enum Uml object types.
-
- -
-
The type Uml port.
-
- -
-
The type Use case basic object.
-
-
-
-
-
-
-
- - diff --git a/docs/allpackages-index.html b/docs/allpackages-index.html deleted file mode 100644 index 7dfec31..0000000 --- a/docs/allpackages-index.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - -All Packages - - - - - - - - - - - - - - - -
- -
-
-
-

All Packages

-
-
Package Summary
- -
-
-
- - diff --git a/docs/com/xxrjun/UMLEditorApplication.html b/docs/com/xxrjun/UMLEditorApplication.html deleted file mode 100644 index 937e08c..0000000 --- a/docs/com/xxrjun/UMLEditorApplication.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - -UMLEditorApplication - - - - - - - - - - - - - - - -
- -
-
- -
-
Package com.xxrjun
-

Class UMLEditorApplication

-
-
java.lang.Object -
com.xxrjun.UMLEditorApplication
-
-
-
-
public class UMLEditorApplication -extends Object
-
The type Uml editor application.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UMLEditorApplication

      -
      public UMLEditorApplication()
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      createAndShowGUI

      -
      public void createAndShowGUI(String title, - int width, - int height)
      -
      Create and show gui.
      -
      -
      Parameters:
      -
      title - The title of the window
      -
      width - The width of the window
      -
      height - The height of the window

      ref: ...

      -
      -
      -
    • -
    • -
      -

      main

      -
      public static void main(String[] args)
      -
      The entry point of application.
      -
      -
      Parameters:
      -
      args - the input arguments
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/Canvas.html b/docs/com/xxrjun/components/Canvas.html deleted file mode 100644 index 264bc9a..0000000 --- a/docs/com/xxrjun/components/Canvas.html +++ /dev/null @@ -1,521 +0,0 @@ - - - - -Canvas - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Canvas

-
- -
-
-
All Implemented Interfaces:
-
ImageObserver, MenuContainer, Serializable, Accessible
-
-
-
public class Canvas -extends JPanel
-
The type Canvas.
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getInstance

      -
      public static Canvas getInstance()
      -
      Gets instance.
      -
      -
      Returns:
      -
      the instance
      -
      -
      -
    • -
    • -
      -

      setCanvasCurrentAction

      -
      public void setCanvasCurrentAction(UMLMode action)
      -
      Sets canvas current action.
      -
      -
      Parameters:
      -
      action - the action
      -
      -
      -
    • -
    • -
      -

      addUMLObject

      -
      public void addUMLObject(UMLObject umlObject)
      -
      Add uml object.
      -
      -
      Parameters:
      -
      umlObject - the uml object
      -
      -
      -
    • -
    • -
      -

      removeUMLObject

      -
      public void removeUMLObject(UMLObject umlObject)
      -
      Remove uml object.
      -
      -
      Parameters:
      -
      umlObject - the uml object
      -
      -
      -
    • -
    • -
      -

      clearSelectedObjects

      -
      public void clearSelectedObjects()
      -
      Clear selected objects.
      -
      -
    • -
    • -
      -

      getUMLObjects

      -
      public List<UMLObject> getUMLObjects()
      -
      Gets uml objects.
      -
      -
      Returns:
      -
      the uml objects
      -
      -
      -
    • -
    • -
      -

      setSelectedObjects

      -
      public void setSelectedObjects(List<UMLObject> selectedObjects)
      -
      Sets selected objects.
      -
      -
      Parameters:
      -
      selectedObjects - the selected objects
      -
      -
      -
    • -
    • -
      -

      addSelectedObject

      -
      public void addSelectedObject(UMLObject umlObject)
      -
      Add selected object.
      -
      -
      Parameters:
      -
      umlObject - the uml object
      -
      -
      -
    • -
    • -
      -

      removeSelectedObject

      -
      public void removeSelectedObject(UMLObject umlObject)
      -
      Remove selected object.
      -
      -
      Parameters:
      -
      umlObject - the uml object
      -
      -
      -
    • -
    • -
      -

      getSelectedObjects

      -
      public List<UMLObject> getSelectedObjects()
      -
      Gets selected objects.
      -
      -
      Returns:
      -
      the selected objects
      -
      -
      -
    • -
    • -
      -

      setSelection

      -
      public void setSelection(UMLObject selection)
      -
      Sets selection.
      -
      -
      Parameters:
      -
      selection - the selection
      -
      -
      -
    • -
    • -
      -

      setTmpConnectionLine

      -
      public void setTmpConnectionLine(UMLConnectionLine tmpConnectionLine)
      -
      Sets tmp connection line.
      -
      -
      Parameters:
      -
      tmpConnectionLine - the tmp connection line
      -
      -
      -
    • -
    • -
      -

      clearTmpConnectionLine

      -
      public void clearTmpConnectionLine()
      -
      Clear tmp connection line.
      -
      -
    • -
    • -
      -

      setSelectedArea

      -
      public void setSelectedArea(Rectangle selectedArea)
      -
      Sets selected area.
      -
      -
      Parameters:
      -
      selectedArea - the selected area
      -
      -
      -
    • -
    • -
      -

      getSelectedArea

      -
      public Rectangle getSelectedArea()
      -
      Gets selected area.
      -
      -
      Returns:
      -
      the selected area
      -
      -
      -
    • -
    • -
      -

      clearSelectedArea

      -
      public void clearSelectedArea()
      -
      Clear selected area.
      -
      -
    • -
    • -
      -

      resetSelection

      -
      public void resetSelection()
      -
      Reset selection.
      -
      -
    • -
    • -
      -

      getSelection

      -
      public UMLObject getSelection()
      -
      Gets selection.
      -
      -
      Returns:
      -
      the selection
      -
      -
      -
    • -
    • -
      -

      setEditFunctionEnable

      -
      public void setEditFunctionEnable()
      -
      Sets edit function enable.
      -
      -
    • -
    • -
      -

      changeObjectName

      -
      public void changeObjectName()
      -
      Change object name.
      -
      -
    • -
    • -
      -

      groupSelectedObjects

      -
      public void groupSelectedObjects()
      -
      Group selected objects.
      -
      -
    • -
    • -
      -

      ungroupSelectedObjects

      -
      public void ungroupSelectedObjects()
      -
      Ungroup selected objects.
      -
      -
    • -
    • -
      -

      paint

      -
      public void paint(Graphics g)
      -
      -
      Overrides:
      -
      paint in class JComponent
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/MenuBar.html b/docs/com/xxrjun/components/MenuBar.html deleted file mode 100644 index 984f6e3..0000000 --- a/docs/com/xxrjun/components/MenuBar.html +++ /dev/null @@ -1,230 +0,0 @@ - - - - -MenuBar - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class MenuBar

-
-
java.lang.Object -
com.xxrjun.components.MenuBar
-
-
-
-
public class MenuBar -extends Object
-
The type Menu bar.
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      changeObjectNameItem

      -
      protected static final JMenuItem changeObjectNameItem
      -
      The constant changeObjectNameItem.
      -
      -
    • -
    • -
      -

      groupObjectsItem

      -
      protected static final JMenuItem groupObjectsItem
      -
      The constant groupObjectsItem.
      -
      -
    • -
    • -
      -

      unGroupObjectsItem

      -
      protected static final JMenuItem unGroupObjectsItem
      -
      The constant unGroupObjectsItem.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getInstance

      -
      public static MenuBar getInstance()
      -
      Gets instance.
      -
      -
      Returns:
      -
      the instance
      -
      -
      -
    • -
    • -
      -

      getMenuBar

      -
      public JMenuBar getMenuBar()
      -
      Gets menu bar.
      -
      -
      Returns:
      -
      the menu bar
      -
      -
      -
    • -
    • -
      -

      setEditFunctionEnable

      -
      public static void setEditFunctionEnable(EditFunctionTypes functionType, - boolean enable)
      -
      Sets edit function enable.
      -
      -
      Parameters:
      -
      functionType - the function type
      -
      enable - the enable
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/ToolPanel.html b/docs/com/xxrjun/components/ToolPanel.html deleted file mode 100644 index 9234c8e..0000000 --- a/docs/com/xxrjun/components/ToolPanel.html +++ /dev/null @@ -1,327 +0,0 @@ - - - - -ToolPanel - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ToolPanel

-
-
java.lang.Object -
com.xxrjun.components.ToolPanel
-
-
-
-
public class ToolPanel -extends Object
-
The type Tool panel.
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      TOOL_PANEL_WIDTH

      -
      protected static final int TOOL_PANEL_WIDTH
      -
      The constant TOOL_PANEL_WIDTH.
      -
      -
      See Also:
      -
      - -
      -
      -
      -
    • -
    • -
      -

      TOOL_PANEL_HEIGHT

      -
      protected static final int TOOL_PANEL_HEIGHT
      -
      The constant TOOL_PANEL_HEIGHT.
      -
      -
      See Also:
      -
      - -
      -
      -
      -
    • -
    • -
      -

      TOOL_PANEL_PADDING

      -
      protected static final int TOOL_PANEL_PADDING
      -
      The constant TOOL_PANEL_PADDING.
      -
      -
      See Also:
      -
      - -
      -
      -
      -
    • -
    • -
      -

      TOOL_BUTTON_VERTICAL_PADDING

      -
      protected static final int TOOL_BUTTON_VERTICAL_PADDING
      -
      The constant TOOL_BUTTON_VERTICAL_PADDING.
      -
      -
      See Also:
      -
      - -
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      getInstance

      -
      public static ToolPanel getInstance()
      -
      Gets instance.
      -
      -
      Returns:
      -
      the instance
      -
      -
      -
    • -
    • -
      -

      initializePanel

      -
      public void initializePanel()
      -
      Initialize panel.
      -
      -
    • -
    • -
      -

      loadButtons

      -
      public void loadButtons()
      -
      Load buttons.
      -
      -
    • -
    • -
      -

      resetPanelButtons

      -
      public void resetPanelButtons(int toolIndex)
      -
      Reset panel buttons.
      -
      -
      Parameters:
      -
      toolIndex - the tool index
      -
      -
      -
    • -
    • -
      -

      getTotalPanelHeight

      -
      public int getTotalPanelHeight()
      -
      Gets total panel height.
      -
      -
      Returns:
      -
      the total panel height
      -
      -
      -
    • -
    • -
      -

      getToolPanelWidth

      -
      public int getToolPanelWidth()
      -
      Gets tool panel width.
      -
      -
      Returns:
      -
      the tool panel width
      -
      -
      -
    • -
    • -
      -

      getPanel

      -
      public JPanel getPanel()
      -
      Gets panel.
      -
      -
      Returns:
      -
      the panel
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/package-summary.html b/docs/com/xxrjun/components/package-summary.html deleted file mode 100644 index e01586b..0000000 --- a/docs/com/xxrjun/components/package-summary.html +++ /dev/null @@ -1,109 +0,0 @@ - - - - -com.xxrjun.components - - - - - - - - - - - - - - - -
- -
-
-
-

Package com.xxrjun.components

-
-
-
package com.xxrjun.components
-
- -
-
-
-
- - diff --git a/docs/com/xxrjun/components/package-tree.html b/docs/com/xxrjun/components/package-tree.html deleted file mode 100644 index ec99841..0000000 --- a/docs/com/xxrjun/components/package-tree.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - -com.xxrjun.components Class Hierarchy - - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.xxrjun.components

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/docs/com/xxrjun/components/uml/UMLGroup.html b/docs/com/xxrjun/components/uml/UMLGroup.html deleted file mode 100644 index 53eb2fb..0000000 --- a/docs/com/xxrjun/components/uml/UMLGroup.html +++ /dev/null @@ -1,337 +0,0 @@ - - - - -UMLGroup - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UMLGroup

-
-
java.lang.Object -
com.xxrjun.components.uml.UMLObject -
com.xxrjun.components.uml.UMLGroup
-
-
-
-
-
public class UMLGroup -extends UMLObject
-
The type Uml group.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UMLGroup

      -
      public UMLGroup()
      -
      Instantiates a new Uml group.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      draw

      -
      public void draw(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Draw.
      -
      -
      Specified by:
      -
      draw in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    • -
      -

      initializePorts

      -
      public void initializePorts()
      -
      Description copied from class: UMLObject
      -
      Initialize ports.
      -
      -
      Specified by:
      -
      initializePorts in class UMLObject
      -
      -
      -
    • -
    • -
      -

      contains

      -
      public boolean contains(Point p)
      -
      Description copied from class: UMLObject
      -
      Contains boolean.
      -
      -
      Specified by:
      -
      contains in class UMLObject
      -
      Parameters:
      -
      p - the p
      -
      Returns:
      -
      the boolean
      -
      -
      -
    • -
    • -
      -

      highlightSelection

      -
      public void highlightSelection(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Highlight selection.
      -
      -
      Specified by:
      -
      highlightSelection in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    • -
      -

      addGroupMember

      -
      public void addGroupMember(UMLObject umlObject)
      -
      Add group member.
      -
      -
      Parameters:
      -
      umlObject - the uml object
      -
      -
      -
    • -
    • -
      -

      getGroupMembers

      -
      public List<UMLObject> getGroupMembers()
      -
      Gets group members.
      -
      -
      Returns:
      -
      the group members
      -
      -
      -
    • -
    • -
      -

      setGroupBounds

      -
      public void setGroupBounds()
      -
      Sets group bounds.
      -
      -
    • -
    • -
      -

      updateLocation

      -
      public void updateLocation(int moveX, - int moveY)
      -
      Description copied from class: UMLObject
      -
      Update location.
      -
      -
      Overrides:
      -
      updateLocation in class UMLObject
      -
      Parameters:
      -
      moveX - the move x
      -
      moveY - the move y
      -
      -
      -
    • -
    • -
      -

      resetSelection

      -
      public void resetSelection()
      -
      Reset selection.
      -
      -
    • -
    • -
      -

      getSelection

      -
      public UMLObject getSelection()
      -
      Gets selection.
      -
      -
      Returns:
      -
      the selection
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/UMLObject.html b/docs/com/xxrjun/components/uml/UMLObject.html deleted file mode 100644 index b1bf71b..0000000 --- a/docs/com/xxrjun/components/uml/UMLObject.html +++ /dev/null @@ -1,540 +0,0 @@ - - - - -UMLObject - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UMLObject

-
-
java.lang.Object -
com.xxrjun.components.uml.UMLObject
-
-
-
-
Direct Known Subclasses:
-
UMLBasicObject, UMLConnectionLine, UMLGroup
-
-
-
public abstract class UMLObject -extends Object
-
The type Uml object.
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      umlPorts

      -
      protected UMLPort[] umlPorts
      -
      The Uml ports.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UMLObject

      -
      protected UMLObject()
      -
      Instantiates a new Uml object.
      -
      -
    • -
    • -
      -

      UMLObject

      -
      protected UMLObject(int x1, - int y1, - int x2, - int y2, - UMLObjectTypes objectType)
      -
      Instantiates a new Uml object.
      -
      -
      Parameters:
      -
      x1 - the x 1
      -
      y1 - the y 1
      -
      x2 - the x 2
      -
      y2 - the y 2
      -
      objectType - the object type
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      draw

      -
      public abstract void draw(Graphics g)
      -
      Draw.
      -
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    • -
      -

      initializePorts

      -
      public abstract void initializePorts()
      -
      Initialize ports.
      -
      -
    • -
    • -
      -

      contains

      -
      public abstract boolean contains(Point p)
      -
      Contains boolean.
      -
      -
      Parameters:
      -
      p - the p
      -
      Returns:
      -
      the boolean
      -
      -
      -
    • -
    • -
      -

      highlightSelection

      -
      public abstract void highlightSelection(Graphics g)
      -
      Highlight selection.
      -
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    • -
      -

      updateLocation

      -
      public void updateLocation(int moveX, - int moveY)
      -
      Update location.
      -
      -
      Parameters:
      -
      moveX - the move x
      -
      moveY - the move y
      -
      -
      -
    • -
    • -
      -

      getX1

      -
      public int getX1()
      -
      Gets x 1.
      -
      -
      Returns:
      -
      the x 1
      -
      -
      -
    • -
    • -
      -

      setX1

      -
      public void setX1(int x1)
      -
      Sets x 1.
      -
      -
      Parameters:
      -
      x1 - the x 1
      -
      -
      -
    • -
    • -
      -

      getY1

      -
      public int getY1()
      -
      Gets y 1.
      -
      -
      Returns:
      -
      the y 1
      -
      -
      -
    • -
    • -
      -

      setY1

      -
      public void setY1(int y1)
      -
      Sets y 1.
      -
      -
      Parameters:
      -
      y1 - the y 1
      -
      -
      -
    • -
    • -
      -

      getX2

      -
      public int getX2()
      -
      Gets x 2.
      -
      -
      Returns:
      -
      the x 2
      -
      -
      -
    • -
    • -
      -

      setX2

      -
      public void setX2(int x2)
      -
      Sets x 2.
      -
      -
      Parameters:
      -
      x2 - the x 2
      -
      -
      -
    • -
    • -
      -

      getY2

      -
      public int getY2()
      -
      Gets y 2.
      -
      -
      Returns:
      -
      the y 2
      -
      -
      -
    • -
    • -
      -

      setY2

      -
      public void setY2(int y2)
      -
      Sets y 2.
      -
      -
      Parameters:
      -
      y2 - the y 2
      -
      -
      -
    • -
    • -
      -

      getObjectType

      -
      public UMLObjectTypes getObjectType()
      -
      Gets object type.
      -
      -
      Returns:
      -
      the object type
      -
      -
      -
    • -
    • -
      -

      setObjectType

      -
      public void setObjectType(UMLObjectTypes objectType)
      -
      Sets object type.
      -
      -
      Parameters:
      -
      objectType - the object type
      -
      -
      -
    • -
    • -
      -

      isGroupSelected

      -
      public boolean isGroupSelected()
      -
      Is group selected boolean.
      -
      -
      Returns:
      -
      the boolean
      -
      -
      -
    • -
    • -
      -

      setGroupSelected

      -
      public void setGroupSelected(boolean groupSelected)
      -
      Sets group selected.
      -
      -
      Parameters:
      -
      groupSelected - the group selected
      -
      -
      -
    • -
    • -
      -

      isNameChangeable

      -
      public boolean isNameChangeable()
      -
      Is name changeable boolean.
      -
      -
      Returns:
      -
      the boolean
      -
      -
      -
    • -
    • -
      -

      setNameChangeable

      -
      public void setNameChangeable(boolean nameChangeable)
      -
      Sets name changeable.
      -
      -
      Parameters:
      -
      nameChangeable - the name changeable
      -
      -
      -
    • -
    • -
      -

      getBounds

      -
      public Rectangle getBounds()
      -
      Gets bounds.
      -
      -
      Returns:
      -
      the bounds
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/UMLPort.html b/docs/com/xxrjun/components/uml/UMLPort.html deleted file mode 100644 index 5063608..0000000 --- a/docs/com/xxrjun/components/uml/UMLPort.html +++ /dev/null @@ -1,236 +0,0 @@ - - - - -UMLPort - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UMLPort

-
- -
-
-
All Implemented Interfaces:
-
Shape, Serializable, Cloneable
-
-
-
public class UMLPort -extends Rectangle
-
The type Uml port.
-
-
See Also:
-
- -
-
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UMLPort

      -
      public UMLPort(int centerX, - int centerY, - int offset)
      -
      Instantiates a new Uml port.
      -
      -
      Parameters:
      -
      centerX - the center x
      -
      centerY - the center y
      -
      offset - the offset
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      setLocation

      -
      public void setLocation(int centerX, - int centerY, - int offset)
      -
      Set location.
      -
      -
      Parameters:
      -
      centerX - the center x
      -
      centerY - the center y
      -
      offset - the offset
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/basics/ClassBasicObject.html b/docs/com/xxrjun/components/uml/basics/ClassBasicObject.html deleted file mode 100644 index 4a43ebd..0000000 --- a/docs/com/xxrjun/components/uml/basics/ClassBasicObject.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - -ClassBasicObject - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class ClassBasicObject

-
- -
-
-
public class ClassBasicObject -extends UMLBasicObject
-
The type Class basic object.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      ClassBasicObject

      -
      public ClassBasicObject(int x, - int y, - UMLObjectTypes objectType)
      -
      Instantiates a new Class basic object.
      -
      -
      Parameters:
      -
      x - the x
      -
      y - the y
      -
      objectType - the object type
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      draw

      -
      public void draw(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Draw.
      -
      -
      Specified by:
      -
      draw in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/basics/UMLBasicObject.html b/docs/com/xxrjun/components/uml/basics/UMLBasicObject.html deleted file mode 100644 index a7f275b..0000000 --- a/docs/com/xxrjun/components/uml/basics/UMLBasicObject.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - -UMLBasicObject - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UMLBasicObject

-
-
java.lang.Object -
com.xxrjun.components.uml.UMLObject -
com.xxrjun.components.uml.basics.UMLBasicObject
-
-
-
-
-
Direct Known Subclasses:
-
ClassBasicObject, UseCaseBasicObject
-
-
-
public abstract class UMLBasicObject -extends UMLObject
-
The type Uml basic object.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UMLBasicObject

      -
      protected UMLBasicObject(int x, - int y, - int width, - int height, - String objectName, - UMLObjectTypes objectType)
      -
      Instantiates a new Uml basic object.
      -
      -
      Parameters:
      -
      x - the x
      -
      y - the y
      -
      width - the width
      -
      height - the height
      -
      objectName - the object name
      -
      objectType - the object type
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      initializePorts

      -
      public void initializePorts()
      -
      Description copied from class: UMLObject
      -
      Initialize ports.
      -
      -
      Specified by:
      -
      initializePorts in class UMLObject
      -
      -
      -
    • -
    • -
      -

      highlightSelection

      -
      public void highlightSelection(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Highlight selection.
      -
      -
      Specified by:
      -
      highlightSelection in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    • -
      -

      contains

      -
      public boolean contains(Point p)
      -
      Description copied from class: UMLObject
      -
      Contains boolean.
      -
      -
      Specified by:
      -
      contains in class UMLObject
      -
      Parameters:
      -
      p - the p
      -
      Returns:
      -
      the boolean
      -
      -
      -
    • -
    • -
      -

      findNearestPort

      -
      public UMLPort findNearestPort(Point point)
      -
      Find nearest port uml port.
      -
      -
      Parameters:
      -
      point - the point
      -
      Returns:
      -
      the uml port
      -
      -
      -
    • -
    • -
      -

      updateConnectionLine

      -
      public void updateConnectionLine()
      -
      Update connection line.
      -
      -
    • -
    • -
      -

      updateLocation

      -
      public void updateLocation(int deltaX, - int deltaY)
      -
      Description copied from class: UMLObject
      -
      Update location.
      -
      -
      Overrides:
      -
      updateLocation in class UMLObject
      -
      Parameters:
      -
      deltaX - the move x
      -
      deltaY - the move y
      -
      -
      -
    • -
    • -
      -

      addConnectionLine

      -
      public void addConnectionLine(UMLConnectionLine connectionLine, - UMLConnectionLine.EndPointType endPointType)
      -
      Add connection line.
      -
      -
      Parameters:
      -
      connectionLine - the connection line
      -
      endPointType - the end point type
      -
      -
      -
    • -
    • -
      -

      setObjectName

      -
      public void setObjectName(String objectName)
      -
      Sets object name.
      -
      -
      Parameters:
      -
      objectName - the object name
      -
      -
      -
    • -
    • -
      -

      getObjectName

      -
      public String getObjectName()
      -
      Gets object name.
      -
      -
      Returns:
      -
      the object name
      -
      -
      -
    • -
    • -
      -

      drawObjectName

      -
      public void drawObjectName(int width, - int textOffset, - Graphics g)
      -
      Draw object name.
      -
      -
      Parameters:
      -
      width - the width
      -
      textOffset - the text offset
      -
      g - the g
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/basics/UseCaseBasicObject.html b/docs/com/xxrjun/components/uml/basics/UseCaseBasicObject.html deleted file mode 100644 index f5f36e5..0000000 --- a/docs/com/xxrjun/components/uml/basics/UseCaseBasicObject.html +++ /dev/null @@ -1,201 +0,0 @@ - - - - -UseCaseBasicObject - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UseCaseBasicObject

-
- -
-
-
public class UseCaseBasicObject -extends UMLBasicObject
-
The type Use case basic object.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UseCaseBasicObject

      -
      public UseCaseBasicObject(int x, - int y, - UMLObjectTypes objectType)
      -
      Instantiates a new Use case basic object.
      -
      -
      Parameters:
      -
      x - the x
      -
      y - the y
      -
      objectType - the object type
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      draw

      -
      public void draw(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Draw.
      -
      -
      Specified by:
      -
      draw in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/basics/package-summary.html b/docs/com/xxrjun/components/uml/basics/package-summary.html deleted file mode 100644 index b148152..0000000 --- a/docs/com/xxrjun/components/uml/basics/package-summary.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - -com.xxrjun.components.uml.basics - - - - - - - - - - - - - - - -
- -
-
-
-

Package com.xxrjun.components.uml.basics

-
-
-
package com.xxrjun.components.uml.basics
-
- -
-
-
-
- - diff --git a/docs/com/xxrjun/components/uml/basics/package-tree.html b/docs/com/xxrjun/components/uml/basics/package-tree.html deleted file mode 100644 index 2e9671e..0000000 --- a/docs/com/xxrjun/components/uml/basics/package-tree.html +++ /dev/null @@ -1,80 +0,0 @@ - - - - -com.xxrjun.components.uml.basics Class Hierarchy - - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.xxrjun.components.uml.basics

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/docs/com/xxrjun/components/uml/connectionlines/AssociationLine.html b/docs/com/xxrjun/components/uml/connectionlines/AssociationLine.html deleted file mode 100644 index 88b3f26..0000000 --- a/docs/com/xxrjun/components/uml/connectionlines/AssociationLine.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - -AssociationLine - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class AssociationLine

-
- -
-
-
public class AssociationLine -extends UMLConnectionLine
-
The type Association line.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      AssociationLine

      -
      public AssociationLine(int x1, - int y1, - int x2, - int y2, - UMLObjectTypes objectType)
      -
      Instantiates a new Association line.
      -
      -
      Parameters:
      -
      x1 - the x 1
      -
      y1 - the y 1
      -
      x2 - the x 2
      -
      y2 - the y 2
      -
      objectType - the object type
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      draw

      -
      public void draw(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Draw.
      -
      -
      Specified by:
      -
      draw in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/connectionlines/CompositionLine.html b/docs/com/xxrjun/components/uml/connectionlines/CompositionLine.html deleted file mode 100644 index 4229485..0000000 --- a/docs/com/xxrjun/components/uml/connectionlines/CompositionLine.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - -CompositionLine - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class CompositionLine

-
- -
-
-
public class CompositionLine -extends UMLConnectionLine
-
The type Composition line.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      CompositionLine

      -
      public CompositionLine(int x1, - int y1, - int x2, - int y2, - UMLObjectTypes objectType)
      -
      Instantiates a new Composition line.
      -
      -
      Parameters:
      -
      x1 - the x 1
      -
      y1 - the y 1
      -
      x2 - the x 2
      -
      y2 - the y 2
      -
      objectType - the object type
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      draw

      -
      public void draw(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Draw.
      -
      -
      Specified by:
      -
      draw in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/connectionlines/GeneralizationLine.html b/docs/com/xxrjun/components/uml/connectionlines/GeneralizationLine.html deleted file mode 100644 index ba4f6d3..0000000 --- a/docs/com/xxrjun/components/uml/connectionlines/GeneralizationLine.html +++ /dev/null @@ -1,216 +0,0 @@ - - - - -GeneralizationLine - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class GeneralizationLine

-
- -
-
-
public class GeneralizationLine -extends UMLConnectionLine
-
The type Generalization line.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      GeneralizationLine

      -
      public GeneralizationLine(int x1, - int y1, - int x2, - int y2, - UMLObjectTypes objectType)
      -
      Instantiates a new Generalization line.
      -
      -
      Parameters:
      -
      x1 - the x 1
      -
      y1 - the y 1
      -
      x2 - the x 2
      -
      y2 - the y 2
      -
      objectType - the object type
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      draw

      -
      public void draw(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Draw.
      -
      -
      Specified by:
      -
      draw in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/connectionlines/UMLConnectionLine.EndPointType.html b/docs/com/xxrjun/components/uml/connectionlines/UMLConnectionLine.EndPointType.html deleted file mode 100644 index 72dea50..0000000 --- a/docs/com/xxrjun/components/uml/connectionlines/UMLConnectionLine.EndPointType.html +++ /dev/null @@ -1,239 +0,0 @@ - - - - -UMLConnectionLine.EndPointType - - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class UMLConnectionLine.EndPointType

-
-
java.lang.Object -
java.lang.Enum<UMLConnectionLine.EndPointType> -
com.xxrjun.components.uml.connectionlines.UMLConnectionLine.EndPointType
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<UMLConnectionLine.EndPointType>, Constable
-
-
-
Enclosing class:
-
UMLConnectionLine
-
-
-
public static enum UMLConnectionLine.EndPointType -extends Enum<UMLConnectionLine.EndPointType>
-
The enum End point type.
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    - -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static UMLConnectionLine.EndPointType[] 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 UMLConnectionLine.EndPointType 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/docs/com/xxrjun/components/uml/connectionlines/UMLConnectionLine.html b/docs/com/xxrjun/components/uml/connectionlines/UMLConnectionLine.html deleted file mode 100644 index 86ba90f..0000000 --- a/docs/com/xxrjun/components/uml/connectionlines/UMLConnectionLine.html +++ /dev/null @@ -1,355 +0,0 @@ - - - - -UMLConnectionLine - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UMLConnectionLine

-
-
java.lang.Object -
com.xxrjun.components.uml.UMLObject -
com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
-
-
-
-
Direct Known Subclasses:
-
AssociationLine, CompositionLine, GeneralizationLine
-
-
-
public abstract class UMLConnectionLine -extends UMLObject
-
The type Uml connection line.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UMLConnectionLine

      -
      protected UMLConnectionLine(int x1, - int y1, - int x2, - int y2, - UMLObjectTypes objectTypes)
      -
      Instantiates a new Uml connection line.
      -
      -
      Parameters:
      -
      x1 - the x 1
      -
      y1 - the y 1
      -
      x2 - the x 2
      -
      y2 - the y 2
      -
      objectTypes - the object types
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      initializePorts

      -
      public void initializePorts()
      -
      Description copied from class: UMLObject
      -
      Initialize ports.
      -
      -
      Specified by:
      -
      initializePorts in class UMLObject
      -
      -
      -
    • -
    • -
      -

      contains

      -
      public boolean contains(Point p)
      -
      Description copied from class: UMLObject
      -
      Contains boolean.
      -
      -
      Specified by:
      -
      contains in class UMLObject
      -
      Parameters:
      -
      p - the p
      -
      Returns:
      -
      the boolean
      -
      -
      -
    • -
    • -
      -

      highlightSelection

      -
      public void highlightSelection(Graphics g)
      -
      Description copied from class: UMLObject
      -
      Highlight selection.
      -
      -
      Specified by:
      -
      highlightSelection in class UMLObject
      -
      Parameters:
      -
      g - the g
      -
      -
      -
    • -
    • -
      -

      resetLocation

      -
      public void resetLocation()
      -
      Reset location.
      -
      -
    • -
    • -
      -

      resetEndPoint

      -
      public void resetEndPoint(Point p)
      -
      Reset end point.
      -
      -
      Parameters:
      -
      p - the p
      -
      -
      -
    • -
    • -
      -

      setSourcePort

      -
      public void setSourcePort(UMLPort umlPort)
      -
      Sets source port.
      -
      -
      Parameters:
      -
      umlPort - the uml port
      -
      -
      -
    • -
    • -
      -

      setDestinationPort

      -
      public void setDestinationPort(UMLPort umlPort)
      -
      Sets destination port.
      -
      -
      Parameters:
      -
      umlPort - the uml port
      -
      -
      -
    • -
    • -
      -

      getCurrentEndPointType

      -
      public UMLConnectionLine.EndPointType getCurrentEndPointType()
      -
      Gets current end point type.
      -
      -
      Returns:
      -
      the current end point type
      -
      -
      -
    • -
    • -
      -

      setEndPointType

      -
      public void setEndPointType(UMLConnectionLine.EndPointType endPointType)
      -
      Sets end point type.
      -
      -
      Parameters:
      -
      endPointType - the end point type
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/components/uml/connectionlines/package-summary.html b/docs/com/xxrjun/components/uml/connectionlines/package-summary.html deleted file mode 100644 index fe83bb4..0000000 --- a/docs/com/xxrjun/components/uml/connectionlines/package-summary.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - -com.xxrjun.components.uml.connectionlines - - - - - - - - - - - - - - - -
- -
-
-
-

Package com.xxrjun.components.uml.connectionlines

-
-
-
package com.xxrjun.components.uml.connectionlines
-
- -
-
-
-
- - diff --git a/docs/com/xxrjun/components/uml/connectionlines/package-tree.html b/docs/com/xxrjun/components/uml/connectionlines/package-tree.html deleted file mode 100644 index 1eeb3ef..0000000 --- a/docs/com/xxrjun/components/uml/connectionlines/package-tree.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - -com.xxrjun.components.uml.connectionlines Class Hierarchy - - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.xxrjun.components.uml.connectionlines

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-

Enum Class Hierarchy

- -
-
-
-
- - diff --git a/docs/com/xxrjun/components/uml/package-summary.html b/docs/com/xxrjun/components/uml/package-summary.html deleted file mode 100644 index 4f0f60a..0000000 --- a/docs/com/xxrjun/components/uml/package-summary.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - -com.xxrjun.components.uml - - - - - - - - - - - - - - - -
- -
-
-
-

Package com.xxrjun.components.uml

-
-
-
package com.xxrjun.components.uml
-
- -
-
-
-
- - diff --git a/docs/com/xxrjun/components/uml/package-tree.html b/docs/com/xxrjun/components/uml/package-tree.html deleted file mode 100644 index 7673687..0000000 --- a/docs/com/xxrjun/components/uml/package-tree.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - -com.xxrjun.components.uml Class Hierarchy - - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.xxrjun.components.uml

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/docs/com/xxrjun/enums/EditFunctionTypes.html b/docs/com/xxrjun/enums/EditFunctionTypes.html deleted file mode 100644 index cf4f132..0000000 --- a/docs/com/xxrjun/enums/EditFunctionTypes.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - -EditFunctionTypes - - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class EditFunctionTypes

-
-
java.lang.Object -
java.lang.Enum<EditFunctionTypes> -
com.xxrjun.enums.EditFunctionTypes
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<EditFunctionTypes>, Constable
-
-
-
public enum EditFunctionTypes -extends Enum<EditFunctionTypes>
-
The enum Edit function types.
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      CHANGE_OBJECT_NAME

      -
      public static final EditFunctionTypes CHANGE_OBJECT_NAME
      -
      Change object name edit function types.
      -
      -
    • -
    • -
      -

      GROUP_OBJECTS

      -
      public static final EditFunctionTypes GROUP_OBJECTS
      -
      Group objects edit function types.
      -
      -
    • -
    • -
      -

      UNGROUP_OBJECTS

      -
      public static final EditFunctionTypes UNGROUP_OBJECTS
      -
      Ungroup objects edit function types.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static EditFunctionTypes[] 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 EditFunctionTypes 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/docs/com/xxrjun/enums/ToolButtonConfig.html b/docs/com/xxrjun/enums/ToolButtonConfig.html deleted file mode 100644 index aa32494..0000000 --- a/docs/com/xxrjun/enums/ToolButtonConfig.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - -ToolButtonConfig - - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class ToolButtonConfig

-
-
java.lang.Object -
java.lang.Enum<ToolButtonConfig> -
com.xxrjun.enums.ToolButtonConfig
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<ToolButtonConfig>, Constable
-
-
-
public enum ToolButtonConfig -extends Enum<ToolButtonConfig>
-
The enum Tool button config.
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      SELECT

      -
      public static final ToolButtonConfig SELECT
      -
      The Select.
      -
      -
    • -
    • -
      -

      ASSOCIATION

      -
      public static final ToolButtonConfig ASSOCIATION
      -
      The Association.
      -
      -
    • -
    • -
      -

      GENERALIZATION

      -
      public static final ToolButtonConfig GENERALIZATION
      -
      The Generalization.
      -
      -
    • -
    • -
      -

      COMPOSITION

      -
      public static final ToolButtonConfig COMPOSITION
      -
      The Composition.
      -
      -
    • -
    • -
      -

      CLASS

      -
      public static final ToolButtonConfig CLASS
      -
      The Class.
      -
      -
    • -
    • -
      -

      USE_CASE

      -
      public static final ToolButtonConfig USE_CASE
      -
      The Use case.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static ToolButtonConfig[] 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 ToolButtonConfig 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
      -
      -
      -
    • -
    • -
      -

      getActionType

      -
      public UMLMode getActionType()
      -
      Gets action type.
      -
      -
      Returns:
      -
      the action type
      -
      -
      -
    • -
    • -
      -

      getToolName

      -
      public String getToolName()
      -
      Gets tool name.
      -
      -
      Returns:
      -
      the tool name
      -
      -
      -
    • -
    • -
      -

      getImageName

      -
      public String getImageName()
      -
      Gets image name.
      -
      -
      Returns:
      -
      the image name
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/enums/UMLObjectTypes.html b/docs/com/xxrjun/enums/UMLObjectTypes.html deleted file mode 100644 index b0538e5..0000000 --- a/docs/com/xxrjun/enums/UMLObjectTypes.html +++ /dev/null @@ -1,268 +0,0 @@ - - - - -UMLObjectTypes - - - - - - - - - - - - - - - -
- -
-
- -
- -

Enum Class UMLObjectTypes

-
-
java.lang.Object -
java.lang.Enum<UMLObjectTypes> -
com.xxrjun.enums.UMLObjectTypes
-
-
-
-
-
All Implemented Interfaces:
-
Serializable, Comparable<UMLObjectTypes>, Constable
-
-
-
public enum UMLObjectTypes -extends Enum<UMLObjectTypes>
-
The enum Uml object types.
-
-
- -
-
-
    - -
  • -
    -

    Enum Constant Details

    -
      -
    • -
      -

      CLASS

      -
      public static final UMLObjectTypes CLASS
      -
      Class uml object types.
      -
      -
    • -
    • -
      -

      GROUP

      -
      public static final UMLObjectTypes GROUP
      -
      Group uml object types.
      -
      -
    • -
    • -
      -

      USE_CASE

      -
      public static final UMLObjectTypes USE_CASE
      -
      Use case uml object types.
      -
      -
    • -
    • -
      -

      ASSOCIATION_LINE

      -
      public static final UMLObjectTypes ASSOCIATION_LINE
      -
      Association line uml object types.
      -
      -
    • -
    • -
      -

      COMPOSITION_LINE

      -
      public static final UMLObjectTypes COMPOSITION_LINE
      -
      Composition line uml object types.
      -
      -
    • -
    • -
      -

      GENERALIZATION_LINE

      -
      public static final UMLObjectTypes GENERALIZATION_LINE
      -
      Generalization line uml object types.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      values

      -
      public static UMLObjectTypes[] 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 UMLObjectTypes 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/docs/com/xxrjun/enums/package-summary.html b/docs/com/xxrjun/enums/package-summary.html deleted file mode 100644 index d7e6f93..0000000 --- a/docs/com/xxrjun/enums/package-summary.html +++ /dev/null @@ -1,107 +0,0 @@ - - - - -com.xxrjun.enums - - - - - - - - - - - - - - - -
- -
-
-
-

Package com.xxrjun.enums

-
-
-
package com.xxrjun.enums
-
- -
-
-
-
- - diff --git a/docs/com/xxrjun/enums/package-tree.html b/docs/com/xxrjun/enums/package-tree.html deleted file mode 100644 index b801bf3..0000000 --- a/docs/com/xxrjun/enums/package-tree.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - -com.xxrjun.enums Class Hierarchy - - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.xxrjun.enums

-Package Hierarchies: - -
-
-

Enum Class Hierarchy

- -
-
-
-
- - diff --git a/docs/com/xxrjun/modes/CreateBasicUMLObject.html b/docs/com/xxrjun/modes/CreateBasicUMLObject.html deleted file mode 100644 index 2980afb..0000000 --- a/docs/com/xxrjun/modes/CreateBasicUMLObject.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - -CreateBasicUMLObject - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class CreateBasicUMLObject

-
-
java.lang.Object -
java.awt.event.MouseAdapter -
com.xxrjun.modes.UMLMode -
com.xxrjun.modes.CreateBasicUMLObject
-
-
-
-
-
-
All Implemented Interfaces:
-
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
-
-
-
public class CreateBasicUMLObject -extends UMLMode
-
The type Create basic uml object.
-
-
- -
-
-
    - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      CreateBasicUMLObject

      -
      public CreateBasicUMLObject(UMLObjectTypes objectType)
      -
      Instantiates a new Create basic uml object.
      -
      -
      Parameters:
      -
      objectType - the object type
      -
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Method Details

    - -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/modes/CreateUMLConnectionLine.html b/docs/com/xxrjun/modes/CreateUMLConnectionLine.html deleted file mode 100644 index e1ff04a..0000000 --- a/docs/com/xxrjun/modes/CreateUMLConnectionLine.html +++ /dev/null @@ -1,222 +0,0 @@ - - - - -CreateUMLConnectionLine - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class CreateUMLConnectionLine

-
-
java.lang.Object -
java.awt.event.MouseAdapter -
com.xxrjun.modes.UMLMode -
com.xxrjun.modes.CreateUMLConnectionLine
-
-
-
-
-
-
All Implemented Interfaces:
-
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
-
-
-
public class CreateUMLConnectionLine -extends UMLMode
-
The type Create uml connection line.
-
-
- -
-
- -
- -
-
-
- - diff --git a/docs/com/xxrjun/modes/Select.html b/docs/com/xxrjun/modes/Select.html deleted file mode 100644 index eac353c..0000000 --- a/docs/com/xxrjun/modes/Select.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - -Select - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class Select

-
- -
-
-
All Implemented Interfaces:
-
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
-
-
-
public class Select -extends UMLMode
-
The type Select.
-
-
- -
-
- -
- -
-
-
- - diff --git a/docs/com/xxrjun/modes/UMLFactory.html b/docs/com/xxrjun/modes/UMLFactory.html deleted file mode 100644 index d83762f..0000000 --- a/docs/com/xxrjun/modes/UMLFactory.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - -UMLFactory - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UMLFactory

-
-
java.lang.Object -
com.xxrjun.modes.UMLFactory
-
-
-
-
public abstract class UMLFactory -extends Object
-
The type Uml factory.
-
-
- -
-
-
    - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      createUMLBasicObject

      -
      public static UMLBasicObject createUMLBasicObject(UMLObjectTypes objectType, - Point p)
      -
      Create uml basic object uml basic object.
      -
      -
      Parameters:
      -
      objectType - the object type
      -
      p - the p
      -
      Returns:
      -
      the uml basic object
      -
      -
      -
    • -
    • -
      -

      createUMLConnectionLine

      -
      public static UMLConnectionLine createUMLConnectionLine(UMLObjectTypes objectType, - Point sourcePoint, - Point destinationPoint)
      -
      Create uml connection line uml connection line.
      -
      -
      Parameters:
      -
      objectType - the object type
      -
      sourcePoint - the source point
      -
      destinationPoint - the destination point
      -
      Returns:
      -
      the uml connection line
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/modes/UMLFactoryInterface.html b/docs/com/xxrjun/modes/UMLFactoryInterface.html deleted file mode 100644 index d49bfac..0000000 --- a/docs/com/xxrjun/modes/UMLFactoryInterface.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - -UMLFactoryInterface - - - - - - - - - - - - - - - -
- -
-
- -
- -

Interface UMLFactoryInterface

-
-
-
-
public interface UMLFactoryInterface
-
The interface Uml factory interface.
-
-
-
    - -
  • -
    -

    Method Summary

    -
    -
    -
    -
    -
    Modifier and Type
    -
    Method
    -
    Description
    - - -
    -
    Create uml object uml basic object.
    -
    -
    -
    -
    -
    -
  • -
-
-
-
    - -
  • -
    -

    Method Details

    -
      -
    • -
      -

      createUMLObject

      -
      UMLBasicObject createUMLObject()
      -
      Create uml object uml basic object.
      -
      -
      Returns:
      -
      the uml basic object
      -
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/modes/UMLMode.html b/docs/com/xxrjun/modes/UMLMode.html deleted file mode 100644 index a201040..0000000 --- a/docs/com/xxrjun/modes/UMLMode.html +++ /dev/null @@ -1,173 +0,0 @@ - - - - -UMLMode - - - - - - - - - - - - - - - -
- -
-
- -
- -

Class UMLMode

-
-
java.lang.Object -
java.awt.event.MouseAdapter -
com.xxrjun.modes.UMLMode
-
-
-
-
-
All Implemented Interfaces:
-
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
-
-
-
Direct Known Subclasses:
-
CreateBasicUMLObject, CreateUMLConnectionLine, Select
-
-
-
public abstract class UMLMode -extends MouseAdapter
-
The type Uml mode.
-
-
- -
-
-
    - -
  • -
    -

    Field Details

    -
      -
    • -
      -

      canvas

      -
      protected Canvas canvas
      -
      The Canvas.
      -
      -
    • -
    -
    -
  • - -
  • -
    -

    Constructor Details

    -
      -
    • -
      -

      UMLMode

      -
      public UMLMode()
      -
      -
    • -
    -
    -
  • -
-
- -
-
-
- - diff --git a/docs/com/xxrjun/modes/package-summary.html b/docs/com/xxrjun/modes/package-summary.html deleted file mode 100644 index d5ab09a..0000000 --- a/docs/com/xxrjun/modes/package-summary.html +++ /dev/null @@ -1,125 +0,0 @@ - - - - -com.xxrjun.modes - - - - - - - - - - - - - - - -
- -
-
-
-

Package com.xxrjun.modes

-
-
-
package com.xxrjun.modes
-
- -
-
-
-
- - diff --git a/docs/com/xxrjun/modes/package-tree.html b/docs/com/xxrjun/modes/package-tree.html deleted file mode 100644 index a777a69..0000000 --- a/docs/com/xxrjun/modes/package-tree.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - -com.xxrjun.modes Class Hierarchy - - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.xxrjun.modes

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-
-
- - diff --git a/docs/com/xxrjun/package-summary.html b/docs/com/xxrjun/package-summary.html deleted file mode 100644 index 5c9ece2..0000000 --- a/docs/com/xxrjun/package-summary.html +++ /dev/null @@ -1,99 +0,0 @@ - - - - -com.xxrjun - - - - - - - - - - - - - - - -
- -
-
-
-

Package com.xxrjun

-
-
-
package com.xxrjun
-
- -
-
-
-
- - diff --git a/docs/com/xxrjun/package-tree.html b/docs/com/xxrjun/package-tree.html deleted file mode 100644 index 83c94c6..0000000 --- a/docs/com/xxrjun/package-tree.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - -com.xxrjun Class Hierarchy - - - - - - - - - - - - - - - -
- -
-
-
-

Hierarchy For Package com.xxrjun

-Package Hierarchies: - -
-
-

Class Hierarchy

- -
-
-
-
- - diff --git a/docs/constant-values.html b/docs/constant-values.html deleted file mode 100644 index 110bebd..0000000 --- a/docs/constant-values.html +++ /dev/null @@ -1,88 +0,0 @@ - - - - -Constant Field Values - - - - - - - - - - - - - - - -
- -
-
-
-

Constant Field Values

-
-

Contents

- -
-
-
-

com.xxrjun.*

- -
-
-
-
- - diff --git a/docs/element-list b/docs/element-list deleted file mode 100644 index 2b3aa25..0000000 --- a/docs/element-list +++ /dev/null @@ -1,7 +0,0 @@ -com.xxrjun -com.xxrjun.components -com.xxrjun.components.uml -com.xxrjun.components.uml.basics -com.xxrjun.components.uml.connectionlines -com.xxrjun.enums -com.xxrjun.modes diff --git a/docs/help-doc.html b/docs/help-doc.html deleted file mode 100644 index 6428348..0000000 --- a/docs/help-doc.html +++ /dev/null @@ -1,186 +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. -
-

Overview

-

The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

-
-
-

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
  • -
  • Exceptions
  • -
  • Errors
  • -
  • 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/docs/index-files/index-1.html b/docs/index-files/index-1.html deleted file mode 100644 index 0df353b..0000000 --- a/docs/index-files/index-1.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - -A-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

A

-
-
addConnectionLine(UMLConnectionLine, UMLConnectionLine.EndPointType) - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
-
Add connection line.
-
-
addGroupMember(UMLObject) - Method in class com.xxrjun.components.uml.UMLGroup
-
-
Add group member.
-
-
addSelectedObject(UMLObject) - Method in class com.xxrjun.components.Canvas
-
-
Add selected object.
-
-
addUMLObject(UMLObject) - Method in class com.xxrjun.components.Canvas
-
-
Add uml object.
-
-
ASSOCIATION - Enum constant in enum class com.xxrjun.enums.ToolButtonConfig
-
-
The Association.
-
-
ASSOCIATION_LINE - Enum constant in enum class com.xxrjun.enums.UMLObjectTypes
-
-
Association line uml object types.
-
-
AssociationLine - Class in com.xxrjun.components.uml.connectionlines
-
-
The type Association line.
-
-
AssociationLine(int, int, int, int, UMLObjectTypes) - Constructor for class com.xxrjun.components.uml.connectionlines.AssociationLine
-
-
Instantiates a new Association line.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html deleted file mode 100644 index 78b67d5..0000000 --- a/docs/index-files/index-10.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - -M-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

M

-
-
main(String[]) - Static method in class com.xxrjun.UMLEditorApplication
-
-
The entry point of application.
-
-
MenuBar - Class in com.xxrjun.components
-
-
The type Menu bar.
-
-
mouseDragged(MouseEvent) - Method in class com.xxrjun.modes.CreateUMLConnectionLine
-
 
-
mouseDragged(MouseEvent) - Method in class com.xxrjun.modes.Select
-
 
-
mousePressed(MouseEvent) - Method in class com.xxrjun.modes.CreateBasicUMLObject
-
 
-
mousePressed(MouseEvent) - Method in class com.xxrjun.modes.CreateUMLConnectionLine
-
 
-
mousePressed(MouseEvent) - Method in class com.xxrjun.modes.Select
-
 
-
mouseReleased(MouseEvent) - Method in class com.xxrjun.modes.CreateUMLConnectionLine
-
 
-
mouseReleased(MouseEvent) - Method in class com.xxrjun.modes.Select
-
 
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-11.html b/docs/index-files/index-11.html deleted file mode 100644 index 330a993..0000000 --- a/docs/index-files/index-11.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - -N-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

N

-
-
NONE - Enum constant in enum class com.xxrjun.components.uml.connectionlines.UMLConnectionLine.EndPointType
-
-
None end point type.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-12.html b/docs/index-files/index-12.html deleted file mode 100644 index 733b989..0000000 --- a/docs/index-files/index-12.html +++ /dev/null @@ -1,63 +0,0 @@ - - - - -P-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

P

-
-
paint(Graphics) - Method in class com.xxrjun.components.Canvas
-
 
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-13.html b/docs/index-files/index-13.html deleted file mode 100644 index 2ed018c..0000000 --- a/docs/index-files/index-13.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - -R-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

R

-
-
removeSelectedObject(UMLObject) - Method in class com.xxrjun.components.Canvas
-
-
Remove selected object.
-
-
removeUMLObject(UMLObject) - Method in class com.xxrjun.components.Canvas
-
-
Remove uml object.
-
-
resetEndPoint(Point) - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
-
Reset end point.
-
-
resetLocation() - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
-
Reset location.
-
-
resetPanelButtons(int) - Method in class com.xxrjun.components.ToolPanel
-
-
Reset panel buttons.
-
-
resetSelection() - Method in class com.xxrjun.components.Canvas
-
-
Reset selection.
-
-
resetSelection() - Method in class com.xxrjun.components.uml.UMLGroup
-
-
Reset selection.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-14.html b/docs/index-files/index-14.html deleted file mode 100644 index 3e6f005..0000000 --- a/docs/index-files/index-14.html +++ /dev/null @@ -1,155 +0,0 @@ - - - - -S-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

S

-
-
Select - Class in com.xxrjun.modes
-
-
The type Select.
-
-
Select() - Constructor for class com.xxrjun.modes.Select
-
 
-
SELECT - Enum constant in enum class com.xxrjun.enums.ToolButtonConfig
-
-
The Select.
-
-
setCanvasCurrentAction(UMLMode) - Method in class com.xxrjun.components.Canvas
-
-
Sets canvas current action.
-
-
setDestinationPort(UMLPort) - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
-
Sets destination port.
-
-
setEditFunctionEnable() - Method in class com.xxrjun.components.Canvas
-
-
Sets edit function enable.
-
-
setEditFunctionEnable(EditFunctionTypes, boolean) - Static method in class com.xxrjun.components.MenuBar
-
-
Sets edit function enable.
-
-
setEndPointType(UMLConnectionLine.EndPointType) - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
-
Sets end point type.
-
-
setGroupBounds() - Method in class com.xxrjun.components.uml.UMLGroup
-
-
Sets group bounds.
-
-
setGroupSelected(boolean) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Sets group selected.
-
-
setLocation(int, int, int) - Method in class com.xxrjun.components.uml.UMLPort
-
-
Set location.
-
-
setNameChangeable(boolean) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Sets name changeable.
-
-
setObjectName(String) - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
-
Sets object name.
-
-
setObjectType(UMLObjectTypes) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Sets object type.
-
-
setSelectedArea(Rectangle) - Method in class com.xxrjun.components.Canvas
-
-
Sets selected area.
-
-
setSelectedObjects(List<UMLObject>) - Method in class com.xxrjun.components.Canvas
-
-
Sets selected objects.
-
-
setSelection(UMLObject) - Method in class com.xxrjun.components.Canvas
-
-
Sets selection.
-
-
setSourcePort(UMLPort) - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
-
Sets source port.
-
-
setTmpConnectionLine(UMLConnectionLine) - Method in class com.xxrjun.components.Canvas
-
-
Sets tmp connection line.
-
-
setX1(int) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Sets x 1.
-
-
setX2(int) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Sets x 2.
-
-
setY1(int) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Sets y 1.
-
-
setY2(int) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Sets y 2.
-
-
SOURCE - Enum constant in enum class com.xxrjun.components.uml.connectionlines.UMLConnectionLine.EndPointType
-
-
Source end point type.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-15.html b/docs/index-files/index-15.html deleted file mode 100644 index 65b7138..0000000 --- a/docs/index-files/index-15.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - -T-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

T

-
-
TOOL_BUTTON_VERTICAL_PADDING - Static variable in class com.xxrjun.components.ToolPanel
-
-
The constant TOOL_BUTTON_VERTICAL_PADDING.
-
-
TOOL_PANEL_HEIGHT - Static variable in class com.xxrjun.components.ToolPanel
-
-
The constant TOOL_PANEL_HEIGHT.
-
-
TOOL_PANEL_PADDING - Static variable in class com.xxrjun.components.ToolPanel
-
-
The constant TOOL_PANEL_PADDING.
-
-
TOOL_PANEL_WIDTH - Static variable in class com.xxrjun.components.ToolPanel
-
-
The constant TOOL_PANEL_WIDTH.
-
-
ToolButtonConfig - Enum Class in com.xxrjun.enums
-
-
The enum Tool button config.
-
-
ToolPanel - Class in com.xxrjun.components
-
-
The type Tool panel.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-16.html b/docs/index-files/index-16.html deleted file mode 100644 index de10a26..0000000 --- a/docs/index-files/index-16.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - -U-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

U

-
-
UMLBasicObject - Class in com.xxrjun.components.uml.basics
-
-
The type Uml basic object.
-
-
UMLBasicObject(int, int, int, int, String, UMLObjectTypes) - Constructor for class com.xxrjun.components.uml.basics.UMLBasicObject
-
-
Instantiates a new Uml basic object.
-
-
UMLConnectionLine - Class in com.xxrjun.components.uml.connectionlines
-
-
The type Uml connection line.
-
-
UMLConnectionLine(int, int, int, int, UMLObjectTypes) - Constructor for class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
-
Instantiates a new Uml connection line.
-
-
UMLConnectionLine.EndPointType - Enum Class in com.xxrjun.components.uml.connectionlines
-
-
The enum End point type.
-
-
UMLEditorApplication - Class in com.xxrjun
-
-
The type Uml editor application.
-
-
UMLEditorApplication() - Constructor for class com.xxrjun.UMLEditorApplication
-
 
-
UMLFactory - Class in com.xxrjun.modes
-
-
The type Uml factory.
-
-
UMLFactoryInterface - Interface in com.xxrjun.modes
-
-
The interface Uml factory interface.
-
-
UMLGroup - Class in com.xxrjun.components.uml
-
-
The type Uml group.
-
-
UMLGroup() - Constructor for class com.xxrjun.components.uml.UMLGroup
-
-
Instantiates a new Uml group.
-
-
UMLMode - Class in com.xxrjun.modes
-
-
The type Uml mode.
-
-
UMLMode() - Constructor for class com.xxrjun.modes.UMLMode
-
 
-
UMLObject - Class in com.xxrjun.components.uml
-
-
The type Uml object.
-
-
UMLObject() - Constructor for class com.xxrjun.components.uml.UMLObject
-
-
Instantiates a new Uml object.
-
-
UMLObject(int, int, int, int, UMLObjectTypes) - Constructor for class com.xxrjun.components.uml.UMLObject
-
-
Instantiates a new Uml object.
-
-
UMLObjectTypes - Enum Class in com.xxrjun.enums
-
-
The enum Uml object types.
-
-
UMLPort - Class in com.xxrjun.components.uml
-
-
The type Uml port.
-
-
UMLPort(int, int, int) - Constructor for class com.xxrjun.components.uml.UMLPort
-
-
Instantiates a new Uml port.
-
-
umlPorts - Variable in class com.xxrjun.components.uml.UMLObject
-
-
The Uml ports.
-
-
UNGROUP_OBJECTS - Enum constant in enum class com.xxrjun.enums.EditFunctionTypes
-
-
Ungroup objects edit function types.
-
-
unGroupObjectsItem - Static variable in class com.xxrjun.components.MenuBar
-
-
The constant unGroupObjectsItem.
-
-
ungroupSelectedObjects() - Method in class com.xxrjun.components.Canvas
-
-
Ungroup selected objects.
-
-
updateConnectionLine() - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
-
Update connection line.
-
-
updateLocation(int, int) - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
 
-
updateLocation(int, int) - Method in class com.xxrjun.components.uml.UMLGroup
-
 
-
updateLocation(int, int) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Update location.
-
-
USE_CASE - Enum constant in enum class com.xxrjun.enums.ToolButtonConfig
-
-
The Use case.
-
-
USE_CASE - Enum constant in enum class com.xxrjun.enums.UMLObjectTypes
-
-
Use case uml object types.
-
-
UseCaseBasicObject - Class in com.xxrjun.components.uml.basics
-
-
The type Use case basic object.
-
-
UseCaseBasicObject(int, int, UMLObjectTypes) - Constructor for class com.xxrjun.components.uml.basics.UseCaseBasicObject
-
-
Instantiates a new Use case basic object.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-17.html b/docs/index-files/index-17.html deleted file mode 100644 index fa534b4..0000000 --- a/docs/index-files/index-17.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - -V-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

V

-
-
valueOf(String) - Static method in enum class com.xxrjun.components.uml.connectionlines.UMLConnectionLine.EndPointType
-
-
Returns the enum constant of this class with the specified name.
-
-
valueOf(String) - Static method in enum class com.xxrjun.enums.EditFunctionTypes
-
-
Returns the enum constant of this class with the specified name.
-
-
valueOf(String) - Static method in enum class com.xxrjun.enums.ToolButtonConfig
-
-
Returns the enum constant of this class with the specified name.
-
-
valueOf(String) - Static method in enum class com.xxrjun.enums.UMLObjectTypes
-
-
Returns the enum constant of this class with the specified name.
-
-
values() - Static method in enum class com.xxrjun.components.uml.connectionlines.UMLConnectionLine.EndPointType
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
values() - Static method in enum class com.xxrjun.enums.EditFunctionTypes
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
values() - Static method in enum class com.xxrjun.enums.ToolButtonConfig
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
values() - Static method in enum class com.xxrjun.enums.UMLObjectTypes
-
-
Returns an array containing the constants of this enum class, in -the order they are declared.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html deleted file mode 100644 index a055d1e..0000000 --- a/docs/index-files/index-2.html +++ /dev/null @@ -1,181 +0,0 @@ - - - - -C-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

C

-
-
canvas - Variable in class com.xxrjun.modes.UMLMode
-
-
The Canvas.
-
-
Canvas - Class in com.xxrjun.components
-
-
The type Canvas.
-
-
CHANGE_OBJECT_NAME - Enum constant in enum class com.xxrjun.enums.EditFunctionTypes
-
-
Change object name edit function types.
-
-
changeObjectName() - Method in class com.xxrjun.components.Canvas
-
-
Change object name.
-
-
changeObjectNameItem - Static variable in class com.xxrjun.components.MenuBar
-
-
The constant changeObjectNameItem.
-
-
CLASS - Enum constant in enum class com.xxrjun.enums.ToolButtonConfig
-
-
The Class.
-
-
CLASS - Enum constant in enum class com.xxrjun.enums.UMLObjectTypes
-
-
Class uml object types.
-
-
ClassBasicObject - Class in com.xxrjun.components.uml.basics
-
-
The type Class basic object.
-
-
ClassBasicObject(int, int, UMLObjectTypes) - Constructor for class com.xxrjun.components.uml.basics.ClassBasicObject
-
-
Instantiates a new Class basic object.
-
-
clearSelectedArea() - Method in class com.xxrjun.components.Canvas
-
-
Clear selected area.
-
-
clearSelectedObjects() - Method in class com.xxrjun.components.Canvas
-
-
Clear selected objects.
-
-
clearTmpConnectionLine() - Method in class com.xxrjun.components.Canvas
-
-
Clear tmp connection line.
-
-
com.xxrjun - package com.xxrjun
-
 
-
com.xxrjun.components - package com.xxrjun.components
-
 
-
com.xxrjun.components.uml - package com.xxrjun.components.uml
-
 
-
com.xxrjun.components.uml.basics - package com.xxrjun.components.uml.basics
-
 
-
com.xxrjun.components.uml.connectionlines - package com.xxrjun.components.uml.connectionlines
-
 
-
com.xxrjun.enums - package com.xxrjun.enums
-
 
-
com.xxrjun.modes - package com.xxrjun.modes
-
 
-
COMPOSITION - Enum constant in enum class com.xxrjun.enums.ToolButtonConfig
-
-
The Composition.
-
-
COMPOSITION_LINE - Enum constant in enum class com.xxrjun.enums.UMLObjectTypes
-
-
Composition line uml object types.
-
-
CompositionLine - Class in com.xxrjun.components.uml.connectionlines
-
-
The type Composition line.
-
-
CompositionLine(int, int, int, int, UMLObjectTypes) - Constructor for class com.xxrjun.components.uml.connectionlines.CompositionLine
-
-
Instantiates a new Composition line.
-
-
contains(Point) - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
 
-
contains(Point) - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
 
-
contains(Point) - Method in class com.xxrjun.components.uml.UMLGroup
-
 
-
contains(Point) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Contains boolean.
-
-
createAndShowGUI(String, int, int) - Method in class com.xxrjun.UMLEditorApplication
-
-
Create and show gui.
-
-
CreateBasicUMLObject - Class in com.xxrjun.modes
-
-
The type Create basic uml object.
-
-
CreateBasicUMLObject(UMLObjectTypes) - Constructor for class com.xxrjun.modes.CreateBasicUMLObject
-
-
Instantiates a new Create basic uml object.
-
-
createUMLBasicObject(UMLObjectTypes, Point) - Static method in class com.xxrjun.modes.UMLFactory
-
-
Create uml basic object uml basic object.
-
-
createUMLConnectionLine(UMLObjectTypes, Point, Point) - Static method in class com.xxrjun.modes.UMLFactory
-
-
Create uml connection line uml connection line.
-
-
CreateUMLConnectionLine - Class in com.xxrjun.modes
-
-
The type Create uml connection line.
-
-
CreateUMLConnectionLine(UMLObjectTypes) - Constructor for class com.xxrjun.modes.CreateUMLConnectionLine
-
-
Instantiates a new Create uml connection line.
-
-
createUMLObject() - Method in interface com.xxrjun.modes.UMLFactoryInterface
-
-
Create uml object uml basic object.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-3.html b/docs/index-files/index-3.html deleted file mode 100644 index 1a470dc..0000000 --- a/docs/index-files/index-3.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - -D-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

D

-
-
DESTINATION - Enum constant in enum class com.xxrjun.components.uml.connectionlines.UMLConnectionLine.EndPointType
-
-
Destination end point type.
-
-
draw(Graphics) - Method in class com.xxrjun.components.uml.basics.ClassBasicObject
-
 
-
draw(Graphics) - Method in class com.xxrjun.components.uml.basics.UseCaseBasicObject
-
 
-
draw(Graphics) - Method in class com.xxrjun.components.uml.connectionlines.AssociationLine
-
 
-
draw(Graphics) - Method in class com.xxrjun.components.uml.connectionlines.CompositionLine
-
 
-
draw(Graphics) - Method in class com.xxrjun.components.uml.connectionlines.GeneralizationLine
-
 
-
draw(Graphics) - Method in class com.xxrjun.components.uml.UMLGroup
-
 
-
draw(Graphics) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Draw.
-
-
drawObjectName(int, int, Graphics) - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
-
Draw object name.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html deleted file mode 100644 index 6d0688f..0000000 --- a/docs/index-files/index-4.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - -E-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

E

-
-
EditFunctionTypes - Enum Class in com.xxrjun.enums
-
-
The enum Edit function types.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-5.html b/docs/index-files/index-5.html deleted file mode 100644 index 47b7d95..0000000 --- a/docs/index-files/index-5.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - -F-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

F

-
-
findNearestPort(Point) - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
-
Find nearest port uml port.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html deleted file mode 100644 index 0d40d75..0000000 --- a/docs/index-files/index-6.html +++ /dev/null @@ -1,189 +0,0 @@ - - - - -G-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

G

-
-
GENERALIZATION - Enum constant in enum class com.xxrjun.enums.ToolButtonConfig
-
-
The Generalization.
-
-
GENERALIZATION_LINE - Enum constant in enum class com.xxrjun.enums.UMLObjectTypes
-
-
Generalization line uml object types.
-
-
GeneralizationLine - Class in com.xxrjun.components.uml.connectionlines
-
-
The type Generalization line.
-
-
GeneralizationLine(int, int, int, int, UMLObjectTypes) - Constructor for class com.xxrjun.components.uml.connectionlines.GeneralizationLine
-
-
Instantiates a new Generalization line.
-
-
getActionType() - Method in enum class com.xxrjun.enums.ToolButtonConfig
-
-
Gets action type.
-
-
getBounds() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Gets bounds.
-
-
getCurrentEndPointType() - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
-
Gets current end point type.
-
-
getGroupMembers() - Method in class com.xxrjun.components.uml.UMLGroup
-
-
Gets group members.
-
-
getImageName() - Method in enum class com.xxrjun.enums.ToolButtonConfig
-
-
Gets image name.
-
-
getInstance() - Static method in class com.xxrjun.components.Canvas
-
-
Gets instance.
-
-
getInstance() - Static method in class com.xxrjun.components.MenuBar
-
-
Gets instance.
-
-
getInstance() - Static method in class com.xxrjun.components.ToolPanel
-
-
Gets instance.
-
-
getMenuBar() - Method in class com.xxrjun.components.MenuBar
-
-
Gets menu bar.
-
-
getObjectName() - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
-
Gets object name.
-
-
getObjectType() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Gets object type.
-
-
getPanel() - Method in class com.xxrjun.components.ToolPanel
-
-
Gets panel.
-
-
getSelectedArea() - Method in class com.xxrjun.components.Canvas
-
-
Gets selected area.
-
-
getSelectedObjects() - Method in class com.xxrjun.components.Canvas
-
-
Gets selected objects.
-
-
getSelection() - Method in class com.xxrjun.components.Canvas
-
-
Gets selection.
-
-
getSelection() - Method in class com.xxrjun.components.uml.UMLGroup
-
-
Gets selection.
-
-
getToolName() - Method in enum class com.xxrjun.enums.ToolButtonConfig
-
-
Gets tool name.
-
-
getToolPanelWidth() - Method in class com.xxrjun.components.ToolPanel
-
-
Gets tool panel width.
-
-
getTotalPanelHeight() - Method in class com.xxrjun.components.ToolPanel
-
-
Gets total panel height.
-
-
getUMLObjects() - Method in class com.xxrjun.components.Canvas
-
-
Gets uml objects.
-
-
getX1() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Gets x 1.
-
-
getX2() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Gets x 2.
-
-
getY1() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Gets y 1.
-
-
getY2() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Gets y 2.
-
-
GROUP - Enum constant in enum class com.xxrjun.enums.UMLObjectTypes
-
-
Group uml object types.
-
-
GROUP_OBJECTS - Enum constant in enum class com.xxrjun.enums.EditFunctionTypes
-
-
Group objects edit function types.
-
-
groupObjectsItem - Static variable in class com.xxrjun.components.MenuBar
-
-
The constant groupObjectsItem.
-
-
groupSelectedObjects() - Method in class com.xxrjun.components.Canvas
-
-
Group selected objects.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html deleted file mode 100644 index 881ba8e..0000000 --- a/docs/index-files/index-7.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - -H-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

H

-
-
highlightSelection(Graphics) - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
 
-
highlightSelection(Graphics) - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
 
-
highlightSelection(Graphics) - Method in class com.xxrjun.components.uml.UMLGroup
-
 
-
highlightSelection(Graphics) - Method in class com.xxrjun.components.uml.UMLObject
-
-
Highlight selection.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html deleted file mode 100644 index b67660b..0000000 --- a/docs/index-files/index-8.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - -I-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

I

-
-
initializePanel() - Method in class com.xxrjun.components.ToolPanel
-
-
Initialize panel.
-
-
initializePorts() - Method in class com.xxrjun.components.uml.basics.UMLBasicObject
-
 
-
initializePorts() - Method in class com.xxrjun.components.uml.connectionlines.UMLConnectionLine
-
 
-
initializePorts() - Method in class com.xxrjun.components.uml.UMLGroup
-
 
-
initializePorts() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Initialize ports.
-
-
isGroupSelected() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Is group selected boolean.
-
-
isNameChangeable() - Method in class com.xxrjun.components.uml.UMLObject
-
-
Is name changeable boolean.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html deleted file mode 100644 index efe7a0e..0000000 --- a/docs/index-files/index-9.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - -L-Index - - - - - - - - - - - - - - - -
- -
-
-
-

Index

-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form -

L

-
-
loadButtons() - Method in class com.xxrjun.components.ToolPanel
-
-
Load buttons.
-
-
-A C D E F G H I L M N P R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
-
-
- - diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 05e85d7..0000000 --- a/docs/index.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - -Overview - - - - - - - - - - - - - - - -
- - -
- - diff --git a/docs/jquery-ui.overrides.css b/docs/jquery-ui.overrides.css deleted file mode 100644 index 03c010b..0000000 --- a/docs/jquery-ui.overrides.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. - * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - */ - -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active, -a.ui-button:active, -.ui-button:active, -.ui-button.ui-state-active:hover { - /* Overrides the color of selection used in jQuery UI */ - background: #F8981D; - border: 1px solid #F8981D; -} diff --git a/docs/legal/COPYRIGHT b/docs/legal/COPYRIGHT deleted file mode 100644 index 945e19c..0000000 --- a/docs/legal/COPYRIGHT +++ /dev/null @@ -1,69 +0,0 @@ -Copyright © 1993, 2018, Oracle and/or its affiliates. -All rights reserved. - -This software and related documentation are provided under a -license agreement containing restrictions on use and -disclosure and are protected by intellectual property laws. -Except as expressly permitted in your license agreement or -allowed by law, you may not use, copy, reproduce, translate, -broadcast, modify, license, transmit, distribute, exhibit, -perform, publish, or display any part, in any form, or by -any means. Reverse engineering, disassembly, or -decompilation of this software, unless required by law for -interoperability, is prohibited. - -The information contained herein is subject to change -without notice and is not warranted to be error-free. If you -find any errors, please report them to us in writing. - -If this is software or related documentation that is -delivered to the U.S. Government or anyone licensing it on -behalf of the U.S. Government, the following notice is -applicable: - -U.S. GOVERNMENT END USERS: Oracle programs, including any -operating system, integrated software, any programs -installed on the hardware, and/or documentation, delivered -to U.S. Government end users are "commercial computer -software" pursuant to the applicable Federal Acquisition -Regulation and agency-specific supplemental regulations. As -such, use, duplication, disclosure, modification, and -adaptation of the programs, including any operating system, -integrated software, any programs installed on the hardware, -and/or documentation, shall be subject to license terms and -license restrictions applicable to the programs. No other -rights are granted to the U.S. Government. - -This software or hardware is developed for general use in a -variety of information management applications. It is not -developed or intended for use in any inherently dangerous -applications, including applications that may create a risk -of personal injury. If you use this software or hardware in -dangerous applications, then you shall be responsible to -take all appropriate fail-safe, backup, redundancy, and -other measures to ensure its safe use. Oracle Corporation -and its affiliates disclaim any liability for any damages -caused by use of this software or hardware in dangerous -applications. - -Oracle and Java are registered trademarks of Oracle and/or -its affiliates. Other names may be trademarks of their -respective owners. - -Intel and Intel Xeon are trademarks or registered trademarks -of Intel Corporation. All SPARC trademarks are used under -license and are trademarks or registered trademarks of SPARC -International, Inc. AMD, Opteron, the AMD logo, and the AMD -Opteron logo are trademarks or registered trademarks of -Advanced Micro Devices. UNIX is a registered trademark of -The Open Group. - -This software or hardware and documentation may provide -access to or information on content, products, and services -from third parties. Oracle Corporation and its affiliates -are not responsible for and expressly disclaim all -warranties of any kind with respect to third-party content, -products, and services. Oracle Corporation and its -affiliates will not be responsible for any loss, costs, or -damages incurred due to your access to or use of third-party -content, products, or services. diff --git a/docs/legal/LICENSE b/docs/legal/LICENSE deleted file mode 100644 index ee860d3..0000000 --- a/docs/legal/LICENSE +++ /dev/null @@ -1,118 +0,0 @@ -Your use of this Program is governed by the No-Fee Terms and Conditions set -forth below, unless you have received this Program (alone or as part of another -Oracle product) under an Oracle license agreement (including but not limited to -the Oracle Master Agreement), in which case your use of this Program is governed -solely by such license agreement with Oracle. - -Oracle No-Fee Terms and Conditions (NFTC) - -Definitions - -"Oracle" refers to Oracle America, Inc. "You" and "Your" refers to (a) a company -or organization (each an "Entity") accessing the Programs, if use of the -Programs will be on behalf of such Entity; or (b) an individual accessing the -Programs, if use of the Programs will not be on behalf of an Entity. -"Program(s)" refers to Oracle software provided by Oracle pursuant to the -following terms and any updates, error corrections, and/or Program Documentation -provided by Oracle. "Program Documentation" refers to Program user manuals and -Program installation manuals, if any. If available, Program Documentation may be -delivered with the Programs and/or may be accessed from -www.oracle.com/documentation. "Separate Terms" refers to separate license terms -that are specified in the Program Documentation, readmes or notice files and -that apply to Separately Licensed Technology. "Separately Licensed Technology" -refers to Oracle or third party technology that is licensed under Separate Terms -and not under the terms of this license. - -Separately Licensed Technology - -Oracle may provide certain notices to You in Program Documentation, readmes or -notice files in connection with Oracle or third party technology provided as or -with the Programs. If specified in the Program Documentation, readmes or notice -files, such technology will be licensed to You under Separate Terms. Your rights -to use Separately Licensed Technology under Separate Terms are not restricted in -any way by the terms herein. For clarity, notwithstanding the existence of a -notice, third party technology that is not Separately Licensed Technology shall -be deemed part of the Programs licensed to You under the terms of this license. - -Source Code for Open Source Software - -For software that You receive from Oracle in binary form that is licensed under -an open source license that gives You the right to receive the source code for -that binary, You can obtain a copy of the applicable source code from -https://oss.oracle.com/sources/ or http://www.oracle.com/goto/opensourcecode. If -the source code for such software was not provided to You with the binary, You -can also receive a copy of the source code on physical media by submitting a -written request pursuant to the instructions in the "Written Offer for Source -Code" section of the latter website. - -------------------------------------------------------------------------------- - -The following license terms apply to those Programs that are not provided to You -under Separate Terms. - -License Rights and Restrictions - -Oracle grants to You, as a recipient of this Program, subject to the conditions -stated herein, a nonexclusive, nontransferable, limited license to: - -(a) internally use the unmodified Programs for the purposes of developing, -testing, prototyping and demonstrating your applications, and running the -Program for Your own personal use or internal business operations; and - -(b) redistribute the unmodified Program and Program Documentation, under the -terms of this License, provided that You do not charge Your licensees any fees -associated with such distribution or use of the Program, including, without -limitation, fees for products that include or are bundled with a copy of the -Program or for services that involve the use of the distributed Program. - -You may make copies of the Programs to the extent reasonably necessary for -exercising the license rights granted herein and for backup purposes. You are -granted the right to use the Programs to provide third party training in the use -of the Programs and associated Separately Licensed Technology only if there is -express authorization of such use by Oracle on the Program's download page or in -the Program Documentation. - -Your license is contingent on compliance with the following conditions: - -- You do not remove markings or notices of either Oracle's or a licensor's - proprietary rights from the Programs or Program Documentation; - -- You comply with all U.S. and applicable export control and economic sanctions - laws and regulations that govern Your use of the Programs (including technical - data); - -- You do not cause or permit reverse engineering, disassembly or decompilation - of the Programs (except as allowed by law) by You nor allow an associated - party to do so. - -For clarity, any source code that may be included in the distribution with the -Programs is provided solely for reference purposes and may not be modified, -unless such source code is under Separate Terms permitting modification. - -Ownership - -Oracle or its licensors retain all ownership and intellectual property rights to -the Programs. - -Information Collection - -The Programs' installation and/or auto-update processes, if any, may transmit a -limited amount of data to Oracle or its service provider about those processes -to help Oracle understand and optimize them. Oracle does not associate the data -with personally identifiable information. Refer to Oracle's Privacy Policy at -www.oracle.com/privacy. - -Disclaimer of Warranties; Limitation of Liability - -THE PROGRAMS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER -DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY -IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR -NONINFRINGEMENT. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL ORACLE 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. diff --git a/docs/legal/jquery.md b/docs/legal/jquery.md deleted file mode 100644 index d468b31..0000000 --- a/docs/legal/jquery.md +++ /dev/null @@ -1,72 +0,0 @@ -## jQuery v3.6.1 - -### jQuery License -``` -jQuery v 3.6.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. - -****************************************** - -The jQuery JavaScript Library v3.6.1 also includes Sizzle.js - -Sizzle.js includes the following license: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/sizzle - -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. - -==== - -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/docs/legal/jqueryUI.md b/docs/legal/jqueryUI.md deleted file mode 100644 index 8031bdb..0000000 --- a/docs/legal/jqueryUI.md +++ /dev/null @@ -1,49 +0,0 @@ -## jQuery UI v1.12.1 - -### 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/docs/member-search-index.js b/docs/member-search-index.js deleted file mode 100644 index 1f7beb5..0000000 --- a/docs/member-search-index.js +++ /dev/null @@ -1 +0,0 @@ -memberSearchIndex = [{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"addConnectionLine(UMLConnectionLine, UMLConnectionLine.EndPointType)","u":"addConnectionLine(com.xxrjun.components.uml.connectionlines.UMLConnectionLine,com.xxrjun.components.uml.connectionlines.UMLConnectionLine.EndPointType)"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"addGroupMember(UMLObject)","u":"addGroupMember(com.xxrjun.components.uml.UMLObject)"},{"p":"com.xxrjun.components","c":"Canvas","l":"addSelectedObject(UMLObject)","u":"addSelectedObject(com.xxrjun.components.uml.UMLObject)"},{"p":"com.xxrjun.components","c":"Canvas","l":"addUMLObject(UMLObject)","u":"addUMLObject(com.xxrjun.components.uml.UMLObject)"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"ASSOCIATION"},{"p":"com.xxrjun.enums","c":"UMLObjectTypes","l":"ASSOCIATION_LINE"},{"p":"com.xxrjun.components.uml.connectionlines","c":"AssociationLine","l":"AssociationLine(int, int, int, int, UMLObjectTypes)","u":"%3Cinit%3E(int,int,int,int,com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.modes","c":"UMLMode","l":"canvas"},{"p":"com.xxrjun.enums","c":"EditFunctionTypes","l":"CHANGE_OBJECT_NAME"},{"p":"com.xxrjun.components","c":"Canvas","l":"changeObjectName()"},{"p":"com.xxrjun.components","c":"MenuBar","l":"changeObjectNameItem"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"CLASS"},{"p":"com.xxrjun.enums","c":"UMLObjectTypes","l":"CLASS"},{"p":"com.xxrjun.components.uml.basics","c":"ClassBasicObject","l":"ClassBasicObject(int, int, UMLObjectTypes)","u":"%3Cinit%3E(int,int,com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.components","c":"Canvas","l":"clearSelectedArea()"},{"p":"com.xxrjun.components","c":"Canvas","l":"clearSelectedObjects()"},{"p":"com.xxrjun.components","c":"Canvas","l":"clearTmpConnectionLine()"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"COMPOSITION"},{"p":"com.xxrjun.enums","c":"UMLObjectTypes","l":"COMPOSITION_LINE"},{"p":"com.xxrjun.components.uml.connectionlines","c":"CompositionLine","l":"CompositionLine(int, int, int, int, UMLObjectTypes)","u":"%3Cinit%3E(int,int,int,int,com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"contains(Point)","u":"contains(java.awt.Point)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"contains(Point)","u":"contains(java.awt.Point)"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"contains(Point)","u":"contains(java.awt.Point)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"contains(Point)","u":"contains(java.awt.Point)"},{"p":"com.xxrjun","c":"UMLEditorApplication","l":"createAndShowGUI(String, int, int)","u":"createAndShowGUI(java.lang.String,int,int)"},{"p":"com.xxrjun.modes","c":"CreateBasicUMLObject","l":"CreateBasicUMLObject(UMLObjectTypes)","u":"%3Cinit%3E(com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.modes","c":"UMLFactory","l":"createUMLBasicObject(UMLObjectTypes, Point)","u":"createUMLBasicObject(com.xxrjun.enums.UMLObjectTypes,java.awt.Point)"},{"p":"com.xxrjun.modes","c":"CreateUMLConnectionLine","l":"CreateUMLConnectionLine(UMLObjectTypes)","u":"%3Cinit%3E(com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.modes","c":"UMLFactory","l":"createUMLConnectionLine(UMLObjectTypes, Point, Point)","u":"createUMLConnectionLine(com.xxrjun.enums.UMLObjectTypes,java.awt.Point,java.awt.Point)"},{"p":"com.xxrjun.modes","c":"UMLFactoryInterface","l":"createUMLObject()"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine.EndPointType","l":"DESTINATION"},{"p":"com.xxrjun.components.uml.basics","c":"ClassBasicObject","l":"draw(Graphics)","u":"draw(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml.basics","c":"UseCaseBasicObject","l":"draw(Graphics)","u":"draw(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"AssociationLine","l":"draw(Graphics)","u":"draw(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"CompositionLine","l":"draw(Graphics)","u":"draw(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"GeneralizationLine","l":"draw(Graphics)","u":"draw(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"draw(Graphics)","u":"draw(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"draw(Graphics)","u":"draw(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"drawObjectName(int, int, Graphics)","u":"drawObjectName(int,int,java.awt.Graphics)"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"findNearestPort(Point)","u":"findNearestPort(java.awt.Point)"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"GENERALIZATION"},{"p":"com.xxrjun.enums","c":"UMLObjectTypes","l":"GENERALIZATION_LINE"},{"p":"com.xxrjun.components.uml.connectionlines","c":"GeneralizationLine","l":"GeneralizationLine(int, int, int, int, UMLObjectTypes)","u":"%3Cinit%3E(int,int,int,int,com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"getActionType()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"getBounds()"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"getCurrentEndPointType()"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"getGroupMembers()"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"getImageName()"},{"p":"com.xxrjun.components","c":"Canvas","l":"getInstance()"},{"p":"com.xxrjun.components","c":"MenuBar","l":"getInstance()"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"getInstance()"},{"p":"com.xxrjun.components","c":"MenuBar","l":"getMenuBar()"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"getObjectName()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"getObjectType()"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"getPanel()"},{"p":"com.xxrjun.components","c":"Canvas","l":"getSelectedArea()"},{"p":"com.xxrjun.components","c":"Canvas","l":"getSelectedObjects()"},{"p":"com.xxrjun.components","c":"Canvas","l":"getSelection()"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"getSelection()"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"getToolName()"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"getToolPanelWidth()"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"getTotalPanelHeight()"},{"p":"com.xxrjun.components","c":"Canvas","l":"getUMLObjects()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"getX1()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"getX2()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"getY1()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"getY2()"},{"p":"com.xxrjun.enums","c":"UMLObjectTypes","l":"GROUP"},{"p":"com.xxrjun.enums","c":"EditFunctionTypes","l":"GROUP_OBJECTS"},{"p":"com.xxrjun.components","c":"MenuBar","l":"groupObjectsItem"},{"p":"com.xxrjun.components","c":"Canvas","l":"groupSelectedObjects()"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"highlightSelection(Graphics)","u":"highlightSelection(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"highlightSelection(Graphics)","u":"highlightSelection(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"highlightSelection(Graphics)","u":"highlightSelection(java.awt.Graphics)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"highlightSelection(Graphics)","u":"highlightSelection(java.awt.Graphics)"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"initializePanel()"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"initializePorts()"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"initializePorts()"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"initializePorts()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"initializePorts()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"isGroupSelected()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"isNameChangeable()"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"loadButtons()"},{"p":"com.xxrjun","c":"UMLEditorApplication","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"com.xxrjun.modes","c":"CreateUMLConnectionLine","l":"mouseDragged(MouseEvent)","u":"mouseDragged(java.awt.event.MouseEvent)"},{"p":"com.xxrjun.modes","c":"Select","l":"mouseDragged(MouseEvent)","u":"mouseDragged(java.awt.event.MouseEvent)"},{"p":"com.xxrjun.modes","c":"CreateBasicUMLObject","l":"mousePressed(MouseEvent)","u":"mousePressed(java.awt.event.MouseEvent)"},{"p":"com.xxrjun.modes","c":"CreateUMLConnectionLine","l":"mousePressed(MouseEvent)","u":"mousePressed(java.awt.event.MouseEvent)"},{"p":"com.xxrjun.modes","c":"Select","l":"mousePressed(MouseEvent)","u":"mousePressed(java.awt.event.MouseEvent)"},{"p":"com.xxrjun.modes","c":"CreateUMLConnectionLine","l":"mouseReleased(MouseEvent)","u":"mouseReleased(java.awt.event.MouseEvent)"},{"p":"com.xxrjun.modes","c":"Select","l":"mouseReleased(MouseEvent)","u":"mouseReleased(java.awt.event.MouseEvent)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine.EndPointType","l":"NONE"},{"p":"com.xxrjun.components","c":"Canvas","l":"paint(Graphics)","u":"paint(java.awt.Graphics)"},{"p":"com.xxrjun.components","c":"Canvas","l":"removeSelectedObject(UMLObject)","u":"removeSelectedObject(com.xxrjun.components.uml.UMLObject)"},{"p":"com.xxrjun.components","c":"Canvas","l":"removeUMLObject(UMLObject)","u":"removeUMLObject(com.xxrjun.components.uml.UMLObject)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"resetEndPoint(Point)","u":"resetEndPoint(java.awt.Point)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"resetLocation()"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"resetPanelButtons(int)"},{"p":"com.xxrjun.components","c":"Canvas","l":"resetSelection()"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"resetSelection()"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"SELECT"},{"p":"com.xxrjun.modes","c":"Select","l":"Select()","u":"%3Cinit%3E()"},{"p":"com.xxrjun.components","c":"Canvas","l":"setCanvasCurrentAction(UMLMode)","u":"setCanvasCurrentAction(com.xxrjun.modes.UMLMode)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"setDestinationPort(UMLPort)","u":"setDestinationPort(com.xxrjun.components.uml.UMLPort)"},{"p":"com.xxrjun.components","c":"Canvas","l":"setEditFunctionEnable()"},{"p":"com.xxrjun.components","c":"MenuBar","l":"setEditFunctionEnable(EditFunctionTypes, boolean)","u":"setEditFunctionEnable(com.xxrjun.enums.EditFunctionTypes,boolean)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"setEndPointType(UMLConnectionLine.EndPointType)","u":"setEndPointType(com.xxrjun.components.uml.connectionlines.UMLConnectionLine.EndPointType)"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"setGroupBounds()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"setGroupSelected(boolean)"},{"p":"com.xxrjun.components.uml","c":"UMLPort","l":"setLocation(int, int, int)","u":"setLocation(int,int,int)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"setNameChangeable(boolean)"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"setObjectName(String)","u":"setObjectName(java.lang.String)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"setObjectType(UMLObjectTypes)","u":"setObjectType(com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.components","c":"Canvas","l":"setSelectedArea(Rectangle)","u":"setSelectedArea(java.awt.Rectangle)"},{"p":"com.xxrjun.components","c":"Canvas","l":"setSelectedObjects(List)","u":"setSelectedObjects(java.util.List)"},{"p":"com.xxrjun.components","c":"Canvas","l":"setSelection(UMLObject)","u":"setSelection(com.xxrjun.components.uml.UMLObject)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"setSourcePort(UMLPort)","u":"setSourcePort(com.xxrjun.components.uml.UMLPort)"},{"p":"com.xxrjun.components","c":"Canvas","l":"setTmpConnectionLine(UMLConnectionLine)","u":"setTmpConnectionLine(com.xxrjun.components.uml.connectionlines.UMLConnectionLine)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"setX1(int)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"setX2(int)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"setY1(int)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"setY2(int)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine.EndPointType","l":"SOURCE"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"TOOL_BUTTON_VERTICAL_PADDING"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"TOOL_PANEL_HEIGHT"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"TOOL_PANEL_PADDING"},{"p":"com.xxrjun.components","c":"ToolPanel","l":"TOOL_PANEL_WIDTH"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"UMLBasicObject(int, int, int, int, String, UMLObjectTypes)","u":"%3Cinit%3E(int,int,int,int,java.lang.String,com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine","l":"UMLConnectionLine(int, int, int, int, UMLObjectTypes)","u":"%3Cinit%3E(int,int,int,int,com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun","c":"UMLEditorApplication","l":"UMLEditorApplication()","u":"%3Cinit%3E()"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"UMLGroup()","u":"%3Cinit%3E()"},{"p":"com.xxrjun.modes","c":"UMLMode","l":"UMLMode()","u":"%3Cinit%3E()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"UMLObject()","u":"%3Cinit%3E()"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"UMLObject(int, int, int, int, UMLObjectTypes)","u":"%3Cinit%3E(int,int,int,int,com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.components.uml","c":"UMLPort","l":"UMLPort(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"umlPorts"},{"p":"com.xxrjun.enums","c":"EditFunctionTypes","l":"UNGROUP_OBJECTS"},{"p":"com.xxrjun.components","c":"MenuBar","l":"unGroupObjectsItem"},{"p":"com.xxrjun.components","c":"Canvas","l":"ungroupSelectedObjects()"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"updateConnectionLine()"},{"p":"com.xxrjun.components.uml.basics","c":"UMLBasicObject","l":"updateLocation(int, int)","u":"updateLocation(int,int)"},{"p":"com.xxrjun.components.uml","c":"UMLGroup","l":"updateLocation(int, int)","u":"updateLocation(int,int)"},{"p":"com.xxrjun.components.uml","c":"UMLObject","l":"updateLocation(int, int)","u":"updateLocation(int,int)"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"USE_CASE"},{"p":"com.xxrjun.enums","c":"UMLObjectTypes","l":"USE_CASE"},{"p":"com.xxrjun.components.uml.basics","c":"UseCaseBasicObject","l":"UseCaseBasicObject(int, int, UMLObjectTypes)","u":"%3Cinit%3E(int,int,com.xxrjun.enums.UMLObjectTypes)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine.EndPointType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.xxrjun.enums","c":"EditFunctionTypes","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.xxrjun.enums","c":"UMLObjectTypes","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"com.xxrjun.components.uml.connectionlines","c":"UMLConnectionLine.EndPointType","l":"values()"},{"p":"com.xxrjun.enums","c":"EditFunctionTypes","l":"values()"},{"p":"com.xxrjun.enums","c":"ToolButtonConfig","l":"values()"},{"p":"com.xxrjun.enums","c":"UMLObjectTypes","l":"values()"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/module-search-index.js b/docs/module-search-index.js deleted file mode 100644 index 0d59754..0000000 --- a/docs/module-search-index.js +++ /dev/null @@ -1 +0,0 @@ -moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/docs/overview-summary.html b/docs/overview-summary.html deleted file mode 100644 index 68d6c59..0000000 --- a/docs/overview-summary.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - -Generated Documentation (Untitled) - - - - - - - - - - - -
- -

index.html

-
- - diff --git a/docs/overview-tree.html b/docs/overview-tree.html deleted file mode 100644 index 25eeca7..0000000 --- a/docs/overview-tree.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - -Class Hierarchy - - - - - - - - - - - - - - - -
- -
-
- -
-

Class Hierarchy

- -
-
-

Interface Hierarchy

- -
-
-

Enum Class Hierarchy

- -
-
-
-
- - diff --git a/docs/package-search-index.js b/docs/package-search-index.js deleted file mode 100644 index fd98f03..0000000 --- a/docs/package-search-index.js +++ /dev/null @@ -1 +0,0 @@ -packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"com.xxrjun"},{"l":"com.xxrjun.components"},{"l":"com.xxrjun.components.uml"},{"l":"com.xxrjun.components.uml.basics"},{"l":"com.xxrjun.components.uml.connectionlines"},{"l":"com.xxrjun.enums"},{"l":"com.xxrjun.modes"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/resources/glass.png b/docs/resources/glass.png deleted file mode 100644 index a7f591f467a1c0c949bbc510156a0c1afb860a6e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 499 zcmVJoRsvExf%rEN>jUL}qZ_~k#FbE+Q;{`;0FZwVNX2n-^JoI; zP;4#$8DIy*Yk-P>VN(DUKmPse7mx+ExD4O|;?E5D0Z5($mjO3`*anwQU^s{ZDK#Lz zj>~{qyaIx5K!t%=G&2IJNzg!ChRpyLkO7}Ry!QaotAHAMpbB3AF(}|_f!G-oI|uK6 z`id_dumai5K%C3Y$;tKS_iqMPHg<*|-@e`liWLAggVM!zAP#@l;=c>S03;{#04Z~5 zN_+ss=Yg6*hTr59mzMwZ@+l~q!+?ft!fF66AXT#wWavHt30bZWFCK%!BNk}LN?0Hg z1VF_nfs`Lm^DjYZ1(1uD0u4CSIr)XAaqW6IT{!St5~1{i=i}zAy76p%_|w8rh@@c0Axr!ns=D-X+|*sY6!@wacG9%)Qn*O zl0sa739kT-&_?#oVxXF6tOnqTD)cZ}2vi$`ZU8RLAlo8=_z#*P3xI~i!lEh+Pdu-L zx{d*wgjtXbnGX_Yf@Tc7Q3YhLhPvc8noGJs2DA~1DySiA&6V{5JzFt ojAY1KXm~va;tU{v7C?Xj0BHw!K;2aXV*mgE07*qoM6N<$f;4TDA^-pY diff --git a/docs/script-dir/jquery-3.6.1.min.js b/docs/script-dir/jquery-3.6.1.min.js deleted file mode 100644 index 2c69bc9..0000000 --- a/docs/script-dir/jquery-3.6.1.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.6.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(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=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))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(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&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(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&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(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 ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);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&&E){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=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(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(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===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]||se.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]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(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(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(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=se.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 j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.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 S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(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 je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.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)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.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),m(t)&&(t=t.call(e,n,S.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)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.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"===S.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"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(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)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(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?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.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.mouseenter(e).mouseleave(t||e)}}),S.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){S.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("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/docs/script.js b/docs/script.js deleted file mode 100644 index 0765364..0000000 --- a/docs/script.js +++ /dev/null @@ -1,132 +0,0 @@ -/* - * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. - * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - */ - -var moduleSearchIndex; -var packageSearchIndex; -var typeSearchIndex; -var memberSearchIndex; -var tagSearchIndex; -function loadScripts(doc, tag) { - createElem(doc, tag, 'search.js'); - - createElem(doc, tag, 'module-search-index.js'); - createElem(doc, tag, 'package-search-index.js'); - createElem(doc, tag, 'type-search-index.js'); - createElem(doc, tag, 'member-search-index.js'); - createElem(doc, tag, 'tag-search-index.js'); -} - -function createElem(doc, tag, path) { - var script = doc.createElement(tag); - var scriptElement = doc.getElementsByTagName(tag)[0]; - script.src = pathtoroot + path; - scriptElement.parentNode.insertBefore(script, scriptElement); -} - -function show(tableId, selected, columns) { - if (tableId !== selected) { - document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') - .forEach(function(elem) { - elem.style.display = 'none'; - }); - } - document.querySelectorAll('div.' + selected) - .forEach(function(elem, index) { - elem.style.display = ''; - var isEvenRow = index % (columns * 2) < columns; - elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); - elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); - }); - updateTabs(tableId, selected); -} - -function updateTabs(tableId, selected) { - document.querySelector('div#' + tableId +' .summary-table') - .setAttribute('aria-labelledby', selected); - document.querySelectorAll('button[id^="' + tableId + '"]') - .forEach(function(tab, index) { - if (selected === tab.id || (tableId === selected && index === 0)) { - tab.className = activeTableTab; - tab.setAttribute('aria-selected', true); - tab.setAttribute('tabindex',0); - } else { - tab.className = tableTab; - tab.setAttribute('aria-selected', false); - tab.setAttribute('tabindex',-1); - } - }); -} - -function switchTab(e) { - var selected = document.querySelector('[aria-selected=true]'); - if (selected) { - if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { - // left or up arrow key pressed: move focus to previous tab - selected.previousSibling.click(); - selected.previousSibling.focus(); - e.preventDefault(); - } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { - // right or down arrow key pressed: move focus to next tab - selected.nextSibling.click(); - selected.nextSibling.focus(); - e.preventDefault(); - } - } -} - -var updateSearchResults = function() {}; - -function indexFilesLoaded() { - return moduleSearchIndex - && packageSearchIndex - && typeSearchIndex - && memberSearchIndex - && tagSearchIndex; -} - -// Workaround for scroll position not being included in browser history (8249133) -document.addEventListener("DOMContentLoaded", function(e) { - var contentDiv = document.querySelector("div.flex-content"); - window.addEventListener("popstate", function(e) { - if (e.state !== null) { - contentDiv.scrollTop = e.state; - } - }); - window.addEventListener("hashchange", function(e) { - history.replaceState(contentDiv.scrollTop, document.title); - }); - contentDiv.addEventListener("scroll", function(e) { - var timeoutID; - if (!timeoutID) { - timeoutID = setTimeout(function() { - history.replaceState(contentDiv.scrollTop, document.title); - timeoutID = null; - }, 100); - } - }); - if (!location.hash) { - history.replaceState(contentDiv.scrollTop, document.title); - } -}); diff --git a/docs/search.js b/docs/search.js deleted file mode 100644 index 13aba85..0000000 --- a/docs/search.js +++ /dev/null @@ -1,354 +0,0 @@ -/* - * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. - * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - */ - -var noResult = {l: "No results found"}; -var loading = {l: "Loading search index..."}; -var catModules = "Modules"; -var catPackages = "Packages"; -var catTypes = "Classes and Interfaces"; -var catMembers = "Members"; -var catSearchTags = "Search Tags"; -var highlight = "$&"; -var searchPattern = ""; -var fallbackPattern = ""; -var RANKING_THRESHOLD = 2; -var NO_MATCH = 0xffff; -var MIN_RESULTS = 3; -var MAX_RESULTS = 500; -var UNNAMED = ""; -function escapeHtml(str) { - return str.replace(//g, ">"); -} -function getHighlightedText(item, matcher, fallbackMatcher) { - var escapedItem = escapeHtml(item); - var highlighted = escapedItem.replace(matcher, highlight); - if (highlighted === escapedItem) { - highlighted = escapedItem.replace(fallbackMatcher, highlight) - } - return highlighted; -} -function getURLPrefix(ui) { - var urlPrefix=""; - var slash = "/"; - if (ui.item.category === catModules) { - return ui.item.l + slash; - } else if (ui.item.category === catPackages && ui.item.m) { - return ui.item.m + slash; - } else if (ui.item.category === catTypes || ui.item.category === catMembers) { - if (ui.item.m) { - urlPrefix = ui.item.m + slash; - } else { - $.each(packageSearchIndex, function(index, item) { - if (item.m && ui.item.p === item.l) { - urlPrefix = item.m + slash; - } - }); - } - } - return urlPrefix; -} -function createSearchPattern(term) { - var pattern = ""; - var isWordToken = false; - term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { - if (index > 0) { - // whitespace between identifiers is significant - pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; - } - var tokens = w.split(/(?=[A-Z,.()<>[\/])/); - for (var i = 0; i < tokens.length; i++) { - var s = tokens[i]; - if (s === "") { - continue; - } - pattern += $.ui.autocomplete.escapeRegex(s); - isWordToken = /\w$/.test(s); - if (isWordToken) { - pattern += "([a-z0-9_$<>\\[\\]]*?)"; - } - } - }); - return pattern; -} -function createMatcher(pattern, flags) { - var isCamelCase = /[A-Z]/.test(pattern); - return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); -} -var watermark = 'Search'; -$(function() { - var search = $("#search-input"); - var reset = $("#reset-button"); - search.val(''); - search.prop("disabled", false); - reset.prop("disabled", false); - search.val(watermark).addClass('watermark'); - search.blur(function() { - if ($(this).val().length === 0) { - $(this).val(watermark).addClass('watermark'); - } - }); - search.on('click keydown paste', function() { - if ($(this).val() === watermark) { - $(this).val('').removeClass('watermark'); - } - }); - reset.click(function() { - search.val('').focus(); - }); - search.focus()[0].setSelectionRange(0, 0); -}); -$.widget("custom.catcomplete", $.ui.autocomplete, { - _create: function() { - this._super(); - this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); - }, - _renderMenu: function(ul, items) { - var rMenu = this; - var currentCategory = ""; - rMenu.menu.bindings = $(); - $.each(items, function(index, item) { - var li; - if (item.category && item.category !== currentCategory) { - ul.append("
  • " + item.category + "
  • "); - currentCategory = item.category; - } - li = rMenu._renderItemData(ul, item); - if (item.category) { - li.attr("aria-label", item.category + " : " + item.l); - li.attr("class", "result-item"); - } else { - li.attr("aria-label", item.l); - li.attr("class", "result-item"); - } - }); - }, - _renderItem: function(ul, item) { - var label = ""; - var matcher = createMatcher(escapeHtml(searchPattern), "g"); - var fallbackMatcher = new RegExp(fallbackPattern, "gi") - if (item.category === catModules) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catPackages) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catTypes) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catMembers) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); - } else if (item.category === catSearchTags) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else { - label = item.l; - } - var li = $("
  • ").appendTo(ul); - var div = $("
    ").appendTo(li); - if (item.category === catSearchTags && item.h) { - if (item.d) { - div.html(label + " (" + item.h + ")
    " - + item.d + "
    "); - } else { - div.html(label + " (" + item.h + ")"); - } - } else { - if (item.m) { - div.html(item.m + "/" + label); - } else { - div.html(label); - } - } - return li; - } -}); -function rankMatch(match, category) { - if (!match) { - return NO_MATCH; - } - var index = match.index; - var input = match.input; - var leftBoundaryMatch = 2; - var periferalMatch = 0; - // make sure match is anchored on a left word boundary - if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { - leftBoundaryMatch = 0; - } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { - leftBoundaryMatch = 1; - } - var matchEnd = index + match[0].length; - var leftParen = input.indexOf("("); - var endOfName = leftParen > -1 ? leftParen : input.length; - // exclude peripheral matches - if (category !== catModules && category !== catSearchTags) { - var delim = category === catPackages ? "/" : "."; - if (leftParen > -1 && leftParen < index) { - periferalMatch += 2; - } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { - periferalMatch += 2; - } - } - var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match - for (var i = 1; i < match.length; i++) { - // lower ranking if parts of the name are missing - if (match[i]) - delta += match[i].length; - } - if (category === catTypes) { - // lower ranking if a type name contains unmatched camel-case parts - if (/[A-Z]/.test(input.substring(matchEnd))) - delta += 5; - if (/[A-Z]/.test(input.substring(0, index))) - delta += 5; - } - return leftBoundaryMatch + periferalMatch + (delta / 200); - -} -function doSearch(request, response) { - var result = []; - searchPattern = createSearchPattern(request.term); - fallbackPattern = createSearchPattern(request.term.toLowerCase()); - if (searchPattern === "") { - return this.close(); - } - var camelCaseMatcher = createMatcher(searchPattern, ""); - var fallbackMatcher = new RegExp(fallbackPattern, "i"); - - function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { - if (indexArray) { - var newResults = []; - $.each(indexArray, function (i, item) { - item.category = category; - var ranking = rankMatch(matcher.exec(nameFunc(item)), category); - if (ranking < RANKING_THRESHOLD) { - newResults.push({ranking: ranking, item: item}); - } - return newResults.length <= MAX_RESULTS; - }); - return newResults.sort(function(e1, e2) { - return e1.ranking - e2.ranking; - }).map(function(e) { - return e.item; - }); - } - return []; - } - function searchIndex(indexArray, category, nameFunc) { - var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); - result = result.concat(primaryResults); - if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { - var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); - result = result.concat(secondaryResults.filter(function (item) { - return primaryResults.indexOf(item) === -1; - })); - } - } - - searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); - searchIndex(packageSearchIndex, catPackages, function(item) { - return (item.m && request.term.indexOf("/") > -1) - ? (item.m + "/" + item.l) : item.l; - }); - searchIndex(typeSearchIndex, catTypes, function(item) { - return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; - }); - searchIndex(memberSearchIndex, catMembers, function(item) { - return request.term.indexOf(".") > -1 - ? item.p + "." + item.c + "." + item.l : item.l; - }); - searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); - - if (!indexFilesLoaded()) { - updateSearchResults = function() { - doSearch(request, response); - } - result.unshift(loading); - } else { - updateSearchResults = function() {}; - } - response(result); -} -$(function() { - $("#search-input").catcomplete({ - minLength: 1, - delay: 300, - source: doSearch, - response: function(event, ui) { - if (!ui.content.length) { - ui.content.push(noResult); - } else { - $("#search-input").empty(); - } - }, - autoFocus: true, - focus: function(event, ui) { - return false; - }, - position: { - collision: "flip" - }, - select: function(event, ui) { - if (ui.item.category) { - var url = getURLPrefix(ui); - if (ui.item.category === catModules) { - url += "module-summary.html"; - } else if (ui.item.category === catPackages) { - if (ui.item.u) { - url = ui.item.u; - } else { - url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; - } - } else if (ui.item.category === catTypes) { - if (ui.item.u) { - url = ui.item.u; - } else if (ui.item.p === UNNAMED) { - url += ui.item.l + ".html"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; - } - } else if (ui.item.category === catMembers) { - if (ui.item.p === UNNAMED) { - url += ui.item.c + ".html" + "#"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; - } - if (ui.item.u) { - url += ui.item.u; - } else { - url += ui.item.l; - } - } else if (ui.item.category === catSearchTags) { - url += ui.item.u; - } - if (top !== window) { - parent.classFrame.location = pathtoroot + url; - } else { - window.location.href = pathtoroot + url; - } - $("#search-input").focus(); - } - } - }); -}); diff --git a/docs/serialized-form.html b/docs/serialized-form.html deleted file mode 100644 index 82dcfed..0000000 --- a/docs/serialized-form.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - -Serialized Form - - - - - - - - - - - - - - - -
    - -
    -
    -
    -

    Serialized Form

    -
    - -
    -
    -
    - - diff --git a/docs/stylesheet.css b/docs/stylesheet.css deleted file mode 100644 index 6dc5b36..0000000 --- a/docs/stylesheet.css +++ /dev/null @@ -1,866 +0,0 @@ -/* - * Javadoc style sheet - */ - -@import url('resources/fonts/dejavu.css'); - -/* - * 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:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; - padding:0; - height:100%; - width:100%; -} -iframe { - margin:0; - padding:0; - height:100%; - width:100%; - overflow-y:scroll; - border:none; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a[href]:hover, a[href]:focus { - text-decoration:none; - color:#bb7a2a; -} -a[name] { - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; -} -h4 { - font-size:15px; -} -h5 { - font-size:14px; -} -h6 { - font-size:13px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; -} -:not(h1, h2, h3, h4, h5, h6) > code, -:not(h1, h2, h3, h4, h5, h6) > tt { - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -.summary-table dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -button { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size: 14px; -} -/* - * 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. - */ -.clear { - clear:both; - height:0; - overflow:hidden; -} -.about-language { - float:right; - padding:0 21px 8px 8px; - font-size:11px; - margin-top:-9px; - height:2.9em; -} -.legal-copy { - margin-left:.5em; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* - * Styles for navigation bar. - */ -@media screen { - .flex-box { - position:fixed; - display:flex; - flex-direction:column; - height: 100%; - width: 100%; - } - .flex-header { - flex: 0 0 auto; - } - .flex-content { - flex: 1 1 auto; - overflow-y: auto; - } -} -.top-nav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - min-height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.sub-nav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.sub-nav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -.sub-nav .nav-list { - padding-top:5px; -} -ul.nav-list { - display:block; - margin:0 25px 0 0; - padding:0; -} -ul.sub-nav-list { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.nav-list li { - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -.sub-nav .nav-list-search { - float:right; - margin:0 0 0 0; - padding:5px 6px; - clear:none; -} -.nav-list-search label { - position:relative; - right:-16px; -} -ul.sub-nav-list li { - list-style:none; - float:left; - padding-top:10px; -} -.top-nav a:link, .top-nav a:active, .top-nav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.top-nav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.nav-bar-cell1-rev { - background-color:#F8981D; - color:#253441; - margin: auto 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 and footer. - */ -.title { - color:#2c4557; - margin:10px 0; -} -.sub-title { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* - * 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; -} -body.class-declaration-page .summary h3, -body.class-declaration-page .details h3, -body.class-declaration-page .summary .inherited-list h2 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -/* - * Styles for page layout containers. - */ -main { - clear:both; - padding:10px 20px; - position:relative; -} -dl.notes > dt { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -dl.notes > dd { - margin:5px 10px 10px 0; - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -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 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; -} -ul.block-list, -ul.details-list, -ul.member-list, -ul.summary-list { - margin:10px 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; -} -.summary-table dl, .summary-table dl dt, .summary-table dl dd { - margin-top:0; - margin-bottom:1px; -} -ul.see-list, ul.see-list-long { - padding-left: 0; - list-style: none; -} -ul.see-list li { - display: inline; -} -ul.see-list li:not(:last-child):after, -ul.see-list-long li:not(:last-child):after { - content: ", "; - white-space: pre-wrap; -} -/* - * Styles for tables. - */ -.summary-table, .details-table { - width:100%; - border-spacing:0; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; - padding:0; -} -.caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0; - padding-top:10px; - padding-left:1px; - margin:0; - white-space:pre; -} -.caption a:link, .caption a:visited { - color:#1f389c; -} -.caption a:hover, -.caption a:active { - color:#FFFFFF; -} -.caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - 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: 3px; -} -div.table-tabs > button.active-table-tab { - background: #F8981D; - color: #253441; -} -div.table-tabs > button.table-tab { - background: #4D7A97; - color: #FFFFFF; -} -.two-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); -} -.three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); -} -.four-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); -} -@media screen and (max-width: 600px) { - .two-column-summary { - display: grid; - grid-template-columns: 1fr; - } -} -@media screen and (max-width: 800px) { - .three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(25%, auto); - } - .three-column-summary .col-last { - grid-column-end: span 2; - } -} -@media screen and (max-width: 1000px) { - .four-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); - } -} -.summary-table > div, .details-table > div { - text-align:left; - padding: 8px 3px 3px 7px; -} -.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:#dee3e9; - font-weight: bold; -} -.col-first, .col-first { - font-size:13px; -} -.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { - font-size:13px; -} -.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, -.constant-values-container a:link, .constant-values-container a:visited, -.all-classes-container a:link, .all-classes-container a:visited, -.all-packages-container a:link, .all-packages-container a:visited { - font-weight:bold; -} -.table-sub-heading-color { - background-color:#EEEEFF; -} -.even-row-color, .even-row-color .table-header { - background-color:#FFFFFF; -} -.odd-row-color, .odd-row-color .table-header { - background-color:#EEEEEF; -} -/* - * Styles for contents. - */ -.deprecated-content { - margin:0; - padding:10px 0; -} -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -.col-last div { - padding-top:0; -} -.col-last a { - padding-bottom:3px; -} -.module-signature, -.package-signature, -.type-signature, -.member-signature { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - margin:14px 0; - white-space: pre-wrap; -} -.module-signature, -.package-signature, -.type-signature { - margin-top: 0; -} -.member-signature .type-parameters-long, -.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:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:0 10px 5px 0; - color:#474747; -} -.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, -.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, -.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { - font-weight:bold; -} -.deprecation-comment, .help-footnote, .preview-comment { - font-style:italic; -} -.deprecation-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -.preview-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - 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; -} -/* - * Styles specific to HTML5 elements. - */ -main, nav, header, footer, section { - display:block; -} -/* - * Styles for javadoc search. - */ -.ui-autocomplete-category { - font-weight:bold; - font-size:15px; - padding:7px 0 7px 3px; - background-color:#4D7A97; - color:#FFFFFF; -} -.ui-autocomplete { - max-height:85%; - max-width:65%; - overflow-y:scroll; - overflow-x:scroll; - white-space:nowrap; - box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); -} -ul.ui-autocomplete { - position:fixed; - z-index:999999; - background-color: #FFFFFF; -} -ul.ui-autocomplete li { - float:left; - clear:both; - width:100%; -} -.ui-autocomplete .result-item { - font-size: inherit; -} -.ui-autocomplete .result-highlight { - font-weight:bold; -} -#search-input { - background-image:url('resources/glass.png'); - background-size:13px; - background-repeat:no-repeat; - background-position:2px 3px; - padding-left:20px; - position:relative; - right:-18px; - width:400px; -} -#reset-button { - background-color: rgb(255,255,255); - background-image:url('resources/x.png'); - background-position:center; - background-repeat:no-repeat; - background-size:12px; - border:0 none; - width:16px; - height:16px; - position:relative; - left:-4px; - top:-4px; - font-size:0px; -} -.watermark { - color:#545454; -} -.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:yellow; -} -.module-graph span { - display:none; - position:absolute; -} -.module-graph:hover span { - display:block; - margin: -100px 0 0 100px; - z-index: 1; -} -.inherited-list { - margin: 10px 0 10px 0; -} -section.class-description { - line-height: 1.4; -} -.summary section[class$="-summary"], .details section[class$="-details"], -.class-uses .detail, .serialized-class-details { - padding: 0px 20px 5px 10px; - border: 1px solid #ededed; - background-color: #f8f8f8; -} -.inherited-list, section[class$="-details"] .detail { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -.vertical-separator { - padding: 0 5px; -} -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; -} -span.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 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 black; -} -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 black; -} -table.striped { - border-collapse: collapse; - border: 1px solid black; -} -table.striped > thead { - background-color: #E3E3E3; -} -table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid black; -} -table.striped > tbody > tr:nth-child(even) { - background-color: #EEE -} -table.striped > tbody > tr:nth-child(odd) { - background-color: #FFF -} -table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid black; - border-right: 1px solid black; -} -table.striped > tbody > tr > th { - font-weight: normal; -} -/** - * Tweak font sizes and paddings for small screens. - */ -@media screen and (max-width: 1050px) { - #search-input { - width: 300px; - } -} -@media screen and (max-width: 800px) { - #search-input { - width: 200px; - } - .top-nav, - .bottom-nav { - font-size: 11px; - padding-top: 6px; - } - .sub-nav { - font-size: 11px; - } - .about-language { - padding-right: 16px; - } - ul.nav-list li, - .sub-nav .nav-list-search { - padding: 6px; - } - ul.sub-nav-list li { - padding-top: 5px; - } - main { - padding: 10px; - } - .summary section[class$="-summary"], .details section[class$="-details"], - .class-uses .detail, .serialized-class-details { - padding: 0 8px 5px 8px; - } - body { - -webkit-text-size-adjust: none; - } -} -@media screen and (max-width: 500px) { - #search-input { - width: 150px; - } - .top-nav, - .bottom-nav { - font-size: 10px; - } - .sub-nav { - font-size: 10px; - } - .about-language { - font-size: 10px; - padding-right: 12px; - } -} diff --git a/docs/tag-search-index.js b/docs/tag-search-index.js deleted file mode 100644 index bf10aaf..0000000 --- a/docs/tag-search-index.js +++ /dev/null @@ -1 +0,0 @@ -tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/docs/type-search-index.js b/docs/type-search-index.js deleted file mode 100644 index 8d7d688..0000000 --- a/docs/type-search-index.js +++ /dev/null @@ -1 +0,0 @@ -typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"com.xxrjun.components.uml.connectionlines","l":"AssociationLine"},{"p":"com.xxrjun.components","l":"Canvas"},{"p":"com.xxrjun.components.uml.basics","l":"ClassBasicObject"},{"p":"com.xxrjun.components.uml.connectionlines","l":"CompositionLine"},{"p":"com.xxrjun.modes","l":"CreateBasicUMLObject"},{"p":"com.xxrjun.modes","l":"CreateUMLConnectionLine"},{"p":"com.xxrjun.enums","l":"EditFunctionTypes"},{"p":"com.xxrjun.components.uml.connectionlines","l":"UMLConnectionLine.EndPointType"},{"p":"com.xxrjun.components.uml.connectionlines","l":"GeneralizationLine"},{"p":"com.xxrjun.components","l":"MenuBar"},{"p":"com.xxrjun.modes","l":"Select"},{"p":"com.xxrjun.enums","l":"ToolButtonConfig"},{"p":"com.xxrjun.components","l":"ToolPanel"},{"p":"com.xxrjun.components.uml.basics","l":"UMLBasicObject"},{"p":"com.xxrjun.components.uml.connectionlines","l":"UMLConnectionLine"},{"p":"com.xxrjun","l":"UMLEditorApplication"},{"p":"com.xxrjun.modes","l":"UMLFactory"},{"p":"com.xxrjun.modes","l":"UMLFactoryInterface"},{"p":"com.xxrjun.components.uml","l":"UMLGroup"},{"p":"com.xxrjun.modes","l":"UMLMode"},{"p":"com.xxrjun.components.uml","l":"UMLObject"},{"p":"com.xxrjun.enums","l":"UMLObjectTypes"},{"p":"com.xxrjun.components.uml","l":"UMLPort"},{"p":"com.xxrjun.components.uml.basics","l":"UseCaseBasicObject"}];updateSearchResults(); \ No newline at end of file