- Oct 09, 2019
-
-
Moemoea Fierin authored
- override check - function change to new drawSingleString
-
Moemoea Fierin authored
- override check - function change to new drawSingleString
-
Moemoea Fierin authored
- override check - function change to new drawSingleString
-
Moemoea Fierin authored
-missing override -changed to new drawString function
-
Moemoea Fierin authored
- added text disappearance func to all tmlcp
-
Moemoea Fierin authored
- in all files with a drawString function, this function was modified and changed to my own created function which will make the text disappear if its too small - some missing override were added too
-
Moemoea Fierin authored
-
- Oct 08, 2019
-
-
Moemoea Fierin authored
-
Moemoea Fierin authored
- this was done on SMD diagram(Design Diagrams)
-
- Oct 07, 2019
-
-
Moemoea Fierin authored
- added missing override - removed unused elements
-
Moemoea Fierin authored
- missing overrides - passed normal string to factored function to draw strings - deleted unused elements
-
Moemoea Fierin authored
-
Moemoea Fierin authored
-
Moemoea Fierin authored
-
- Oct 04, 2019
-
-
Moemoea Fierin authored
-
- Oct 03, 2019
-
-
Moemoea Fierin authored
-
Moemoea Fierin authored
-
Moemoea Fierin authored
- removed useless elements causing warniong - changed internalDrawing func with a new shorter one - added missing overrides
-
Moemoea Fierin authored
-
Moemoea Fierin authored
-
Moemoea Fierin authored
-
Moemoea Fierin authored
-
Moemoea Fierin authored
-
- Oct 02, 2019
-
-
Moemoea Fierin authored
-
Moemoea Fierin authored
- introducing the notion of: "the text is too small so we do not draw it" with the help of the function isTextReadable - removed CanTextGoInTheBox function as it was repeating itself, and moved it in TGScalableComponent which is way up in the inheritance - fixed missing initScaling in some diagrams + removed other added elements such as TextY which is already inherited
-
- Oct 01, 2019
-
-
Moemoea Fierin authored
- added center calculating function for internal drawing in TGC scalable with internal component - removed the same function from avatarPDBlock - rewrote internalDrawing: fixed the bug of text zooming after zoom
-
Moemoea Fierin authored
-
Moemoea Fierin authored
- after a zoom, text would zoom after clicking on the screen or hovering the mouse over the text/box. - the text will now zoom and scale correctly, same goes for the icon and the compartment for the title and stereotype
-
Moemoea Fierin authored
- text wont be draw if its size is bigger than the box size and iconSize - "..." shall be printed if some attribute could not be printed due to lack of space
-
Moemoea Fierin authored
- used to not zoom at all and the fontsize was already way too small
-
Moemoea Fierin authored
-
Moemoea Fierin authored
-
- Sep 30, 2019
-
-
Moemoea Fierin authored
- on my way to fix zooms on attributes: just need an element to follow the last attribute position. If none, need to use the cpt previously used
-
Moemoea Fierin authored
- in file DiplodocusMethodologyDiagramName
-
Moemoea Fierin authored
- function I wrote - an import that was added while debuging
-
Moemoea Fierin authored
- same fixes as AvatarMethodologyDiagramName: rectangle problem when zooming
-
Moemoea Fierin authored
Methodology
-
Moemoea Fierin authored
refactored - fixed the appearing rectangle when the pointer was on the text: it used to have the same size no matter the zoom - refactored the function internalDrawing of AvatarMethodologydiagramName for more comprehension: I based my refactoring on the TMLArchiCPUNode Internaldrawing function.
-
Moemoea Fierin authored
-
Moemoea Fierin authored
git@gitlab.enst.fr:mbe-tools/TTool.git into 31-zoom-on-all-diagrams Conflicts: src/main/java/ui/avatarmethodology/AvatarMethodologyDiagramName.java
-