JAL-1641 Further refactoring of JSON export option, introduction of Viewport to the...
authortcofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 19 May 2015 10:07:59 +0000 (11:07 +0100)
committertcofoegbu <tcnofoegbu@dundee.ac.uk>
Tue, 19 May 2015 10:07:59 +0000 (11:07 +0100)
commite2d6753e8cf3c5eaf8bccf34f4f5e9d651e9cb8e
treebc569a37f2bb408b92ee526d8260e3e306958193
parent5d59bb58f5bcecc6b240d125e13bbe1f1868f681
JAL-1641 Further refactoring of JSON export option, introduction of Viewport to the File parsing pipe, added ability to retrieve FeatureRenderer from the Viewport api
17 files changed:
examples/example.json [new file with mode: 0644]
src/jalview/api/AlignViewportI.java
src/jalview/appletgui/AlignViewport.java
src/jalview/gui/AlignFrame.java
src/jalview/gui/AlignViewport.java
src/jalview/gui/CutAndPasteTransfer.java
src/jalview/gui/Desktop.java
src/jalview/io/AppletFormatAdapter.java
src/jalview/io/FileLoader.java
src/jalview/io/FileParse.java
src/jalview/io/FormatAdapter.java
src/jalview/io/HtmlFile.java
src/jalview/io/HtmlSvgOutput.java
src/jalview/io/JSONFile.java
src/jalview/json/binding/v1/SequenceFeaturesPojo.java
test/jalview/io/BioJsHTMLOutputTest.java
test/jalview/io/JSONFileTest.java